You are here

constant REGISTRATION_REGISTRANT_TYPE_USER in Entity Registration 7

Same name and namespace in other branches
  1. 8 registration.module \REGISTRATION_REGISTRANT_TYPE_USER

If user has access to create registrations for other users.

See also

registration_access_people()

5 uses of REGISTRATION_REGISTRANT_TYPE_USER
Registration::registrant_type in lib/registration.entity.inc
Determine registrant type relative to a given account.
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 26

Code

define('REGISTRATION_REGISTRANT_TYPE_USER', 'registration_registrant_type_user');