Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
user_update_7017 | modules/ |
Update email templates to use new tokens. | |||
user_update_7018 | modules/ |
Ensure there is an index on {users}.picture. | |||
user_update_7019 | modules/ |
Ensure there is a combined index on {authmap}.uid and {authmap}.module. | |||
user_update_7020 | modules/ |
Add changed field to users table. | |||
user_update_dependencies | modules/ |
Implements hook_update_dependencies(). | |||
user_uri | modules/ |
Implements callback_entity_info_uri(). | 1 | ||
user_user_categories | modules/ |
Implements hook_user_categories(). | |||
user_user_flood_control | modules/ |
Implements hook_user_flood_control(). | |||
user_user_operations | modules/ |
Implements hook_user_operations(). | |||
user_user_operations_block | modules/ |
Callback function for admin mass blocking users. | 2 | ||
user_user_operations_unblock | modules/ |
Callback function for admin mass unblocking users. | 2 | ||
user_user_presave | modules/ |
Implements hook_user_presave(). | |||
user_user_view | modules/ |
Implements hook_user_view(). | |||
user_validate_current_pass | modules/ |
Form validation handler for the current password on the user_account_form(). | 2 | ||
user_validate_mail | modules/ |
Validates a user's email address. | 5 | ||
user_validate_name | modules/ |
Verify the syntax of the given name. | 3 | ||
user_validate_picture | modules/ |
Validates an image uploaded by a user. | 1 | ||
user_view | modules/ |
Generate an array for rendering the given user. | 1 | 3 | |
user_view_access | modules/ |
User view access callback. | 2 | 1 | |
user_view_page | modules/ |
Page callback wrapper for user_view(). | 1 | ||
valid_email_address | includes/ |
Verifies the syntax of the given e-mail address. | 8 | ||
valid_url | includes/ |
Verifies the syntax of the given URL. | 11 | ||
vancode2int | modules/ |
Decode vancode back to an integer. | 1 | ||
variable_del | includes/ |
Unsets a persistent variable. | 85 | ||
variable_get | includes/ |
Returns a persistent variable. | 674 | 1 | |
variable_initialize | includes/ |
Loads the persistent variable table. | 3 | ||
variable_set | includes/ |
Sets a persistent variable. | 409 | ||
watchdog | includes/ |
Logs a system message. | 131 | 9 | |
watchdog_exception | includes/ |
Logs an exception. | 14 | ||
watchdog_severity_levels | includes/ |
Returns a list of severity levels, as defined in RFC 3164. | 2 | ||
watchdog_skip_semaphore | modules/ |
Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop. | 2 | ||
weight_value | includes/ |
Sets the value for a weight element, with zero as a default. | |||
xmlrpc | includes/ |
Performs one or more XML-RPC request(s). | 6 | ||
xmlrpc_base64 | includes/ |
Returns an XML-RPC base 64 object. | 2 | ||
xmlrpc_base64_get_xml | includes/ |
Converts an XML-RPC base 64 object into XML. | 1 | ||
xmlrpc_clear_error | includes/ |
Clears any previously-saved errors. | 1 | ||
xmlrpc_date | includes/ |
Converts a PHP or ISO date/time to an XML-RPC object. | 3 | ||
xmlrpc_date_get_xml | includes/ |
Converts an XML-RPC date-time object into XML. | 1 | ||
xmlrpc_errno | includes/ |
Returns the last XML-RPC client error number. | |||
xmlrpc_error | includes/ |
Generates, temporarily saves, and returns an XML-RPC error object. | 8 | ||
xmlrpc_error_get_xml | includes/ |
Converts an XML-RPC error object into XML. | 1 | ||
xmlrpc_error_msg | includes/ |
Returns the last XML-RPC client error message. | |||
xmlrpc_message | includes/ |
Constructs an object representing an XML-RPC message. | 3 | ||
xmlrpc_message_cdata | includes/ |
Handles character data for XML parsing in xmlrpc_message_parse(). | 1 | ||
xmlrpc_message_get | includes/ |
Returns the most recently stored XML-RPC message object. | 4 | ||
xmlrpc_message_parse | includes/ |
Parses an XML-RPC message. | 3 | ||
xmlrpc_message_set | includes/ |
Stores a copy of the most recent XML-RPC message object temporarily. | 5 | ||
xmlrpc_message_tag_close | includes/ |
Handles closing tags for XML parsing in xmlrpc_message_parse(). | 1 | ||
xmlrpc_message_tag_open | includes/ |
Handles opening tags for XML parsing in xmlrpc_message_parse(). | 1 | ||
xmlrpc_request | includes/ |
Constructs an object representing an XML-RPC request. | 1 |
Pagination
- Previous page
- Page 83
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.