TabInterface
TabInterface.php
:
15
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() ¶
TabInterface.php
:
20
Returns identifier of the tab.
|
|
Return values
string
getName() ¶
TabInterface.php
:
25
Returns name of the tab which is displayed as a tab's title in the UI.
|
|
Return values
string
renderView() ¶
TabInterface.php
:
32
Returns HTML body of the tab.
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$parameters | array<string, mixed> | - | - |
Return values
string