Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
comment_save drupal/core/modules/comment/comment.module Accepts a submission of new or changed comment content. 12
file_unmanaged_save_data drupal/core/includes/file.inc Saves a file to the specified destination without invoking file API. 11
request_uri drupal/core/includes/bootstrap.inc Returns the equivalent of Apache's $_SERVER['REQUEST_URI'] variable. 11
drupal_language_initialize drupal/core/includes/bootstrap.inc Initializes all the defined language types. 11
drupal_classloader drupal/core/includes/bootstrap.inc Initializes and returns the class loader. 11
db_transaction drupal/core/includes/database.inc Returns a new transaction object for the active database. 11
drupal_get_query_parameters drupal/core/includes/common.inc Processes a URL query parameter array to remove unwanted elements. 11
drupal_valid_token drupal/core/includes/common.inc Validates a token based on $value, the user session, and the private key. 11
batch_process drupal/core/includes/form.inc Processes the batch. 11
menu_list_system_menus drupal/core/includes/menu.inc Returns an array containing the names of system-defined (default) menus. 11
module_load_all drupal/core/includes/module.inc Loads all enabled modules. 11
_forum_node_check_node_type drupal/core/modules/forum/forum.module Checks whether a node can be used in a forum, based on its content type. 11
system_region_list drupal/core/modules/system/system.module Get a list of available regions from a specified theme. 11
field_info_widget_types drupal/core/modules/field/field.info.inc Returns information about field widgets from AnnotatedClassDiscovery. 11
node_type_load drupal/core/modules/node/node.module Menu argument loader: Loads a node type by string. 11 1
shortcut_current_displayed_set drupal/core/modules/shortcut/shortcut.module Returns the current displayed shortcut set for the provided user account. 11 1
user_pass_rehash drupal/core/modules/user/user.module Creates a unique hash value for use in time-dependent per-user URLs. 11
image_style_url drupal/core/modules/image/image.module Return the URL for an image derivative given a style and image path. 11
taxonomy_term_load drupal/core/modules/taxonomy/taxonomy.module Return the taxonomy term entity matching a term ID. 11
translation_entity_enabled drupal/core/modules/translation_entity/translation_entity.module Determines whether the given entity type is translatable. 11
language_negotiation_include drupal/core/modules/language/language.module Include negotiation backend functionality. 11
menu_get_menus drupal/core/modules/menu/menu.module Return an associative array of the custom menus names. 11
file_test_reset drupal/core/modules/file/tests/file_test/file_test.module Reset/initialize the history of calls to the file_* hooks. 11
field_test_entity_test_load drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Loads a test_entity. 11
token_generate drupal/core/includes/token.inc Generates replacement values for a list of tokens. 10
update_variable_set drupal/core/includes/update.inc Sets a persistent variable during the 7.x-8.x upgrade path. 10
drupal_is_front_page drupal/core/includes/path.inc Check if the current page is the front page. 10
drupal_anonymous_user drupal/core/includes/bootstrap.inc Generates a default anonymous $user object. 10
drupal_container drupal/core/includes/bootstrap.inc Retrieves the Drupal Container to standardize object construction. 10
_current_path drupal/core/includes/bootstrap.inc @todo This is a temporary function pending refactoring Drupal to use Symfony's Request object exclusively. 10
db_field_exists drupal/core/includes/database.inc Checks if a column exists in the given table. 10
drupal_http_build_query drupal/core/includes/common.inc Parses an array into a valid, rawurlencoded query string. 10
drupal_system_listing drupal/core/includes/common.inc This function is kept only for backward compatibility. 10 1
drupal_build_form drupal/core/includes/form.inc Builds and processes a form for a given form ID. 10
form_state_values_clean drupal/core/includes/form.inc Removes internal Form API elements and buttons from submitted form values. 10
module_hook drupal/core/includes/module.inc Determines whether a module implements a hook. 10
system_get_date_formats drupal/core/modules/system/system.module Gets the list of defined date formats and attributes. 10
field_delete_field drupal/core/modules/field/field.crud.inc Marks a field and its instances and data for deletion. 10
field_language drupal/core/modules/field/field.multilingual.inc Returns the display language code for the fields attached to the given entity. 10 4
_field_invoke drupal/core/modules/field/field.attach.inc Invoke a field hook. 10
search_touch_node drupal/core/modules/search/search.module Changes a node's changed timestamp to 'now' to force reindexing. 10
node_delete drupal/core/modules/node/node.module Deletes a node. 10
shortcut_set_save drupal/core/modules/shortcut/shortcut.module Saves a shortcut set. 10
overlay_get_mode drupal/core/modules/overlay/overlay.module Gets the current overlay mode. 10
taxonomy_vocabulary_load_multiple drupal/core/modules/taxonomy/taxonomy.module Loads multiple taxonomy vocabularies based on certain conditions. 10
_update_cache_clear drupal/core/modules/update/update.module Invalidates cached data relating to update status. 10
filter_default_format drupal/core/modules/filter/filter.module Returns the ID of the default text format for a particular user. 10
language_negotiation_url_prefixes drupal/core/modules/language/language.negotiation.inc Reads language prefixes and uses the langcode if no prefix is set. 10 1
_field_test_storage_data drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc Helper function: stores or retrieves data from the 'storage backend'. 10
field_test_entity_save drupal/core/modules/field/tests/modules/field_test/field_test.entity.inc Saves a test_entity. 10

Pages

Other projects