TabInterface
        TabInterface.php
                :
        15
                 
    
            Interface
                Tab interface representing UI tabs. Tabs are assigned to groups which are rendered in the UI.
Use ibexa.admin_ui.tab tag with attribute group to tag your concrete implementation service.
Methods¶
                 getIdentifier()
            ¶
getIdentifier()
            ¶
    
        
        TabInterface.php
                :
        20
                 
    
        Returns identifier of the tab.
|  |  | 
Return values
string
                 getName()
            ¶
getName()
            ¶
    
        
        TabInterface.php
                :
        25
                 
    
        Returns name of the tab which is displayed as a tab's title in the UI.
|  |  | 
Return values
string
                 renderView()
            ¶
renderView()
            ¶
    
        
        TabInterface.php
                :
        32
                 
    
        Returns HTML body of the tab.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $parameters | array<string, mixed> | - | - | 
Return values
string