‪TYPO3CMS  9.5
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\EditModule 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

bool 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 27 of file ConfigurableInterface.php.

Member Function Documentation

◆ isEnabled()

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