Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
valid_email_address drupal/core/includes/common.inc Verifies the syntax of the given e-mail address. 4
drupal_set_time_limit drupal/core/includes/common.inc Attempts to set the PHP maximum execution time. 4
drupal_load_stylesheet drupal/core/includes/common.inc Loads the stylesheet and resolves all @import commands. 4
element_info_property drupal/core/includes/common.inc Retrieves a single property for the defined element type. 4
image_get_available_toolkits drupal/core/includes/image.inc Gets a list of available toolkits. 4
image_get_toolkit drupal/core/includes/image.inc Gets the name of the currently used toolkit. 4
image_resize drupal/core/includes/image.inc Resizes an image to the given dimensions (ignoring aspect ratio). 4
image_save drupal/core/includes/image.inc Closes the image and saves the changes to a file. 4
tablesort_get_order drupal/core/includes/tablesort.inc Determine the current sort criterion. 4
form_load_include drupal/core/includes/form.inc Ensures an include file is loaded whenever the form is processed. 4
form_execute_handlers drupal/core/includes/form.inc Executes custom validation and submission handlers for a given form. 4
drupal_find_theme_templates drupal/core/includes/theme.inc Allow themes and/or theme engines to easily discover overridden templates. 4
theme_get_suggestions drupal/core/includes/theme.inc Generate an array of suggestions from path arguments. 4
_menu_translate drupal/core/includes/menu.inc Handles dynamic path translation and menu access control. 4
menu_tree_all_data drupal/core/includes/menu.inc Gets the data structure representing a named menu tree. 4 1
menu_tree_data drupal/core/includes/menu.inc Sorts and returns the built data representing a menu tree. 4
menu_local_tasks drupal/core/includes/menu.inc Collects the local tasks (tabs), action links, and the root path. 4
menu_reset_static_cache drupal/core/includes/menu.inc Resets the menu system static cache. 4
menu_link_maintain drupal/core/includes/menu.inc Inserts, updates, enables, disables, or deletes an uncustomized menu link. 4
xmlrpc_message_get drupal/core/modules/xmlrpc/xmlrpc.inc Returns the most recently stored XML-RPC message object. 4
xmlrpc_server_get drupal/core/modules/xmlrpc/xmlrpc.server.inc Retrieves the latest stored XML-RPC request. 4
breakpoint_load drupal/core/modules/breakpoint/breakpoint.module Load one breakpoint by its identifier. 4
statistics_get drupal/core/modules/statistics/statistics.module Retrieves a node's "view statistics". 4
_openid_create_message drupal/core/modules/openid/openid.inc Create a serialized message packet as per spec: $key:$value\n . 4
_openid_signature drupal/core/modules/openid/openid.inc Sign certain keys in a message 4
_openid_dh_long_to_binary drupal/core/modules/openid/openid.inc 4
views_include drupal/core/modules/views/views.module Include views .inc files as necessary. 4
system_authorized_init drupal/core/modules/system/system.module Setup a given callback to run via authorize.php with elevated privileges. 4
system_admin_compact_mode drupal/core/modules/system/system.module Determines whether the current user is in compact mode. 4
system_time_zones drupal/core/modules/system/system.module Generate an array of time zones and their local time&date. 4
_field_language_suggestion drupal/core/modules/field/field.multilingual.inc Process the language code suggestion based on the available language codes. 4
field_content_languages drupal/core/modules/field/field.multilingual.inc Returns available content language codes. 4
field_sync_field_status drupal/core/modules/field/field.module Refreshes the 'active' and 'storage_active' columns for fields. 4
field_view_field drupal/core/modules/field/field.module Returns a renderable array for the value of a single field in an entity. 4
field_has_data drupal/core/modules/field/field.module Determines whether a field has any data. 4
field_access drupal/core/modules/field/field.module Determines whether the user has access to a given field. 4
field_extract_bundle drupal/core/modules/field/field.module Extracts the bundle name from a bundle object. 4
field_info_instance_settings drupal/core/modules/field/field.info.inc Returns a field type's default instance settings. 4
field_views_field_label drupal/core/modules/field/field.views.inc Returns the label of a certain field. 4
field_invoke_method drupal/core/modules/field/field.attach.inc Invokes a method on all the fields of a given entity. 4
field_attach_create_bundle drupal/core/modules/field/field.attach.inc Notifies field.module that a new bundle was created. 4
field_attach_rename_bundle drupal/core/modules/field/field.attach.inc Notifies field.module that a bundle was renamed. 4
search_get_default_module_info drupal/core/modules/search/search.module Returns information about the default search module. 4
search_reindex drupal/core/modules/search/search.module Clears a part of or the entire search index. 4
search_index drupal/core/modules/search/search.module Update the full-text search index for a particular item. 4 6
search_excerpt drupal/core/modules/search/search.module Returns snippets from a piece of text, with certain keywords highlighted. Used for formatting search results. 4
book_get_books drupal/core/modules/book/book.module Returns an array of all books. 4 2
_book_update_outline drupal/core/modules/book/book.module Handles additions and updates to the book outline. 4
node_mark drupal/core/modules/node/node.module Decides on the type of marker to be displayed for a given node. 4
node_delete_multiple drupal/core/modules/node/node.module Deletes multiple nodes. 4

Pages

Other projects