You are here

15 calls to registration_get_types() in Entity Registration 7.2

RegistrationStandardTestCase::testRegistrationType in tests/registration.test
Tests if registration type is set.
RegistrationViewsController::views_data in modules/registration_views/registration_views.module
Defines the result for hook_views_data().
registration_entity_delete in ./registration.module
Implements hook_entity_delete().
registration_entity_info_alter in ./registration.module
Implements hook_entity_info_alter().
registration_field_extra_fields in ./registration.module
Implements hook_field_extra_fields().
registration_field_widget_form in includes/registration.field.inc
Implements hook_field_widget_form().
registration_form_submit in includes/registration.forms.inc
Submit callback for registration_form().
registration_get_default_state in ./registration.module
Return default state
registration_get_registrant in ./registration.module
Get the registrant entity for a registration, or NULL if no registrant is associated.
registration_get_registrations in ./registration.module
Load registrations for a host entity, optionally filtered to a particular registrant email.
registration_permission in ./registration.module
Implements hook_permission().
registration_property_registrant_mail_get in ./registration.module
Callback to get $registration->registrant->mail.
registration_tokens in ./registration.module
Implements hook_tokens().
registration_type_get_names in ./registration.module
Gets an array of all registration types, keyed by the name.
registration_type_load in ./registration.module
Menu argument loader; Load a registration type by string.