- comment_form_validate in modules/
comment/ comment.module - Form validation handler for comment_form().
- comment_preview in modules/
comment/ comment.module - Generates a comment preview.
- comment_submit in modules/
comment/ comment.module - Prepare a comment for submission.
- DBLogTestCase::doUser in modules/
dblog/ tests/ dblog.test - Generates and then verifies some user events.
- file_manage_form_submit in modules/
file/ file.pages.inc - Form submission handler for the 'Save' button for file_manage_form().
- file_manage_form_validate in modules/
file/ file.pages.inc - Form validation handler for file_manage_form().
- LocaleUserCreationTest::testLocalUserCreation in modules/
locale/ tests/ locale.test - Functional test for language handling during user creation.
- node_preview in modules/
node/ node.pages.inc - Generates a node preview.
- node_submit in modules/
node/ node.module - Prepares a node for saving by populating the author and creation date.
- node_validate in modules/
node/ node.module - Performs validation checks on the given node.
- url_alter_test_url_inbound_alter in modules/
simpletest/ tests/ url_alter_test.module - Implements hook_url_inbound_alter().
- user_authenticate in modules/
user/ user.module - Try to validate the user's login credentials locally.
- UserCreateTestCase::testUserAdd in modules/
user/ tests/ user.test - Create a user through the administration interface and ensure that it displays in the user list.
- UserEditedOwnAccountTestCase::testUserEditedOwnAccount in modules/
user/ tests/ user.test - Tests a user editing their own account.
- user_password_reject_weak in modules/
user/ user.password.inc - Get the password strength score required for an account.
- UserRegistrationTestCase::testRegistrationEmailAsUsername in modules/
user/ tests/ user.test - Tests new users username matches their email if username is an email.
- UserRolesAssignmentTestCase::testCreateUserWithRole in modules/
user/ tests/ user.test - Tests that when creating a user the role can be assigned. And that it can be removed again.
- UserSaveTestCase::testUserImport in modules/
user/ tests/ user.test - Test creating a user with arbitrary uid.