‪TYPO3CMS  ‪main
TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle Class Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle:
TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule TYPO3\CMS\Adminpanel\ModuleApi\DataProviderInterface TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface TYPO3\CMS\Adminpanel\ModuleApi\ContentProviderInterface

Public Member Functions

 getIdentifier ()
 
 getLabel ()
 
 getDataToStore (ServerRequestInterface $request)
 
string getContent (ModuleData $data)
 

Protected Member Functions

 isCachingAllowed (ServerRequestInterface $request)
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule
 getLanguageService ()
 
 getBackendUser ()
 

Protected Attributes

const LOG_COMPONENT = 'TYPO3.CMS.Core.PageTitle.PageTitleProviderManager'
 

Detailed Description

Admin Panel Page Title module for showing the Page title providers

Definition at line 33 of file PageTitle.php.

Member Function Documentation

◆ getContent()

string TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle::getContent ( ModuleData  $data)
Returns
‪string Returns content of admin panel

Implements TYPO3\CMS\Adminpanel\ModuleApi\ContentProviderInterface.

Definition at line 90 of file PageTitle.php.

References TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule\getBackendUser().

◆ getDataToStore()

TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle::getDataToStore ( ServerRequestInterface  $request)

◆ getIdentifier()

TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle::getIdentifier ( )

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

Implements TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface.

Definition at line 44 of file PageTitle.php.

◆ getLabel()

TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle::getLabel ( )

◆ isCachingAllowed()

TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle::isCachingAllowed ( ServerRequestInterface  $request)
protected

Member Data Documentation

◆ LOG_COMPONENT

const TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle::LOG_COMPONENT = 'TYPO3.CMS.Core.PageTitle.PageTitleProviderManager'
protected

Log component

Definition at line 38 of file PageTitle.php.