Functions

Primary tabs

Name Location Description Direct usessort descending Strings
drupal_explode_tags drupal/includes/common.inc Explodes a string of tags into an array. 6
entity_form_field_validate drupal/includes/common.inc Attaches field API validation to entity forms. 6
xmlrpc drupal/includes/common.inc Performs one or more XML-RPC request(s). 6
menu_execute_active_handler drupal/includes/menu.inc Execute the page callback associated with the current path. 6
drupal_form_submit drupal/includes/form.inc Retrieves, populates, and processes a form. 6
drupal_get_messages drupal/includes/bootstrap.inc Returns all messages that have been set with drupal_set_message(). 6
drupal_installation_attempted drupal/includes/bootstrap.inc Returns TRUE if a Drupal installation is currently being attempted. 6
drupal_placeholder drupal/includes/bootstrap.inc Formats text for emphasized display in a placeholder inside a sentence. 6
drupal_get_path_alias drupal/includes/path.inc Given an internal Drupal path, return the alias set by the administrator. 6
path_delete drupal/includes/path.inc Delete a URL alias. 6
db_like drupal/includes/database/database.inc Escapes characters that work as wildcard characters in a LIKE pattern. 6
db_field_exists drupal/includes/database/database.inc Checks if a column exists in the given table. 6
db_add_primary_key drupal/includes/database/database.inc Adds a primary key to a database table. 6
db_drop_unique_key drupal/includes/database/database.inc Drops a unique key. 6
field_filter_xss drupal/modules/field/field.module Like filter_xss_admin(), but with a shorter list of allowed tags. 6 1
field_get_items drupal/modules/field/field.module Returns the field items in the language they currently would be displayed. 6
_field_invoke_multiple drupal/modules/field/field.attach.inc Invoke a field hook across fields on multiple entities. 6
field_attach_delete drupal/modules/field/field.attach.inc Delete field data for an existing entity. This deletes all revisions of field data for the entity. 6
search_get_info drupal/modules/search/search.module Returns information about available search modules. 6 1
system_schema_cache_7054 drupal/modules/system/system.install The cache schema corresponding to system_update_7054. 6
system_authorized_get_url drupal/modules/system/system.module Return the URL for the authorize.php script. 6
system_get_date_formats drupal/modules/system/system.module Gets the list of defined date formats and attributes. 6 4
taxonomy_vocabulary_get_names drupal/modules/taxonomy/taxonomy.module Get names for all taxonomy vocabularies. 6 1
_forum_update_forum_index drupal/modules/forum/forum.module Updates the taxonomy index for a given node. 6
node_type_get_base drupal/modules/node/node.module Returns the node type base of the passed node or node type string. 6
node_type_save drupal/modules/node/node.module Saves a node type to the database. 6
node_add_body_field drupal/modules/node/node.module Adds default body field to a node type. 6
node_type_cache_reset drupal/modules/node/node.module Clears the node type cache. 6
user_is_anonymous drupal/modules/user/user.module Determines if the current user is anonymous. 6 2
dashboard_region_descriptions drupal/modules/dashboard/dashboard.module Returns an array of dashboard region descriptions, keyed by region name. 6
comment_delete_multiple drupal/modules/comment/comment.module Delete comments and all their replies. 6
image_styles drupal/modules/image/image.module Gets an array of all styles and their settings. 6 8
image_style_options drupal/modules/image/image.module Gets an array of image styles suitable for using as select list options. 6
_batch_test_finished_helper drupal/modules/simpletest/tests/batch_test.callbacks.inc Implements callback_batch_finished(). 6
_field_sql_storage_schema drupal/modules/field/modules/field_sql_storage/field_sql_storage.module Return the database schema for a field. This may contain one or more tables. Each table will contain the columns relevant for the specified field. Leave the $field's 'columns' and 'indexes' keys empty to get only the base schema. 6
_locale_get_predefined_list drupal/includes/iso.inc Some of the common languages with their English and native names 7
image_toolkit_invoke drupal/includes/image.inc Invokes the given method using the currently selected toolkit. 7
drupal_html_to_text drupal/includes/mail.inc Transforms an HTML string into plain text, preserving its structure. 7
drupal_get_schema_versions drupal/includes/install.inc Returns an array of available schema versions for a module. 7 1
drupal_set_installed_schema_version drupal/includes/install.inc Update the installed version information for a module. 7
install_profile_info drupal/includes/install.inc Retrieves information about an installation profile from its .info file. 7
token_find_with_prefix drupal/includes/token.inc Returns a list of tokens that begin with a specific prefix. 7
file_get_stream_wrappers drupal/includes/file.inc Provides Drupal stream wrapper registry. 7 1
file_usage_list drupal/includes/file.inc Determines where a file is used. 7
file_save_upload drupal/includes/file.inc Saves a file upload to a new location. 7
language_types_info drupal/includes/language.inc Returns all the defined language types. 7 4
language_types_configurable drupal/includes/language.inc Returns only the configurable language types. 7 1
actions_list drupal/includes/actions.inc Discovers all available actions by invoking hook_action_info(). 7
actions_function_lookup drupal/includes/actions.inc Returns an action array key (function or ID), given its hash. 7
drupal_add_html_head drupal/includes/common.inc Adds output to the HEAD tag of the HTML page. 7

Pages

Other projects