Search for validate
- Search 9.5.x for validate
- Search 8.9.x for validate
- Search 10.3.x for validate
- Search 11.x for validate
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
user_account_form_validate | function | modules/ |
Form validation handler for user_account_form(). |
user_admin_account_validate | function | modules/ |
Form validation handler for the user_admin_account() form. |
user_admin_role_validate | function | modules/ |
Form validation handler for the user_admin_role() form. |
user_login_authenticate_validate | function | modules/ |
A validate handler on the login form. Check supplied username/password against local users table. If successful, $form_state['uid'] is set to the matching user ID. |
user_login_final_validate | function | modules/ |
The final validation handler on the login form. |
user_login_name_validate | function | modules/ |
A FAPI validate handler. Sets an error if supplied username has been blocked. |
user_pass_validate | function | modules/ |
Form validation handler for user_pass(). |
user_profile_form_validate | function | modules/ |
Form validation handler for user_profile_form(). |
user_register_validate | function | modules/ |
Validation function for the user registration form. |
user_validate_current_pass | function | modules/ |
Form validation handler for the current password on the user_account_form(). |
user_validate_mail | function | modules/ |
Validates a user's email address. |
user_validate_name | function | modules/ |
Verify the syntax of the given name. |
user_validate_picture | function | modules/ |
Validates an image uploaded by a user. |
_element_validate_integer | function | modules/ |
DEPRECATED: Helper form element validator: integer. |
_element_validate_integer_positive | function | modules/ |
DEPRECATED: Helper form element validator: integer > 0. |
_element_validate_number | function | modules/ |
DEPRECATED: Helper form element validator: number. |
_field_ui_field_overview_form_validate_add_existing | function | modules/ |
Validates the 'add existing field' row of field_ui_field_overview_form(). |
_field_ui_field_overview_form_validate_add_new | function | modules/ |
Validates the 'add new field' row of field_ui_field_overview_form(). |
_file_generic_settings_file_directory_validate | function | modules/ |
Element validate callback for the file destination field. |
_form_validate | function | includes/ |
Performs validation on form elements. |
_image_field_resolution_validate | function | modules/ |
Element validate function for resolution fields. |
_locale_invalidate_js | function | includes/ |
Force the JavaScript translation file(s) to be refreshed. |
_system_theme_settings_validate_path | function | modules/ |
Helper function for the system_theme_settings form. |
Pagination
- Previous page
- Page 4
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.