Tab
Interfaces, classes, and traitsΒΆ
-
ConditionalTabInterface
Conditional Tab interface needs to be implemented by tabs, which needs to be evaluated depending on the context.
-
OrderedTabInterface
Ordered Tab interface needs to be implemented by tabs, which needs to have specific order when being rendered.
-
TabInterface
Tab interface representing UI tabs. Tabs are assigned to groups which are rendered in the UI.
-
AbstractControllerBasedTab
Base class for Tabs based on a controller action.
-
AbstractEventDispatchingTab
Base class representing Tab using EventDispatcher for extensibility.
-
AbstractRouteBasedTab
Base class for Tabs based on a route.
-
AbstractTab
Base class representing Tab. Most use cases should use this abstract as a parent class as it comes with translator and templating services.