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. |
BackdropCacheArray::__construct |
core/includes/bootstrap.inc |
Constructs a BackdropCacheArray object. |
BackdropCacheArray::offsetExists |
core/includes/bootstrap.inc |
|
BackdropCacheArray::offsetGet |
core/includes/bootstrap.inc |
|
BackdropCacheArray::offsetSet |
core/includes/bootstrap.inc |
|
BackdropCacheArray::offsetUnset |
core/includes/bootstrap.inc |
|
BackdropCacheArray::persist |
core/includes/bootstrap.inc |
Flags an offset value to be written to the persistent cache. |
BackdropCacheArray::resolveCacheMiss |
core/includes/bootstrap.inc |
Resolves a cache miss. |
BackdropCacheArray::set |
core/includes/bootstrap.inc |
Writes a value to the persistent cache immediately. |
BackdropCacheArray::__destruct |
core/includes/bootstrap.inc |
Destructs the BackdropCacheArray object. |
timer_start |
core/includes/bootstrap.inc |
Starts the timer with the specified name. |
timer_read |
core/includes/bootstrap.inc |
Reads the current timer value without stopping the timer. |
timer_stop |
core/includes/bootstrap.inc |
Stops the timer with the specified name. |
conf_path |
core/includes/bootstrap.inc |
Returns the appropriate configuration directory. |
find_conf_path |
core/includes/bootstrap.inc |
Finds the appropriate configuration directory for a given host and path. |
backdrop_override_server_variables |
core/includes/bootstrap.inc |
Sets appropriate server variables needed for command line scripts to work. |
backdrop_environment_initialize |
core/includes/bootstrap.inc |
Initializes the PHP environment. |
backdrop_valid_http_host |
core/includes/bootstrap.inc |
Validates that a hostname (for example $_SERVER['HTTP_HOST']) is safe. |
backdrop_settings_initialize |
core/includes/bootstrap.inc |
Sets the base URL, cookie domain, and session name from configuration. |
backdrop_get_filename |
core/includes/bootstrap.inc |
Returns and optionally sets the filename for a system resource. |
variable_initialize Deprecated |
core/includes/bootstrap.inc |
Loads the persistent variable table. |
settings_get |
core/includes/bootstrap.inc |
Returns a site-wide setting, usually specified via the settings.php file. |
variable_get Deprecated |
core/includes/bootstrap.inc |
Returns a persistent variable. |