You are here

constant REGISTRATION_REGISTRANT_TYPE_SELF in Entity Registration 7.2

Same name and namespace in other branches
  1. 8.2 registration.module \REGISTRATION_REGISTRANT_TYPE_SELF

If user has access to create registrations for only their own email address.

4 uses of REGISTRATION_REGISTRANT_TYPE_SELF
RegistrationStandardTestCase::testRegistrationForm in tests/registration.test
Tests for the registration add/edit form.
registration_form in includes/registration.forms.inc
Form callback: create or edit a registration.
registration_form_submit in includes/registration.forms.inc
Submit callback for registration_form().
registration_form_validate in includes/registration.forms.inc
Validation callback for registration_form().

File

./registration.module, line 17

Code

define('REGISTRATION_REGISTRANT_TYPE_SELF', 'registration_registrant_type_self');