You are here

constant MULTIPLE_REGISTRATION_SIGNUP_PATH_PATTERN in Multiple Registration 7

@file Add ability to create several registration pages.

3 uses of MULTIPLE_REGISTRATION_SIGNUP_PATH_PATTERN
multiple_registration_create_registration_form in ./multiple_registration.module
Form for creating new registration page.
multiple_registration_form_user_register_form_alter in ./multiple_registration.module
Implements hook_form_FORM_ID_alter().
_multiple_registration_is_field_accessible_for_not_logged_in in ./multiple_registration.module
Check is field accessible by non logged in user.

File

./multiple_registration.module, line 8
Add ability to create several registration pages.

Code

define('MULTIPLE_REGISTRATION_SIGNUP_PATH_PATTERN', 'user/signup/');