BackdropDiffFormatter::context |
core/includes/diff.inc |
|
BackdropDiffFormatter::changed |
core/includes/diff.inc |
|
BackdropDiffFormatter::blockHeader |
core/includes/diff.inc |
|
BackdropDiffFormatter::addedLine |
core/includes/diff.inc |
|
BackdropDiffFormatter::added |
core/includes/diff.inc |
|
BackdropDateTime::__toString |
core/includes/date.class.inc |
Returns the date object as a string. |
BackdropDateTime::__construct |
core/includes/date.class.inc |
Constructs a date object. |
BackdropDateTime::validGranularity |
core/includes/date.class.inc |
Determines if a a date is valid for a given granularity. |
BackdropDateTime::toISO |
core/includes/date.class.inc |
Creates an ISO date from an array of values. |
BackdropDateTime::toArray |
core/includes/date.class.inc |
Returns all standard date parts in an array. |
BackdropDateTime::setTimezone |
core/includes/date.class.inc |
|
BackdropDateTime::setGranularityFromTime |
core/includes/date.class.inc |
Determines the granularity of a date based on the constructor's arguments. |
BackdropDateTime::setFuzzyDate |
core/includes/date.class.inc |
Forces an incomplete date to be valid. |
BackdropDateTime::removeGranularity |
core/includes/date.class.inc |
Removes a granularity entry from the array. |
BackdropDateTime::parse |
core/includes/date.class.inc |
Converts a date string into a date object. |
BackdropDateTime::merge |
core/includes/date.class.inc |
Merges two date objects together using the current date values as defaults. |
BackdropDateTime::limitGranularity |
core/includes/date.class.inc |
Removes unwanted date parts from a date. |
BackdropDateTime::hasTime |
core/includes/date.class.inc |
Returns whether this object has time set. |
BackdropDateTime::hasGranularity |
core/includes/date.class.inc |
Checks granularity array for a given entry. |
BackdropDateTime::format |
core/includes/date.class.inc |
|
BackdropDateTime::forceValid |
core/includes/date.class.inc |
Converts a date part into something that will produce a valid date. |
BackdropDateTime::difference |
core/includes/date.class.inc |
Computes difference between two days using a given measure. |
BackdropDateTime::arrayErrors |
core/includes/date.class.inc |
Finds possible errors in an array of date part values. |
BackdropDateTime::addGranularity |
core/includes/date.class.inc |
Adds a granularity entry to the array. |
BackdropDatabaseCache::__construct |
core/includes/cache.inc |
Constructs a new BackdropDatabaseCache object. |
BackdropDatabaseCache::set |
core/includes/cache.inc |
Implements BackdropCacheInterface::set(). |
BackdropDatabaseCache::prepareItem |
core/includes/cache.inc |
Prepares a cached item. |
BackdropDatabaseCache::isEmpty |
core/includes/cache.inc |
Implements BackdropCacheInterface::isEmpty(). |
BackdropDatabaseCache::getMultiple |
core/includes/cache.inc |
Implements BackdropCacheInterface::getMultiple(). |
BackdropDatabaseCache::get |
core/includes/cache.inc |
Implements BackdropCacheInterface::get(). |
BackdropDatabaseCache::garbageCollection |
core/includes/cache.inc |
Implements BackdropCacheInterface::garbageCollection(). |
BackdropDatabaseCache::flush |
core/includes/cache.inc |
Implements BackdropCacheInterface::flush(). |
BackdropDatabaseCache::deletePrefix |
core/includes/cache.inc |
Implements BackdropCacheInterface::deletePrefix(). |
BackdropDatabaseCache::deleteMultiple |
core/includes/cache.inc |
Implements BackdropCacheInterface::deleteMultiple(). |
BackdropDatabaseCache::delete |
core/includes/cache.inc |
Implements BackdropCacheInterface::delete(). |
BackdropCacheInterface::set |
core/includes/cache.inc |
Stores data in the persistent cache. |
BackdropCacheInterface::isEmpty |
core/includes/cache.inc |
Checks if a cache bin is empty. |
BackdropCacheInterface::getMultiple |
core/includes/cache.inc |
Returns data from the persistent cache when given an array of cache IDs. |
BackdropCacheInterface::get |
core/includes/cache.inc |
Returns data from the persistent cache. |
BackdropCacheInterface::garbageCollection |
core/includes/cache.inc |
Performs garbage collection on a cache bin. Removing expired items. |
BackdropCacheInterface::flush |
core/includes/cache.inc |
Flushes all cache items in a bin. |
BackdropCacheInterface::deletePrefix |
core/includes/cache.inc |
Deletes items from the cache using a wildcard prefix. |
BackdropCacheInterface::deleteMultiple |
core/includes/cache.inc |
Deletes multiple items from the cache. |
BackdropCacheInterface::delete |
core/includes/cache.inc |
Deletes an item from the cache. |
BackdropCacheArray::__destruct |
core/includes/bootstrap.inc |
Destructs the BackdropCacheArray object. |
BackdropCacheArray::__construct |
core/includes/bootstrap.inc |
Constructs a BackdropCacheArray object. |
BackdropCacheArray::set |
core/includes/bootstrap.inc |
Writes a value to the persistent cache immediately. |
BackdropCacheArray::resolveCacheMiss |
core/includes/bootstrap.inc |
Resolves a cache miss. |
BackdropCacheArray::persist |
core/includes/bootstrap.inc |
Flags an offset value to be written to the persistent cache. |
BackdropCacheArray::offsetUnset |
core/includes/bootstrap.inc |
|