hook_registration_access |
./registration.api.php |
Override registration_access with custom access control logic. |
|
|
hook_registration_entity_settings |
./registration.api.php |
Provide a form API element exposed as a Registration entity setting. |
|
|
hook_registration_event_count_alter |
./registration.api.php |
Allow modules to override event count. |
|
|
hook_registration_send_broadcast_alter |
./registration.api.php |
Allow modules to alter registration entity settings prior to sending email
to all registrants. |
|
|
hook_registration_send_broadcast_ENTITY_TYPE_alter |
./registration.api.php |
Allow modules to alter registration entity settings for a specific node type
prior to sending email to all registrants. |
|
|
hook_registration_send_broadcast_ENTITY_TYPE_ID_alter |
./registration.api.php |
Allow modules to alter registration entity settings for a particular entity
type and entity ID prior to sending email to all registrants. |
|
|
registration_access |
./registration.module |
Access callback: Entity API for Registration entities. |
|
1 |
registration_access_check_redirect |
./registration.module |
Helper function to run a hashed URL through a permissions check first. |
|
1 |
registration_administer_registrations_access |
./registration.module |
Access callback: for registration_registrations_page(). |
1 |
2 |
registration_admin_paths |
./registration.module |
Implements hook_admin_paths(). |
|
|
registration_anonymous_access_hash |
./registration.module |
Hash function used for enabling anonymous access to registrations. |
2 |
1 |
registration_anonymous_link_get |
./registration.module |
Get a full link to view an anonymous registration, with access hash. |
|
1 |
registration_broadcast_preview |
includes/registration.forms.inc |
|
|
1 |
registration_checkin_checkin_action_callback |
modules/registration_checkin/registration_checkin.module |
AJAX callback for checking in a specific registrant. |
|
1 |
registration_checkin_checkin_action_form |
modules/registration_checkin/registration_checkin.module |
Form builder for the checkin action form. |
|
1 |
registration_checkin_form_registration_form_alter |
modules/registration_checkin/registration_checkin.module |
Implements hook_form_FORM_ID_alter(). |
|
|
registration_checkin_get_all_registrations |
modules/registration_checkin/registration_checkin.module |
Get all registrants for a specific host entity. |
3 |
|
registration_checkin_get_registration_table_headers |
modules/registration_checkin/registration_checkin.module |
Helper function to build registrant checkin table headers. |
3 |
|
registration_checkin_get_registration_table_rows |
modules/registration_checkin/registration_checkin.module |
Helper function to build the registrant rows of the checkin table. |
3 |
|
registration_checkin_install |
modules/registration_checkin/registration_checkin.install |
Implements hook_install(). |
|
|
registration_checkin_list_page |
modules/registration_checkin/registration_checkin.pages.inc |
Page callback: Show a list of active registrations that can be checked in. |
|
1 |
registration_checkin_menu |
modules/registration_checkin/registration_checkin.module |
Implements hook_menu(). |
|
|
registration_checkin_prepare_registrants_checkin_build |
modules/registration_checkin/registration_checkin.module |
Helper function to prepare swappable render array of registrants. |
2 |
|
registration_checkin_registration_form_submit |
modules/registration_checkin/registration_checkin.module |
Custom submit handler for the registration form. |
|
1 |
registration_checkin_schema_alter |
modules/registration_checkin/registration_checkin.install |
Implements hook_schema_alter(). |
|
|
registration_checkin_search_form |
modules/registration_checkin/registration_checkin.module |
Form builder for the checkin page search function. |
|
1 |
registration_checkin_search_form_reset |
modules/registration_checkin/registration_checkin.module |
AJAX callback to reset the checkin table back to an unfiltered state. |
|
1 |
registration_checkin_search_form_submit |
modules/registration_checkin/registration_checkin.module |
AJAX callback to update the registrant checkin table based on a search query. |
|
1 |
registration_checkin_state_form |
modules/registration_checkin/registration_checkin.module |
Form builder for the checkin state AJAX form. |
|
2 |
registration_checkin_state_update_callback |
modules/registration_checkin/registration_checkin.module |
AJAX submit handler for the state update selection form. |
|
1 |
registration_convert_form_settings |
includes/registration.forms.inc |
Helper to convert registration entity settings form values into fields. |
2 |
|
registration_cron |
./registration.module |
Implements hook_cron(). |
|
|
registration_delete_confirm |
includes/registration.forms.inc |
Menu callback -- ask for confirmation of node deletion. |
|
1 |
registration_delete_confirm_submit |
includes/registration.forms.inc |
Execute node deletion. |
|
|
registration_delete_multiple |
./registration.module |
Deletes multiple registrations by ID. |
2 |
|
registration_email_fieldmap_options |
includes/registration_type.admin.inc |
Return all possible Drupal properties for a given entity type. |
1 |
|
registration_entity_access_registration_access |
modules/registration_entity_access/registration_entity_access.module |
Implements hook_registration_access(). |
|
|
registration_entity_access_registration_entity_settings |
modules/registration_entity_access/registration_entity_access.module |
Implements hook_registration_entity_settings(). |
|
|
registration_entity_delete |
./registration.module |
Implements hook_entity_delete(). |
|
|
registration_entity_info |
./registration.module |
Implements hook_entity_info(). |
|
|
registration_entity_info_alter |
./registration.module |
Implements hook_entity_info_alter(). |
|
|
registration_entity_insert |
./registration.module |
Implements hook_entity_insert(). |
|
|
registration_entity_settings |
./registration.module |
Get registration settings for a host entity. |
16 |
|
registration_entity_settings_form |
includes/registration.forms.inc |
Return a form for an entity's registration settings. |
1 |
1 |
registration_entity_settings_form_submit |
includes/registration.forms.inc |
Submit handler for registration_entity_settings_form(). |
|
|
registration_entity_settings_form_validate |
includes/registration.forms.inc |
Submit handler for registration_entity_settings_form(). |
|
|
registration_entity_settings_page |
./registration.module |
Page callback for entity registration settings. |
|
1 |
registration_entity_set_default_settings |
./registration.module |
Sets the the registration entity settings to the deafults. |
2 |
|
registration_entity_update |
./registration.module |
Implements hook_entity_update(). |
|
|
registration_event_count |
./registration.module |
Determines current number of spaces filled for a host entity. |
4 |
|