Search for Id

  1. Search 9.5.x for Id
  2. Search 8.9.x for Id
  3. Search 10.3.x for Id
  4. Search 11.x for Id
  5. Other projects
Title Object type File name Summary
user_email_validation_test.info file modules/user/tests/user_email_validation_test.info 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/user/tests/user_email_validation_test.module Dummy module implementing hook_valid_email_address_alter.
user_email_validation_test_valid_email_address_alter function modules/user/tests/user_email_validation_test.module Implements hook_valid_email_address_alter().
user_login_authenticate_validate function modules/user/user.module 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/user/user.module 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/user/user.module The final validation handler on the login form.
user_login_name_validate function modules/user/user.module A FAPI validate handler. Sets an error if supplied username has been blocked.
user_pass_validate function modules/user/user.pages.inc Form validation handler for user_pass().
user_profile_form_validate function modules/user/user.pages.inc Form validation handler for user_profile_form().
user_register_validate function modules/user/user.module Validation function for the user registration form.
user_uid_only_optional_to_arg function modules/user/user.module Returns $arg or the user ID of the current user if $arg is '%' or empty.
user_uid_optional_load function modules/user/user.module Load either a specified or the current user account.
user_uid_optional_to_arg function modules/user/user.module Returns $arg or the user ID of the current user if $arg is '%' or empty.
user_validate_current_pass function modules/user/user.module Form validation handler for the current password on the user_account_form().
user_validate_mail function modules/user/user.module Validates a user's email address.
user_validate_name function modules/user/user.module Verify the syntax of the given name.
user_validate_picture function modules/user/user.module Validates an image uploaded by a user.
ValidUrlTestCase class modules/simpletest/tests/common.test Test for valid_url().
ValidUrlTestCase::getInfo function modules/simpletest/tests/common.test
ValidUrlTestCase::testInvalidAbsolute function modules/simpletest/tests/common.test Test invalid absolute URLs.
ValidUrlTestCase::testInvalidRelative function modules/simpletest/tests/common.test Test invalid relative URLs.
ValidUrlTestCase::testValidAbsolute function modules/simpletest/tests/common.test Test valid absolute URLs.
ValidUrlTestCase::testValidRelative function modules/simpletest/tests/common.test Test valid relative URLs.
valid_email_address function includes/common.inc Verifies the syntax of the given e-mail address.
valid_url function includes/common.inc Verifies the syntax of the given URL.
XMLRPCBasicTestCase::testInvalidMessageParsing function modules/simpletest/tests/xmlrpc.test Ensure that XML-RPC correctly handles invalid messages when parsing.
XMLRPCValidator1IncTestCase class modules/simpletest/tests/xmlrpc.test
XMLRPCValidator1IncTestCase::getInfo function modules/simpletest/tests/xmlrpc.test
XMLRPCValidator1IncTestCase::setUp function modules/simpletest/tests/xmlrpc.test Sets up a Drupal site for running functional and integration tests.
XMLRPCValidator1IncTestCase::testValidator1 function modules/simpletest/tests/xmlrpc.test Run validator1 tests.
_block_get_cache_id function modules/block/block.module Assemble the cache_id to use for a given block.
_drupal_invalid_token_set_form_error function includes/form.inc Helper function to call form_set_error() if there is a token error.
_element_validate_integer function modules/field/field.module DEPRECATED: Helper form element validator: integer.
_element_validate_integer_positive function modules/field/field.module DEPRECATED: Helper form element validator: integer > 0.
_element_validate_number function modules/field/field.module DEPRECATED: Helper form element validator: number.
_field_info_prepare_instance_widget function modules/field/field.info.inc Prepares widget specifications for the current run-time context.
_field_ui_field_overview_form_validate_add_existing function modules/field_ui/field_ui.admin.inc Validates the 'add existing field' row of field_ui_field_overview_form().
_field_ui_field_overview_form_validate_add_new function modules/field_ui/field_ui.admin.inc Validates the 'add new field' row of field_ui_field_overview_form().
_file_generic_settings_file_directory_validate function modules/file/file.field.inc Element validate callback for the file destination field.
_form_validate function includes/form.inc Performs validation on form elements.
_image_field_resolution_validate function modules/image/image.field.inc Element validate function for resolution fields.
_locale_invalidate_js function includes/locale.inc Force the JavaScript translation file(s) to be refreshed.
_lock_id function includes/lock.inc Helper function to get this request's unique id.
_openid_create_message function modules/openid/openid.inc Create a serialized message packet as per spec: $key:$value\n .
_openid_dh_base64_to_long function modules/openid/openid.inc
_openid_dh_binary_to_long function modules/openid/openid.inc
_openid_dh_long_to_base64 function modules/openid/openid.inc
_openid_dh_long_to_binary function modules/openid/openid.inc
_openid_dh_rand function modules/openid/openid.inc
_openid_dh_xorsecret function modules/openid/openid.inc

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.