Copied!

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

publicgetIdentifier()

TabInterface.php : 20

Returns identifier of the tab.

public getIdentifier() : string

Return values

string

publicgetName()

TabInterface.php : 25

Returns name of the tab which is displayed as a tab's title in the UI.

public getName() : string

Return values

string

publicrenderView()

TabInterface.php : 32

Returns HTML body of the tab.

public renderView(array<string, mixed> $parameters) : string

Parameters

Name Type Default value Description
$parameters array<string, mixed> - -

Return values

string