function opigno_calendar_theme in Opigno calendar 8
Same name and namespace in other branches
- 3.x opigno_calendar.module \opigno_calendar_theme()
Implements hook_theme().
File
- ./
opigno_calendar.module, line 19 - Contains opigno_calendar.module.
Code
function opigno_calendar_theme($existing, $type, $theme, $path) {
return [
'block__opigno_calendar' => [
'base hook' => 'block',
'add_event_link' => NULL,
],
];
}