‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Core\Event\BootCompletedEvent Class Reference

Public Member Functions

 __construct (protected bool $cachingEnabled)
 
 isCachingEnabled ()
 

Detailed Description

Executed when TYPO3 has fully booted (after all ext_tables.php files have been processed)

Definition at line 23 of file BootCompletedEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Core\Event\BootCompletedEvent::__construct ( protected bool  $cachingEnabled)

Definition at line 25 of file BootCompletedEvent.php.

Member Function Documentation

◆ isCachingEnabled()

TYPO3\CMS\Core\Core\Event\BootCompletedEvent::isCachingEnabled ( )

Definition at line 26 of file BootCompletedEvent.php.