‪TYPO3CMS  9.5
TYPO3\CMS\Adminpanel\View\AdminPanelViewHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\View\AdminPanelViewHookInterface:
TYPO3\CMS\Frontend\View\AdminPanelViewHookInterface

Public Member Functions

string extendAdminPanel ($moduleContent, AdminPanelView $obj)
 

Detailed Description

Interface for classes which hook into AdminPanelView

Deprecated:
‪since TYPO3 v9 will be removed in TYPO3 v10.0 - see AdminPanelModuleInterface

Definition at line 22 of file AdminPanelViewHookInterface.php.

Member Function Documentation

◆ extendAdminPanel()

string TYPO3\CMS\Adminpanel\View\AdminPanelViewHookInterface::extendAdminPanel (   $moduleContent,
AdminPanelView  $obj 
)

Extend the adminPanel

Parameters
string$moduleContent‪Content of the admin panel
\TYPO3\CMS\Adminpanel\View\AdminPanelView$obj‪The adminPanel object
Returns
‪string Returns content of admin panel