‪TYPO3CMS  10.4
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

string getIdentifier ()
 
string getLabel ()
 
TYPO3 CMS Adminpanel ModuleApi ModuleData getDataToStore (ServerRequestInterface $request)
 
string getContent (ModuleData $data)
 

Protected Member Functions

bool isNoCacheEnabled ()
 
TypoScriptFrontendController getTypoScriptFrontendController ()
 
- ‪Protected Member Functions inherited from ‪TYPO3\CMS\Adminpanel\ModuleApi\AbstractSubModule
LanguageService 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)

◆ getDataToStore()

TYPO3 CMS Adminpanel ModuleApi ModuleData TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle::getDataToStore ( ServerRequestInterface  $request)
Parameters
ServerRequestInterface$request
Returns
‪\TYPO3\CMS\Adminpanel\ModuleApi\ModuleData

Implements TYPO3\CMS\Adminpanel\ModuleApi\DataProviderInterface.

Definition at line 67 of file PageTitle.php.

References TYPO3\CMS\Adminpanel\Log\InMemoryLogWriter\$log, TYPO3\CMS\Core\Log\LogRecord\getData(), and TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle\isNoCacheEnabled().

◆ getIdentifier()

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

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

Returns
‪string

Implements TYPO3\CMS\Adminpanel\ModuleApi\ModuleInterface.

Definition at line 46 of file PageTitle.php.

◆ getLabel()

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

◆ getTypoScriptFrontendController()

TypoScriptFrontendController TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle::getTypoScriptFrontendController ( )
protected
Returns
‪TypoScriptFrontendController

Definition at line 123 of file PageTitle.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle\isNoCacheEnabled().

◆ isNoCacheEnabled()

bool TYPO3\CMS\Adminpanel\Modules\Debug\PageTitle::isNoCacheEnabled ( )
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.