Name Locationsort ascending Description
backdrop_http_header_attributes core/includes/common.inc Formats an attribute string for an HTTP header.
backdrop_attributes core/includes/common.inc Converts an associative array to an XML/HTML tag attribute string.
l core/includes/common.inc Formats an internal or external URL link as an HTML anchor tag.
backdrop_deliver_page core/includes/common.inc Delivers a page callback result to the browser in the appropriate format.
backdrop_deliver_html_page core/includes/common.inc Packages and sends the result of a page callback to the browser as HTML.
backdrop_page_footer core/includes/common.inc Performs end-of-request tasks.
backdrop_exit core/includes/common.inc Performs end-of-request tasks.
backdrop_map_assoc core/includes/common.inc Forms an associative array from a linear array.
backdrop_set_time_limit core/includes/common.inc Attempts to set the PHP maximum execution time.
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'.
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().
cache core/includes/cache.inc Instantiates and statically caches the correct class for a cache bin.
cache_get core/includes/cache.inc Returns data from the persistent cache.
cache_get_multiple core/includes/cache.inc Returns data from the persistent cache when given an array of cache IDs.
cache_set core/includes/cache.inc Stores data in the persistent cache.
cache_flush core/includes/cache.inc Flushes all cache items in a bin.
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().

Pages