event_platform-1.0.x-dev/event_platform_sessions/event_platform_sessions.module
event_platform_sessions/event_platform_sessions.module
<?php
/**
* @file
* Primary module hooks for Event Platform Event Sessions module.
*/
/**
* Implements hook_theme().
*/
function event_platform_sessions_theme($existing, $type, $theme, $path) {
return [
'event_platform_confirmation_block' => [
'variables' => [
'message' => NULL,
'links' => NULL,
],
],
];
}
