Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
install_no_profile_error drupal/core/includes/install.core.inc Indicates that there are no profiles available. 3
variable_initialize drupal/core/includes/bootstrap.inc Loads the persistent variable table. 3
drupal_get_http_header Deprecated drupal/core/includes/bootstrap.inc Gets the HTTP response headers for the current page. 3
drupal_serve_page_from_cache drupal/core/includes/bootstrap.inc Sets HTTP headers in preparation for a cached page response. 3
drupal_handle_request drupal/core/includes/bootstrap.inc Handles an entire PHP request. 3
drupal_get_bootstrap_phase drupal/core/includes/bootstrap.inc Returns the current bootstrap phase for this Drupal process. 3
drupal_generate_test_ua drupal/core/includes/bootstrap.inc Generates a user agent string with a HMAC and timestamp for simpletest. 3
drupal_classloader_register drupal/core/includes/bootstrap.inc Registers an additional namespace. 3
drupal_is_cli drupal/core/includes/bootstrap.inc Detects whether the current script is running in a command-line environment. 3
entity_reference_create_instance drupal/core/modules/entity_reference/entity_reference.module Creates an instance of a entity reference field on the specified bundle. 3
_contextual_links_to_id drupal/core/modules/contextual/contextual.module Serializes #contextual_links property value array to a string. 3
language_admin_predefined_list drupal/core/modules/language/language.admin.inc Prepare a language code list for unused predefined languages. 3
language_update_count drupal/core/modules/language/language.module Updates the language_count variable. 3
language_get_browser_drupal_langcode_mappings drupal/core/modules/language/language.module Returns language mappings between browser and Drupal language codes. 3
update_create_fetch_task drupal/core/modules/update/update.module Creates a new fetch task after loading the necessary include file. 3
update_process_info_list drupal/core/modules/update/update.compare.inc Populates an array of project data. 3
update_calculate_project_data drupal/core/modules/update/update.compare.inc Calculates the current update status of all projects on the site. 3
_update_manager_check_backends drupal/core/modules/update/update.manager.inc Checks for file transfer backends and prepares a form fragment about them. 3
color_get_info drupal/core/modules/color/color.module Retrieves the Color module information for a particular theme. 3
color_get_palette drupal/core/modules/color/color.module Retrieves the color palette for a particular theme. 3
_color_unpack drupal/core/modules/color/color.module Converts a hex color into an RGB triplet. 3
_field_filter_items drupal/core/modules/field/field.module Filters out empty field values. 3
field_get_items drupal/core/modules/field/field.module Returns the field items in the language they currently would be displayed. 3
_book_node_is_removable drupal/core/modules/book/book.module Determines if a node can be removed from the book. 3
book_get_flat_menu drupal/core/modules/book/book.module Gets the book menu tree for a page and returns it as a linear array. 3
book_menu_subtree_data drupal/core/modules/book/book.module Gets the data representing a subtree of the book hierarchy. 3 1
_system_update_bootstrap_status drupal/core/modules/system/system.module Refreshes the list of bootstrap modules. 3
system_retrieve_file drupal/core/modules/system/system.module Attempts to get a file using Guzzle HTTP client and to store it locally. 3
system_date_format_save drupal/core/modules/system/system.module Saves a date format to the database. 3
views_ui_contextual_links_suppress drupal/core/modules/views_ui/views_ui.module Sets a static variable for controlling whether contextual links are rendered. 3
taxonomy_term_load_parents_all drupal/core/modules/taxonomy/taxonomy.module Find all ancestors of a given term ID. 3 1
datetime_html5_format drupal/core/modules/datetime/datetime.module Retrieves the right format for a HTML5 date element. 3
datetime_format_example drupal/core/modules/datetime/datetime.module Creates an example for a date format. 3
node_type_cache_reset drupal/core/modules/node/node.module Clears the node type cache. 3
node_invoke drupal/core/modules/node/node.module Invokes a node hook. 3
node_permissions_get_configured_types drupal/core/modules/node/node.module Returns an array of node types that should be managed by permissions. 3
node_access_acquire_grants drupal/core/modules/node/node.module Gets the list of node access grants and writes them to the database. 3
user_validate_name drupal/core/modules/user/user.module Verify the syntax of the given name. 3
user_role_permissions drupal/core/modules/user/user.module Determine the permissions for one or more roles. 3 4
user_is_logged_in drupal/core/modules/user/user.module Determines if the current user is logged in. 3 1
user_login_finalize drupal/core/modules/user/user.module Finalize the login process. Must be called when logging in a user. 3
user_cancel drupal/core/modules/user/user.module Cancel a user account. 3
user_delete drupal/core/modules/user/user.module Delete a user. 3
user_view drupal/core/modules/user/user.module Generate an array for rendering the given user. 3
user_cookie_save drupal/core/modules/user/user.module Saves visitor information as a cookie so it can be reused. 3
views_add_contextual_links drupal/core/modules/views/views.module Adds contextual links associated with a view display to a renderable array. 3
views_language_list drupal/core/modules/views/views.module Prepares a list of language names. 3
views_get_page_view drupal/core/modules/views/views.module Find out what, if any, page view is currently in use. 3
views_set_current_view drupal/core/modules/views/views.module Set the current 'current view' that is being built/rendered so that it is easy for other modules or items in drupal_eval to identify 3
views_get_plugin_definitions drupal/core/modules/views/views.module Gets all the views plugin definitions. 3

Pages

Other projects