Search for valid
- Search 9.5.x for valid
- Search 8.9.x for valid
- Search 10.3.x for valid
- Search 11.x for valid
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
user_email_validation_test.module | file | modules/ |
Dummy module implementing hook_valid_email_address_alter. |
user_email_validation_test_valid_email_address_alter | function | modules/ |
Implements hook_valid_email_address_alter(). |
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_default_validators | function | modules/ |
Set up a series for validators which check for blocked users, then authenticate against local database, then return an error if authentication fails. Distributed authentication modules are welcome to use hook_form_alter() to change this series in… |
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. |
ValidUrlTestCase | class | modules/ |
Test for valid_url(). |
ValidUrlTestCase::getInfo | function | modules/ |
|
ValidUrlTestCase::testInvalidAbsolute | function | modules/ |
Test invalid absolute URLs. |
ValidUrlTestCase::testInvalidRelative | function | modules/ |
Test invalid relative URLs. |
ValidUrlTestCase::testValidAbsolute | function | modules/ |
Test valid absolute URLs. |
ValidUrlTestCase::testValidRelative | function | modules/ |
Test valid relative URLs. |
valid_email_address | function | includes/ |
Verifies the syntax of the given e-mail address. |
valid_url | function | includes/ |
Verifies the syntax of the given URL. |
XMLRPCBasicTestCase::testInvalidMessageParsing | function | modules/ |
Ensure that XML-RPC correctly handles invalid messages when parsing. |
XMLRPCValidator1IncTestCase | class | modules/ |
|
XMLRPCValidator1IncTestCase::getInfo | function | modules/ |
|
XMLRPCValidator1IncTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
XMLRPCValidator1IncTestCase::testValidator1 | function | modules/ |
Run validator1 tests. |
_drupal_invalid_token_set_form_error | function | includes/ |
Helper function to call form_set_error() if there is a token error. |
_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. |
_openid_invalid_openid_transition | function | modules/ |
Provides transition for accounts with possibly invalid OpenID identifiers in authmap. |
_system_theme_settings_validate_path | function | modules/ |
Helper function for the system_theme_settings form. |
Pagination
- Previous page
- Page 6
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.