Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (20 loc) · 1.63 KB

component_events.md

File metadata and controls

29 lines (20 loc) · 1.63 KB

Accessing components

The contents of the navbar and sidebar are separated into components, following an event driven approach.

The general process to use a particular component is: create an EventListener or EventSubscriber and use the given event object to add UI elements.

Each component has its own event and specific UI data interface.

Available events

Please see the event directory for all available events.

Name Description
Event-Class Description Link
NotificationListEvent::class Used to receive notification data read more
MessageListEvent::class Used to receive message data read more
TaskListEvent::class Used to receive task data read more
NavbarUserEvent::class Used to receive the current user for the navbar read more
BreadcrumbMenuEvent::class Used to receive breadcrumb data read more
SidebarUserEvent::class Used to receive the current user for the sidebar read more
SidebarMenuEvent::class Used to receive the sidebar menu data read more
KnpMenuEvent::class Used for the knp menu mechanics read more

Next steps

Please go back to the AdminLTE bundle documentation to find out more about using the theme.