Search for Id
Title | Object type | File name | Summary |
---|---|---|---|
user_admin_role_validate | function | modules/ |
Form validation handler for the user_admin_role() form. |
user_email_validation_test.info | file | modules/ |
name = "User module e-mail validation tests" description = "Support module for user e-mail validation testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
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_uid_only_optional_to_arg | function | modules/ |
Returns $arg or the user ID of the current user if $arg is '%' or empty. |
user_uid_optional_load | function | modules/ |
Load either a specified or the current user account. |
user_uid_optional_to_arg | function | modules/ |
Returns $arg or the user ID of the current user if $arg is '%' or empty. |
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. |
_block_get_cache_id | function | modules/ |
Assemble the cache_id to use for a given block. |
_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_info_prepare_instance_widget | function | modules/ |
Prepares widget specifications for the current run-time context. |
_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. |
_lock_id | function | includes/ |
Helper function to get this request's unique id. |
_openid_create_message | function | modules/ |
Create a serialized message packet as per spec: $key:$value\n . |
_openid_dh_base64_to_long | function | modules/ |
|
_openid_dh_binary_to_long | function | modules/ |
|
_openid_dh_long_to_base64 | function | modules/ |
|
_openid_dh_long_to_binary | function | modules/ |
|
_openid_dh_rand | function | modules/ |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.