DocHeaderComponent
The \TYPO3\
can be
used to display a standardized header section in a backend module with buttons,
menus etc. It can also be used to hide the header section in case it is
not desired to display it.
You can get the Doc
with
\TYPO3\CMS\Backend\Template\ModuleTemplate::getDocHeaderComponent
from your module template.
Table of contents
DocHeaderComponent API
It has the following methods:
- class DocHeaderComponent
-
- Fully qualified name
-
\TYPO3\
CMS\ Backend\ Template\ Components\ Doc Header Component
DocHeader component class
- setMetaInformation ( array $metaInformation)
-
Set page information
- param $metaInformation
-
Record array
- setMetaInformationForResource ( \TYPO3\CMS\Core\Resource\ResourceInterface $resource)
-
- param $resource
-
the resource
-
Get moduleMenuRegistry
- Returns
-
\Menu
Registry