‪TYPO3CMS  10.4
TYPO3\CMS\FrontendLogin\Hooks\CmsLayout Class Reference
Inheritance diagram for TYPO3\CMS\FrontendLogin\Hooks\CmsLayout:
TYPO3\CMS\Backend\View\PageLayoutViewDrawItemHookInterface

Public Member Functions

 preProcess (PageLayoutView &$parentObject, &$drawItem, &$headerContent, &$itemContent, array &$row)
 

Protected Member Functions

 getLanguageService ()
 

Detailed Description

Hook to display verbose information about the felogin plugin in the page module

this is a TYPO3 hook implementation and solely used for EXT:felogin and not part of TYPO3's Core API.

Deprecated:
‪The pibase felogin plugin is deprecated since TYPO3 10.4 and will be removed in version 11.0

Definition at line 28 of file CmsLayout.php.

Member Function Documentation

◆ getLanguageService()

TYPO3\CMS\FrontendLogin\Hooks\CmsLayout::getLanguageService ( )
protected

Definition at line 60 of file CmsLayout.php.

References $GLOBALS.

Referenced by TYPO3\CMS\FrontendLogin\Hooks\CmsLayout\preProcess().

◆ preProcess()

TYPO3\CMS\FrontendLogin\Hooks\CmsLayout::preProcess ( PageLayoutView $parentObject,
$drawItem,
$headerContent,
$itemContent,
array &  $row 
)

Preprocesses the preview rendering of a content element.

Parameters
PageLayoutView$parentObject‪Calling parent object
bool$drawItem‪Whether to draw the item using the default functionalities
string$headerContent‪Header content
string$itemContent‪Item content
array$row‪Record row of tt_content
Deprecated:
‪The pibase felogin plugin is deprecated since TYPO3 10.4 and will be removed in version 11.0

Implements TYPO3\CMS\Backend\View\PageLayoutViewDrawItemHookInterface.

Definition at line 40 of file CmsLayout.php.

References TYPO3\CMS\FrontendLogin\Hooks\CmsLayout\getLanguageService(), and TYPO3\CMS\Backend\View\PageLayoutView\linkEditContent().