opening_hours_add_js |
./opening_hours.module |
Helper function to load our JavaScript dependencies. |
2 |
|
opening_hours_admin_blocked_day_add_form |
includes/opening_hours.admin.inc |
Add blocked day form. |
|
1 |
opening_hours_admin_blocked_day_add_form_submit |
includes/opening_hours.admin.inc |
Submit handler for blocked day add form. |
|
|
opening_hours_admin_blocked_day_add_form_validate |
includes/opening_hours.admin.inc |
Validation handler for blocked day add form. |
|
|
opening_hours_admin_blocked_day_delete_form |
includes/opening_hours.admin.inc |
Delete blocked day confirmation page. |
|
1 |
opening_hours_admin_blocked_day_delete_form_submit |
includes/opening_hours.admin.inc |
Submit handler for delete form. |
|
|
opening_hours_admin_settings_page |
includes/opening_hours.admin.inc |
Main admin overview page. |
|
1 |
opening_hours_admin_theme_options |
./opening_hours.module |
Implements of hook_admin_theme(). |
|
|
opening_hours_block |
./opening_hours.module |
Implements hook_block(). |
|
|
opening_hours_cron |
./opening_hours.module |
Implements hook_cron(). |
|
|
opening_hours_crud_api_page |
includes/opening_hours.pages.inc |
The CRUD API for communication with Backbone. |
|
1 |
opening_hours_ctools_plugin_directory |
./opening_hours.module |
Implements hook_ctools_plugin_directory(). |
|
|
opening_hours_format_time |
./opening_hours.module |
Format a time value from the database, stripping the seconds. |
1 |
|
opening_hours_form_node_type_form_alter |
./opening_hours.module |
Implements hook_form_FORM_ID_alter(). |
|
|
opening_hours_install |
./opening_hours.install |
Implements of hook_install(). |
|
|
opening_hours_instance_id_api_page |
includes/opening_hours.pages.inc |
The CRUD API for a specific instance ID. |
|
1 |
opening_hours_instance_load |
./opening_hours.module |
Load opening hours instance by id. |
|
|
opening_hours_instance_load_multiple |
./opening_hours.module |
Load opening hours instances by nid and date. |
1 |
|
opening_hours_instance_prepare |
./opening_hours.module |
Prepare an instance object loaded from the database for use with Backbone. |
2 |
|
opening_hours_menu |
./opening_hours.module |
Implements hook_menu(). |
|
|
opening_hours_node_edit_access |
./opening_hours.module |
Access callback for the opening hours node edit page. |
|
1 |
opening_hours_node_edit_page |
includes/opening_hours.pages.inc |
Page for editing the opening hours for a specific node. |
|
1 |
opening_hours_perm |
./opening_hours.module |
Implements hook_perm(). |
|
|
opening_hours_present_on_node |
./opening_hours.module |
Check if any opening hours has been input on a node. |
1 |
1 |
opening_hours_repeat_instance_propagate |
./opening_hours.module |
Propagates a repeating instance. |
3 |
|
opening_hours_repeat_stop_propagation |
./opening_hours.module |
Prevent additional propagation of instance. |
2 |
|
opening_hours_schema |
./opening_hours.install |
Implements of hook_schema(). |
|
|
opening_hours_theme |
./opening_hours.module |
Implements hook_theme(). |
|
|
opening_hours_uninstall |
./opening_hours.install |
Implements of hook_uninstall(). |
|
|
opening_hours_week_content_type_edit_form |
plugins/content_types/week.inc |
Settings form for the content type. |
|
|
opening_hours_week_content_type_edit_form_submit |
plugins/content_types/week.inc |
Submit handler for the admin form |
|
|
opening_hours_week_content_type_render |
plugins/content_types/week.inc |
Render the block |
|
|
template_preprocess_opening_hours_week |
./opening_hours.module |
Preprocess variables for the week template. |
|
|
_opening_hours_exclude_blocked |
includes/opening_hours.pages.inc |
Helper function to exclude blocked days from lookups. |
|
1 |
_opening_hours_get_instance_from_request |
includes/opening_hours.pages.inc |
Helper function to get and sanitise instance from request input. |
2 |
|
_opening_hours_instance_delete |
includes/opening_hours.pages.inc |
Helper function to delete an existing instance. |
1 |
|
_opening_hours_instance_update |
includes/opening_hours.pages.inc |
Helper function to update an existing instance. |
1 |
|