Search for register
- Search 9.5.x for register
- Search 8.9.x for register
- Search 10.3.x for register
- Search 11.x for register
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
drupal_register_shutdown_function | function | includes/ |
Registers a function for execution on shutdown. |
file_register_phar_wrapper | function | includes/ |
Registers a phar stream wrapper that is more secure than PHP's built-in one. |
flood_register_event | function | includes/ |
Registers an event for the current visitor to the flood control mechanism. |
form_test_form_user_register_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter() for the registration form. |
form_test_user_register_form_rebuild | function | modules/ |
Submit callback that just lets the form rebuild. |
OpenIDRegistrationTestCase::testRegisterUserWithAXButNoSREG | function | modules/ |
Test OpenID auto-registration with a provider that supplies AX information, but no SREG. |
OpenIDRegistrationTestCase::testRegisterUserWithEmailVerification | function | modules/ |
Test OpenID auto-registration with e-mail verification enabled. |
OpenIDRegistrationTestCase::testRegisterUserWithInvalidSreg | function | modules/ |
Test OpenID auto-registration with a provider that supplies invalid SREG information (a username that is already taken, and no e-mail address). |
OpenIDRegistrationTestCase::testRegisterUserWithoutEmailVerification | function | modules/ |
Test OpenID auto-registration with e-mail verification disabled. |
OpenIDRegistrationTestCase::testRegisterUserWithoutSreg | function | modules/ |
Test OpenID auto-registration with a provider that does not supply SREG information (i.e. no username or e-mail address). |
openid_form_user_register_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
PharStreamWrapper::registerStreamWrapper | function | misc/ |
|
simpletest_classloader_register | function | modules/ |
|
system_form_user_register_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
user_external_login_register | function | modules/ |
Helper function for authentication modules. Either logs in or registers the current user, based on username. Either way, the global $user object is populated and login tasks are performed. |
user_register_access | function | modules/ |
Determines if the current user has access to the user registration page. |
USER_REGISTER_ADMINISTRATORS_ONLY | constant | modules/ |
Only administrators can create user accounts. |
user_register_form | function | modules/ |
Form builder; the user registration form. |
user_register_submit | function | modules/ |
Submit handler for the user registration form. |
user_register_validate | function | modules/ |
Validation function for the user registration form. |
USER_REGISTER_VISITORS | constant | modules/ |
Visitors can create their own accounts. |
USER_REGISTER_VISITORS_ADMINISTRATIVE_APPROVAL | constant | modules/ |
Visitors can create accounts, but they don't become active without administrative approval. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.