function opigno_group_manager_theme in Opigno group manager 8
Same name and namespace in other branches
- 3.x opigno_group_manager.module \opigno_group_manager_theme()
Implements hook_theme().
File
- ./
opigno_group_manager.module, line 20 - Contains opigno_group_manager.module.
Code
function opigno_group_manager_theme() {
return [
'opigno_group_manager' => [
'variables' => [
'base_path' => NULL,
'base_href' => NULL,
'group_id' => NULL,
'group_type' => NULL,
'next_link' => NULL,
'user_has_info_card' => NULL,
'text_add_a_link' => NULL,
'text_add_your_first_item' => NULL,
'text_guided_navigation' => NULL,
'text_free_navigation' => NULL,
'text_if_entity_dropped_under_children' => NULL,
'text_cannot_drop_over_or_at_the_same_level' => NULL,
'text_click_now_on_the_two_steps_of_your_training' => NULL,
'text_status_message' => NULL,
'text_conditions' => NULL,
'text_score' => NULL,
'text_edit' => NULL,
'text_delete' => NULL,
'text_last_step' => NULL,
'text_add' => NULL,
'text_validate' => NULL,
'text_cancel' => NULL,
'text_delete_link' => NULL,
'text_this_action_create_an_orphan' => NULL,
'text_confirm' => NULL,
'language_prefix' => '',
],
],
'opigno_group_item_form' => [
'variables' => [],
],
];
}