function opigno_notification_theme in Opigno notifications 3.x
Implements hook_theme().
File
- ./
opigno_notification.module, line 14 - Contains opigno_notification.module.
Code
function opigno_notification_theme() {
return [
'opigno_notifications_header_dropdown' => [
'variables' => [
'notifications' => [],
'notifications_count' => NULL,
],
],
];
}