Base class for Tabs based on a controller action.
Properties¶
$httpKernelRuntime¶
AbstractControllerBasedTab.php
:
22
|
|
$translator¶
AbstractTab.php
:
24
|
|
$twig¶
AbstractTab.php
:
21
|
|
Methods¶
__construct() ¶
AbstractControllerBasedTab.php
:
24
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$twig | Environment | - | - |
$translator | TranslatorInterface | - | - |
$httpKernelRuntime | HttpKernelRuntime | - | - |
getControllerReference() ¶
AbstractControllerBasedTab.php
:
44
Returns ControllerReference used to render the tab.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$parameters | array<string, mixed> | - | - |
Return values
ControllerReference
renderView() ¶
AbstractControllerBasedTab.php
:
34
Returns HTML body of the tab.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$parameters | array<string|int, mixed> | - | - |
Return values
string