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