You are here

constant REGISTRATION_REGISTRANT_TYPE_ANON in Entity Registration 8

Same name and namespace in other branches
  1. 7 registration.module \REGISTRATION_REGISTRANT_TYPE_ANON

If user has access to create registrations for people identified by email.

See also

registration_access_people()

4 uses of REGISTRATION_REGISTRANT_TYPE_ANON
Registration::registrant_type in src/Registration.php
Determine registrant type relative to a given account.
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 32

Code

define('REGISTRATION_REGISTRANT_TYPE_ANON', 'registration_registrant_type_anon');