hook_opening_hours_delete |
./opening_hours.api.php |
Allows modules to act before an Opening hours instance is deleted. |
|
|
hook_opening_hours_presave |
./opening_hours.api.php |
Allows modules to alter Opening hours instances before saving them. |
|
|
opening_hours_add_js |
./opening_hours.module |
Helper function to load our JavaScript dependencies. |
1 |
|
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_paths |
./opening_hours.module |
Implements hook_admin_paths(). |
|
|
opening_hours_admin_settings_page |
includes/opening_hours.admin.inc |
Main admin overview page. |
|
1 |
opening_hours_block_info |
./opening_hours.module |
Implements hook_block_info(). |
|
|
opening_hours_block_view |
./opening_hours.module |
Implements hook_block_view(). |
|
|
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_field_extra_fields |
./opening_hours.module |
Implements hook_field_extra_fields(). |
|
|
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_init |
./opening_hours.module |
Implements hook_init(). |
|
|
opening_hours_install |
./opening_hours.install |
Implements 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_js_attach_admin |
./opening_hours.module |
Admin-specific attachments. |
2 |
|
opening_hours_js_attach_common |
./opening_hours.module |
Common JavaScript attachments. |
2 |
|
opening_hours_js_attach_presentation |
./opening_hours.module |
Attachments for the presentation page. |
1 |
|
opening_hours_js_settings |
./opening_hours.module |
Generate the JavaScript settings array shared between presentation and admin. |
1 |
|
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_node_view |
./opening_hours.module |
Implements hook_node_view(). |
|
|
opening_hours_permission |
./opening_hours.module |
Implements hook_permission(). |
|
|
opening_hours_present_on_node |
./opening_hours.module |
Check if any opening hours has been input on a node. |
2 |
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 hook_schema(). |
|
|
opening_hours_theme |
./opening_hours.module |
Implements hook_theme(). |
|
|
opening_hours_uninstall |
./opening_hours.install |
Implements hook_uninstall(). |
|
|
opening_hours_update_7000 |
./opening_hours.install |
Implements hook_update_N(). |
|
|
opening_hours_update_7001 |
./opening_hours.install |
Implements hook_update_N(). |
|
|
opening_hours_update_7002 |
./opening_hours.install |
Implements hook_update_N(). |
|
|
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 |
|