Module
New in version 12.0
The
module
backend request attribute provides information about the
current backend module in the object
\TYPO3\.
Example:
$module = $request->getAttribute('module');
$identifier = $route->getIdentifier();
Copied!
API
-
class
Module -
- Fully qualified name
-
\TYPO3\CMS\ Backend\ Module\ Module
A standard backend nodule
createFromConfiguration(string $identifier, array $configuration)-
- param $identifier
-
the identifier
- param $configuration
-
the configuration
- Returns
-
static
-
- Returns
-
string