Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
field_info_formatter_settings drupal/core/modules/field/field.info.inc Returns a field formatter's default settings. 9
field_attach_form drupal/core/modules/field/field.attach.inc Adds form elements for all fields for an entity to a form structure. 9
language_negotiation_url_prefixes drupal/core/modules/language/language.negotiation.inc Reads language prefixes and uses the langcode if no prefix is set. 9
db_drop_primary_key drupal/core/includes/database.inc Drops the primary key of a database table. 8
drupal_install_profile_distribution_name drupal/core/includes/install.inc Loads the installation profile, extracting its defined distribution name. 8
update_variables_to_state drupal/core/includes/update.inc Updates 7.x variables to state records. 8
drupal_schema_fields_sql drupal/core/includes/schema.inc Retrieves a list of fields from a table schema. 8
file_get_stream_wrappers drupal/core/includes/file.inc Provides Drupal stream wrapper registry. 8 2
drupal_theme_rebuild drupal/core/includes/theme.inc Forces the system to rebuild the theme registry. 8
drupal_set_breadcrumb drupal/core/includes/common.inc Sets the breadcrumb trail for the current page. 8
drupal_parse_url drupal/core/includes/common.inc Parses a system URL string into an associative array suitable for url(). 8
drupal_json_encode drupal/core/includes/common.inc Converts a PHP variable into its JavaScript equivalent. 8
drupal_cron_run drupal/core/includes/common.inc Executes a cron run when called. 8
drupal_flush_all_caches drupal/core/includes/common.inc Flushes all persistent caches, resets all variables, and rebuilds all data structures. 8
drupal_build_form drupal/core/includes/form.inc Builds and processes a form for a given form ID. 8
request_uri drupal/core/includes/bootstrap.inc Returns the equivalent of Apache's $_SERVER['REQUEST_URI'] variable. 8
drupal_language_initialize drupal/core/includes/bootstrap.inc Initializes all the defined language types and sets the default langcode. 8
taxonomy_term_load_parents drupal/core/modules/taxonomy/taxonomy.module Finds all parents of a given term ID. 8 1
node_type_get_names drupal/core/modules/node/node.module Returns a list of available node type names. 8
node_type_set_defaults drupal/core/modules/node/node.module Sets the default values for a node type. 8
node_hook drupal/core/modules/node/node.module Determines whether a node hook exists. 8
node_update_index drupal/core/modules/node/node.module Implements hook_update_index(). 8
user_preferred_langcode drupal/core/modules/user/user.module Get the language object preferred by the user. This user preference can be set on the user account editing page, and is only available if there are more than one languages enabled on the site. If the user did not choose a preferred language, or is the… 8
views_fetch_plugin_names drupal/core/modules/views/views.module Fetch a list of all base tables available 8
filter_list_format drupal/core/modules/filter/filter.module Retrieves a list of filters for a given text format. 8 1
image_style_path drupal/core/modules/image/image.module Returns the URI of an image when using a style. 8
_file_test_log_call drupal/core/modules/file/tests/file_test/file_test.module Store the values passed to a hook invocation. 8
language_types_get_configurable drupal/core/includes/language.inc Returns only the configurable language types. 8 1
drupal_mail drupal/core/includes/mail.inc Composes and optionally sends an e-mail message. 8
drupal_html_to_text drupal/core/includes/mail.inc Transforms an HTML string into plain text, preserving its structure. 8
xmlrpc_error drupal/core/modules/xmlrpc/xmlrpc.inc Generates, temporarily saves, and returns an XML-RPC error object. 8
field_delete_instance Deprecated drupal/core/modules/field/field.crud.inc Marks a field instance and its data for deletion. 8
field_info_storage_types drupal/core/modules/field/field.info.inc Returns information about field storage from hook_field_storage_info(). 8
field_form_set_state drupal/core/modules/field/field.form.inc Stores processing information about a field in $form_state. 8
translation_supported_type drupal/core/modules/translation/translation.module Returns whether the given content type has support for translations. 8
db_query_range drupal/core/includes/database.inc Executes a query against the active database, restricted to a range. 7 2
db_and drupal/core/includes/database.inc Returns a new DatabaseCondition, set to "AND" all conditions together. 7
module_uninstall Deprecated drupal/core/includes/module.inc Uninstalls a given list of disabled modules. 7
file_unmanaged_move drupal/core/includes/file.inc Moves a file to a new location without database changes or hook invocation. 7
file_save_upload drupal/core/includes/file.inc Saves file uploads to a new location. 7
drupal_add_feed drupal/core/includes/common.inc Adds a feed URL for the current page. 7
format_xml_elements drupal/core/includes/common.inc Formats XML elements. 7
parse_size drupal/core/includes/common.inc Parses a given byte count. 7
url_is_external drupal/core/includes/common.inc Returns TRUE if a path is external to Drupal (e.g. http://example.com). 7
drupal_add_html_head_link drupal/core/includes/common.inc Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD. 7
drupal_render_page drupal/core/includes/common.inc Renders the page, including all theming. 7
debug drupal/core/includes/common.inc Outputs debug information. 7 11
_menu_link_translate drupal/core/includes/menu.inc Provides menu link access control, translation, and argument handling. 7
menu_tree_output drupal/core/includes/menu.inc Returns a rendered menu tree. 7
menu_cache_clear_all drupal/core/includes/menu.inc Clears all cached menu data. 7

Pages

Other projects