Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
entity_get_info drupal/includes/common.inc Get the entity info array of an entity type. 37 1
entity_info_cache_clear drupal/includes/common.inc Resets the cached information about entity types. 7
entity_extract_ids drupal/includes/common.inc Helper function to extract id, vid, and bundle name from an entity. 42
entity_create_stub_entity drupal/includes/common.inc Helper function to assemble an object structure with initial ids. 5
entity_load drupal/includes/common.inc Load entities from the database. 9
entity_load_unchanged drupal/includes/common.inc Loads the unchanged, i.e. not modified, entity from the database. 7
entity_get_controller drupal/includes/common.inc Gets the entity controller for an entity type.
entity_prepare_view drupal/includes/common.inc Invoke hook_entity_prepare_view(). 7
entity_uri drupal/includes/common.inc Returns the URI elements of an entity. 13
entity_label drupal/includes/common.inc Returns the label of an entity. 1 1
entity_language drupal/includes/common.inc Returns the language of an entity. 23
entity_form_field_validate drupal/includes/common.inc Attaches field API validation to entity forms. 6
entity_form_submit_build_entity drupal/includes/common.inc Copies submitted values to entity properties for simple entity forms. 7
xmlrpc drupal/includes/common.inc Performs one or more XML-RPC request(s). 6
archiver_get_info drupal/includes/common.inc Retrieves a list of all available archivers. 2
archiver_get_extensions drupal/includes/common.inc Returns a string of supported archive extensions. 3
archiver_get_archiver drupal/includes/common.inc Creates the appropriate archiver for the specified file. 1
drupal_get_updaters drupal/includes/common.inc Assembles the Drupal Updater registry. 3
drupal_get_filetransfer_info drupal/includes/common.inc Assembles the Drupal FileTransfer registry. 2
_drupal_parse_response_status drupal/includes/common.inc Splits an HTTP response status line into components. 2
drupal_array_diff_assoc_recursive drupal/includes/common.inc Recursively computes the difference of arrays with additional index check. 1
drupal_schema_field_types drupal/includes/common.inc Retrieves the type for every field in a table schema. 1
entity_view_mode_prepare drupal/includes/common.inc Invoke hook_entity_view_mode_alter(). 7
_cache_get_object drupal/includes/cache.inc Gets the cache object for a cache bin. 1
cache_get drupal/includes/cache.inc Returns data from the persistent cache. 54 1
cache_get_multiple drupal/includes/cache.inc Returns data from the persistent cache when given an array of cache IDs. 3
cache_set drupal/includes/cache.inc Stores data in the persistent cache. 51
cache_clear_all drupal/includes/cache.inc Expires data from the cache. 80 2
cache_is_empty drupal/includes/cache.inc Checks if a cache bin is empty. 1
timer_start drupal/includes/bootstrap.inc Starts the timer with the specified name. 5
timer_read drupal/includes/bootstrap.inc Reads the current timer value without stopping the timer. 4
timer_stop drupal/includes/bootstrap.inc Stops the timer with the specified name. 1
conf_path drupal/includes/bootstrap.inc Returns the appropriate configuration directory. 24 3
drupal_override_server_variables drupal/includes/bootstrap.inc Sets appropriate server variables needed for command line scripts to work. 2
drupal_environment_initialize drupal/includes/bootstrap.inc Initializes the PHP environment. 1
drupal_valid_http_host drupal/includes/bootstrap.inc Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe. 2
drupal_settings_initialize drupal/includes/bootstrap.inc Sets the base URL, cookie domain, and session name from configuration. 1
drupal_get_filename drupal/includes/bootstrap.inc Returns and optionally sets the filename for a system resource. 12 1
variable_initialize drupal/includes/bootstrap.inc Loads the persistent variable table. 3
variable_get drupal/includes/bootstrap.inc Returns a persistent variable. 639 1
variable_set drupal/includes/bootstrap.inc Sets a persistent variable. 387
variable_del drupal/includes/bootstrap.inc Unsets a persistent variable. 81
drupal_page_get_cache drupal/includes/bootstrap.inc Retrieves the current page from the cache. 1
drupal_page_is_cacheable drupal/includes/bootstrap.inc Determines the cacheability of the current page. 5
bootstrap_invoke_all drupal/includes/bootstrap.inc Invokes a bootstrap hook in all bootstrap modules that implement it. 3
drupal_load drupal/includes/bootstrap.inc Includes a file with the provided type and name. 16
drupal_add_http_header drupal/includes/bootstrap.inc Sets an HTTP response header for the current page. 24
drupal_get_http_header drupal/includes/bootstrap.inc Gets the HTTP response headers for the current page. 5
_drupal_set_preferred_header_name drupal/includes/bootstrap.inc Sets the preferred name for the HTTP header. 3
drupal_send_headers drupal/includes/bootstrap.inc Sends the HTTP response headers that were previously set, adding defaults. 4

Pages

Other projects