Name Locationsort descending Description
cache_clear_all core/includes/cache.inc Clears data from the cache.
cache_is_empty core/includes/cache.inc Checks if a cache bin is empty.
BackdropCacheInterface::get core/includes/cache.inc Returns data from the persistent cache.
BackdropCacheInterface::getMultiple core/includes/cache.inc Returns data from the persistent cache when given an array of cache IDs.
BackdropCacheInterface::set core/includes/cache.inc Stores data in the persistent cache.
BackdropCacheInterface::delete core/includes/cache.inc Deletes an item from the cache.
BackdropCacheInterface::deleteMultiple core/includes/cache.inc Deletes multiple items from the cache.
BackdropCacheInterface::deletePrefix core/includes/cache.inc Deletes items from the cache using a wildcard prefix.
BackdropCacheInterface::flush core/includes/cache.inc Flushes all cache items in a bin.
BackdropCacheInterface::garbageCollection core/includes/cache.inc Performs garbage collection on a cache bin. Removing expired items.
BackdropCacheInterface::isEmpty core/includes/cache.inc Checks if a cache bin is empty.
BackdropNullCache::__construct core/includes/cache.inc Constructs a BackdropNullCache object.
BackdropNullCache::get core/includes/cache.inc Implements BackdropCacheInterface::get().
BackdropNullCache::getMultiple core/includes/cache.inc Implements BackdropCacheInterface::getMultiple().
BackdropNullCache::set core/includes/cache.inc Implements BackdropCacheInterface::set().
BackdropNullCache::delete core/includes/cache.inc Implements BackdropCacheInterface::delete().
BackdropNullCache::deleteMultiple core/includes/cache.inc Implements BackdropCacheInterface::deleteMultiple().
BackdropNullCache::deletePrefix core/includes/cache.inc Implements BackdropCacheInterface::deletePrefix().
BackdropNullCache::flush core/includes/cache.inc Implements BackdropCacheInterface::flush().
BackdropNullCache::expire core/includes/cache.inc Implements BackdropCacheInterface::expire().
BackdropNullCache::garbageCollection core/includes/cache.inc Implements BackdropCacheInterface::garbageCollection().
BackdropNullCache::isEmpty core/includes/cache.inc Implements BackdropCacheInterface::isEmpty().
BackdropDatabaseCache::__construct core/includes/cache.inc Constructs a new BackdropDatabaseCache object.
BackdropDatabaseCache::get core/includes/cache.inc Implements BackdropCacheInterface::get().
BackdropDatabaseCache::getMultiple core/includes/cache.inc Implements BackdropCacheInterface::getMultiple().
BackdropDatabaseCache::prepareItem core/includes/cache.inc Prepares a cached item.
BackdropDatabaseCache::set core/includes/cache.inc Implements BackdropCacheInterface::set().
BackdropDatabaseCache::delete core/includes/cache.inc Implements BackdropCacheInterface::delete().
BackdropDatabaseCache::deleteMultiple core/includes/cache.inc Implements BackdropCacheInterface::deleteMultiple().
BackdropDatabaseCache::deletePrefix core/includes/cache.inc Implements BackdropCacheInterface::deletePrefix().
BackdropDatabaseCache::flush core/includes/cache.inc Implements BackdropCacheInterface::flush().
BackdropDatabaseCache::garbageCollection core/includes/cache.inc Implements BackdropCacheInterface::garbageCollection().
BackdropDatabaseCache::isEmpty core/includes/cache.inc Implements BackdropCacheInterface::isEmpty().
Color::validateHex core/includes/color.inc Validates whether a hexadecimal color value is syntactically correct.
Color::hexToRgb core/includes/color.inc Parses a hexadecimal color string like '#abc' or '#aabbcc'.
Color::rgbToHex core/includes/color.inc Converts RGB color arrays and RGB strings in CSS notation to lowercase simple colors like '#aabbcc'.
backdrop_get_profile core/includes/common.inc Gets the name of the currently active installation profile.
backdrop_set_breadcrumb core/includes/common.inc Sets the breadcrumb trail for the current page.
backdrop_get_breadcrumb core/includes/common.inc Gets the breadcrumb trail for the current page.
backdrop_get_logo core/includes/common.inc Gets the site logo.
backdrop_get_favicon core/includes/common.inc Gets the file location and mime type for site favicon.
backdrop_add_html_head core/includes/common.inc Adds output to the HEAD tag of the HTML page.
_backdrop_default_html_head core/includes/common.inc Returns elements that are always displayed in the HEAD tag of the HTML page.
backdrop_get_html_head core/includes/common.inc Retrieves output to be displayed in the HEAD tag of the HTML page.
backdrop_add_feed core/includes/common.inc Adds a feed URL for the current page.
backdrop_get_feeds core/includes/common.inc Gets the feed URLs for the current page.
backdrop_get_query_parameters core/includes/common.inc Processes a URL query parameter array to remove unwanted elements.
backdrop_get_query_array core/includes/common.inc Splits a URL-encoded query string into an array.
backdrop_http_build_query core/includes/common.inc Parses an array into a valid, rawurlencoded query string.
backdrop_get_destination core/includes/common.inc Prepares a 'destination' URL query parameter for use with backdrop_goto().

Pages