Copied!

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

publicgetIdentifier()

TabInterface.php : 17
public getIdentifier() : string

Return values

string

publicgetName()

TabInterface.php : 19
public getName() : string

Return values

string

publicrenderView()

TabInterface.php : 24
public renderView(array<string, mixed> $parameters) : string

Parameters

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

Return values

string