Target¶
The target
backend request attribute provides the target action of a
backend route. For instance, the target of the Web > List module
is set to TYPO3\
.
Example:
$target = $request->getAttribute('target');
Copied!
The target
backend request attribute provides the target action of a
backend route. For instance, the target of the Web > List module
is set to TYPO3\
.
Example:
$target = $request->getAttribute('target');