You are here

constant REGISTRATION_WAITLIST_STATE in Entity Registration 7.2

Same name and namespace in other branches
  1. 8.2 modules/registration_waitlist/registration_waitlist.module \REGISTRATION_WAITLIST_STATE
  2. 8 modules/registration_waitlist/registration_waitlist.module \REGISTRATION_WAITLIST_STATE
  3. 7 modules/registration_waitlist/registration_waitlist.module \REGISTRATION_WAITLIST_STATE

@file Entity Registration waitlist functionality

4 uses of REGISTRATION_WAITLIST_STATE
RegistrationWaitlistTestCase::testHostRegistrationWaitlistStatus in modules/registration_waitlist/registration_waitlist.test
Check internal status modifiers for the wait list.
registration_waitlist_default_registration_state in modules/registration_waitlist/registration_waitlist.module
Implements hook_default_ENTITY_TYPE().
registration_waitlist_entity_presave in modules/registration_waitlist/registration_waitlist.module
Implements hook_entity_presave().
registration_waitlist_is_active in modules/registration_waitlist/registration_waitlist.module
Determine if the waitlist is active for a given registration

File

modules/registration_waitlist/registration_waitlist.module, line 8
Entity Registration waitlist functionality

Code

define('REGISTRATION_WAITLIST_STATE', 'waitlist');