Functions

Primary tabs

Name Location Description Direct uses Stringssort descending
element_sort drupal/includes/common.inc Function used by uasort to sort structured arrays by weight. 4
debug drupal/includes/common.inc Outputs debug information. 1 4
ip_address drupal/includes/bootstrap.inc Returns the IP address of the client machine. 20 4
system_sort_modules_by_info_name drupal/modules/system/system.admin.inc Array sorting callback; sorts modules or themes by their name. 4
system_get_date_formats drupal/modules/system/system.module Gets the list of defined date formats and attributes. 6 4
taxonomy_autocomplete drupal/modules/taxonomy/taxonomy.pages.inc Page callback: Outputs JSON for taxonomy autocomplete suggestions. 4
trigger_get_assigned_actions drupal/modules/trigger/trigger.module Gets the action IDs of actions to be executed for a hook. 9 4
user_delete drupal/modules/user/user.module Delete a user. 5 4
user_logout drupal/modules/user/user.pages.inc Menu callback; logs the current user out, and redirects to the home page. 1 4
poll_vote drupal/modules/poll/poll.module Submit handler for processing a vote. 4
image_effects drupal/modules/image/image.module Loads all image effects from the database. 1 4
field_test_entity_form drupal/modules/field/tests/field_test.entity.inc Test_entity form. 4
date_iso8601 drupal/includes/common.inc Returns an ISO8601 formatted date based on the given date. 5
user_role_permissions drupal/modules/user/user.module Determine the permissions for one or more roles. 2 5
user_login drupal/modules/user/user.module Form builder; the main user login form. 5
user_register_form drupal/modules/user/user.module Form builder; the user registration form. 5
filter_formats drupal/modules/filter/filter.module Retrieves a list of text formats, ordered by weight. 14 5
language_types drupal/includes/bootstrap.inc Returns an array of the available language types. 5 6
filter_default_format drupal/modules/filter/filter.module Returns the ID of the default text format for a particular user. 5 6
search_index drupal/modules/search/search.module Update the full-text search index for a particular item. 3 7
format_interval drupal/includes/common.inc Formats a time interval with the requested granularity. 30 8
drupal_add_js drupal/includes/common.inc Adds a JavaScript file, setting, or inline code to the page. 51 8
drupal_sort_weight drupal/includes/common.inc Sorts a structured array by the 'weight' element. 8
user_admin_role drupal/modules/user/user.admin.inc Form to configure a single role. 8
image_styles drupal/modules/image/image.module Gets an array of all styles and their settings. 6 8
element_validate_integer_positive drupal/includes/form.inc Form element validation handler for integer elements that must be positive. 1 9
watchdog drupal/includes/bootstrap.inc Logs a system message. 124 9
language_default drupal/includes/bootstrap.inc Returns the default language, as an object, or one of its properties. 26 9
check_plain drupal/includes/bootstrap.inc Encodes special characters in a plain-text string for display as HTML. 188 10
user_access drupal/modules/user/user.module Determine whether the user has a given privilege. 154 13
url drupal/includes/common.inc Generates an internal or external URL. 303 14
language_list drupal/includes/bootstrap.inc Returns a list of installed languages, indexed by the specified key. 47 14
file_default_scheme drupal/includes/file.inc Gets the default file stream implementation. 20 15
node_access drupal/modules/node/node.module Determines whether the current user may perform the operation on the node. 20 26
t drupal/includes/bootstrap.inc Translates a string to the current language or to a given language. 1,903 28
drupal_get_form drupal/includes/form.inc Returns a renderable form array for a given form ID. 49 32
theme drupal/includes/theme.inc Generates themed output. 218 38
locale drupal/modules/locale/locale.module Provides interface translation services. 1 65

Pages

Other projects