Actions
Feature #92358
closedAdd public getModuleTemplate() to TYPO3\CMS\Backend\Controller\PageLayoutController
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend API
Target version:
-
Start date:
2020-09-21
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Overall goal: Alter docHeader of module web_layout
via drawHeaderHook
.
Specific goal: Add a "close" button to module web_layout
.
PageLayoutController
is passed to e.g. $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['cms/layout/db_layout.php']['drawHeaderHook']
. With access to PageLayoutController::$moduleTemplate
we could easily add/modify action buttons.
Actions