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(). |
BackdropFakeCache::get |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::get(). |
BackdropFakeCache::getMultiple |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::getMultiple(). |
BackdropFakeCache::set |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::set(). |
BackdropFakeCache::delete |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::delete(). |
BackdropFakeCache::deleteMultiple |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::deleteMultiple(). |
BackdropFakeCache::deletePrefix |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::deletePrefix(). |
BackdropFakeCache::flush |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::flush(). |
BackdropFakeCache::garbageCollection |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::garbageCollection(). |
BackdropFakeCache::isEmpty |
core/includes/cache-install.inc |
Overrides BackdropDatabaseCache::isEmpty(). |
watchdog_deprecated_function |
core/includes/bootstrap.inc |
Logs a deprecation warning. |
watchdog_severity_enabled |
core/includes/bootstrap.inc |
Check if logging is enabled for a given severity level. |