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.
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 |
Please go back to the AdminLTE bundle documentation to find out more about using the theme.