‪TYPO3CMS  ‪main
TYPO3\CMS\Adminpanel\ModuleApi\ConfigurableInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\ModuleApi\ConfigurableInterface:
TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\MainModuleFixture TYPO3\CMS\Adminpanel\Modules\CacheModule TYPO3\CMS\Adminpanel\Modules\DebugModule TYPO3\CMS\Adminpanel\Modules\InfoModule TYPO3\CMS\Adminpanel\Modules\PreviewModule TYPO3\CMS\Adminpanel\Modules\TsDebugModule TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\DisabledMainModuleFixture

Public Member Functions

 isEnabled ()
 

Detailed Description

AdminPanel ConfigurableInterface

Used to indicate that an adminpanel module can be enabled or disabled via configuration

Usual implementation is done via user tsconfig

See also
‪\TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule::isEnabled()

Definition at line 28 of file ConfigurableInterface.php.

Member Function Documentation

◆ isEnabled()

TYPO3\CMS\Adminpanel\ModuleApi\ConfigurableInterface::isEnabled ( )

Module is enabled -> should be initialized A module may be enabled but not shown -> only the initializeModule() method will be called

Implemented in TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\MainModuleFixture, TYPO3\CMS\Adminpanel\ModuleApi\AbstractModule, and TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\DisabledMainModuleFixture.

Referenced by TYPO3\CMS\Adminpanel\Service\ConfigurationService\triggerOnSubmitActors().