Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
drupal_http_build_query drupal/includes/common.inc Parses an array into a valid, rawurlencoded query string. 9
drupal_json_decode drupal/includes/common.inc Converts an HTML-safe JSON string into its PHP equivalent. 9
entity_load drupal/includes/common.inc Load entities from the database. 9
menu_link_load drupal/includes/menu.inc Gets a translated, access-checked menu link that is ready for rendering. 9
menu_link_delete drupal/includes/menu.inc Delete one or several menu links. 9
form_state_defaults drupal/includes/form.inc Retrieves default values for the $form_state array. 9
drupal_random_bytes drupal/includes/bootstrap.inc Returns a string of highly randomized bytes (over the full 8-bit range). 9
drupal_hmac_base64 drupal/includes/bootstrap.inc Calculates a base-64 encoded, URL-safe sha-256 hmac. 9
path_save drupal/includes/path.inc Save a path alias to the database. 9
db_index_exists drupal/includes/database/database.inc Checks if an index exists in the given table. 9
field_info_storage_types drupal/modules/field/field.info.inc Returns information about field storage from hook_field_storage_info(). 9
field_delete_field drupal/modules/field/field.crud.inc Marks a field and its instances and data for deletion. 9
field_language drupal/modules/field/field.multilingual.inc Returns the display language for the fields attached to the given entity. 9 1
menu_get_menus drupal/modules/menu/menu.module Return an associative array of the custom menus names. 9
taxonomy_get_parents drupal/modules/taxonomy/taxonomy.module Finds all parents of a given term ID. 9 1
_field_ui_bundle_admin_path drupal/modules/field_ui/field_ui.module Determines the administration path for a bundle. 9
trigger_get_assigned_actions drupal/modules/trigger/trigger.module Gets the action IDs of actions to be executed for a hook. 9 4
node_is_page drupal/modules/node/node.module Returns whether the current page is the full page view of the passed-in node. 9
locale_language_list drupal/modules/locale/locale.module Returns array of language names 9
field_test_memorize drupal/modules/field/tests/field_test.module Store and retrieve keyed data for later verification by unit tests. 9
image_get_toolkit drupal/includes/image.inc Gets the name of the currently used toolkit. 8
drupal_mail drupal/includes/mail.inc Composes and optionally sends an e-mail message. 8
drupal_install_profile_distribution_name drupal/includes/install.inc Loads the installation profile, extracting its defined distribution name. 8
file_usage_delete drupal/includes/file.inc Removes a record to indicate that a module is no longer using a file. 8
xmlrpc_error drupal/includes/xmlrpc.inc Generates, temporarily saves, and returns an XML-RPC error object. 8
language_negotiation_set drupal/includes/language.inc Saves a list of language negotiation providers. 8
theme_get_registry drupal/includes/theme.inc Gets the theme registry. 8 1
drupal_theme_rebuild drupal/includes/theme.inc Forces the system to rebuild the theme registry. 8
drupal_set_breadcrumb drupal/includes/common.inc Sets the breadcrumb trail for the current page. 8
valid_email_address drupal/includes/common.inc Verifies the syntax of the given e-mail address. 8
drupal_add_html_head_link drupal/includes/common.inc Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD. 8
drupal_cron_run drupal/includes/common.inc Executes a cron run when called. 8
_menu_link_translate drupal/includes/menu.inc Provides menu link access control, translation, and argument handling. 8
menu_get_object drupal/includes/menu.inc Gets a loaded object from a router item. 8
form_state_values_clean drupal/includes/form.inc Removes internal Form API elements and buttons from submitted form values. 8
_form_set_class drupal/includes/form.inc Sets a form element's class attribute. 8
drupal_get_title drupal/includes/bootstrap.inc Gets the title of the current page. 8
drupal_get_hash_salt drupal/includes/bootstrap.inc Gets a salt useful for hardening against SQL injection. 8
drupal_valid_test_ua drupal/includes/bootstrap.inc Returns the test prefix if this is an internal request from SimpleTest. 8
drupal_multilingual drupal/includes/bootstrap.inc Returns TRUE if there is more than one language enabled. 8
_field_invoke_default drupal/modules/field/field.attach.inc Invoke field.module's version of a field hook. 8
field_info_bundles drupal/modules/field/field.info.inc Returns information about existing bundles. 8
field_info_formatter_settings drupal/modules/field/field.info.inc Returns a field formatter's default settings. 8
field_delete_instance drupal/modules/field/field.crud.inc Marks a field instance and its data for deletion. 8
shortcut_set_save drupal/modules/shortcut/shortcut.module Saves a shortcut set. 8
system_rebuild_theme_data drupal/modules/system/system.module Rebuild, save, and return data about all currently available themes. 8
taxonomy_vocabulary_delete drupal/modules/taxonomy/taxonomy.module Deletes a vocabulary. 8
taxonomy_term_delete drupal/modules/taxonomy/taxonomy.module Delete a term. 8 1
openid_normalize drupal/modules/openid/openid.inc Normalize the given identifier. 8
_openid_get_math_library drupal/modules/openid/openid.inc Determine the available math library GMP vs. BCMath, favouring GMP for performance. 8

Pages

Other projects