You are here

Functions in Entity Registration 7

Primary tabs

Namesort descending Location Description Direct uses Strings
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_access_people ./registration.module Determine people types user may register for an entity. 3
registration_administer_registrations_access ./registration.module Access callback: for registration_registrations_page(). 1 1
registration_admin_paths ./registration.module Implements hook_admin_paths().
registration_anonymous_access_hash ./registration.module Hash function used for enabling anonymous access to registrations. 3 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_convert_form_settings includes/registration.forms.inc Helper to convert registration entity settings form values into a 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_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. 17
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
registration_field_create_instance includes/registration.field.inc Implements hook_field_create_instance().
registration_field_delete_instance includes/registration.field.inc Implements hook_field_delete_instance().
registration_field_extra_fields ./registration.module Implements hook_field_extra_fields().
registration_field_formatter_info includes/registration.field.inc Implements hook_field_formatter_info().
registration_field_formatter_settings_form includes/registration.field.inc Implements hook_field_formatter_settings_form().
registration_field_formatter_settings_form_process includes/registration.field.inc Form element process handler for registration_field_formatter_settings_form(). 1
registration_field_formatter_settings_summary includes/registration.field.inc Implements hook_field_formatter_settings_summary().
registration_field_formatter_view includes/registration.field.inc Implements hook_field_formatter_view().
registration_field_info includes/registration.field.inc Implements hook_field_info().
registration_field_instance_settings_form includes/registration.field.inc Implements hook_field_instance_settings_form().
registration_field_is_empty includes/registration.field.inc Implements hook_field_is_empty().
registration_field_schema ./registration.install Implements hook_field_schema().
registration_field_update_instance includes/registration.field.inc Implements hook_field_update_instance().
registration_field_validate includes/registration.field.inc Implements hook_field_validate().
registration_field_widget_form includes/registration.field.inc Implements hook_field_widget_form().
registration_field_widget_info includes/registration.field.inc Implements hook_field_widget_info().
registration_form includes/registration.forms.inc Form callback: create or edit a registration. 4

Pages

Other projects