‪TYPO3CMS  ‪main
TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\DisabledMainModuleFixture Class Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\DisabledMainModuleFixture:
TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\MainModuleFixture TYPO3\CMS\Adminpanel\ModuleApi\ConfigurableInterface TYPO3\CMS\Adminpanel\ModuleApi\OnSubmitActorInterface TYPO3\CMS\Adminpanel\ModuleApi\PageSettingsProviderInterface TYPO3\CMS\Adminpanel\ModuleApi\ResourceProviderInterface TYPO3\CMS\Adminpanel\ModuleApi\RequestEnricherInterface TYPO3\CMS\Adminpanel\ModuleApi\SubmoduleProviderInterface TYPO3\CMS\Adminpanel\ModuleApi\ShortInfoProviderInterface TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface

Public Member Functions

 getIdentifier ()
 
 isEnabled ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\MainModuleFixture
 getLabel ()
 
 getIconIdentifier ()
 
 getShortInfo ()
 
 getPageSettings ()
 
 onSubmit (array $configurationToSave, ServerRequestInterface $request)
 
 getJavaScriptFiles ()
 
 getCssFiles ()
 
 setSubModules (array $subModules)
 
ModuleInterface[] getSubModules ()
 
 hasSubmoduleSettings ()
 
 setModuleData (ModuleDataStorageCollection $moduleData)
 
 enrich (ServerRequestInterface $request)
 

Detailed Description

Definition at line 20 of file DisabledMainModuleFixture.php.

Member Function Documentation

◆ getIdentifier()

TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\DisabledMainModuleFixture::getIdentifier ( )

Identifier for this module, for example "preview" or "cache"

Reimplemented from TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\MainModuleFixture.

Definition at line 22 of file DisabledMainModuleFixture.php.

◆ isEnabled()

TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\DisabledMainModuleFixture::isEnabled ( )

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

Reimplemented from TYPO3\CMS\Adminpanel\Tests\Unit\Fixtures\MainModuleFixture.

Definition at line 27 of file DisabledMainModuleFixture.php.