|
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. |
|
backdrop_is_https |
core/includes/bootstrap.inc |
Checks whether an HTTPS request is being served. |
|
variable_set Deprecated |
core/includes/bootstrap.inc |
Sets a persistent variable. |
|
variable_del Deprecated |
core/includes/bootstrap.inc |
Unsets a persistent variable. |
|
state_initialize |
core/includes/bootstrap.inc |
Loads the persistent state table. |
|
state_get |
core/includes/bootstrap.inc |
Retrieves a "state" value from the database. |
|
backdrop_set_length_headers |
core/includes/bootstrap.inc |
Set headers for content-length and content-range. |
|
state_set |
core/includes/bootstrap.inc |
Sets a persistent state value. |
|
state_del |
core/includes/bootstrap.inc |
Unsets a persistent state value. |
|
backdrop_page_get_cache |
core/includes/bootstrap.inc |
Retrieves the current page from the cache. |
|
backdrop_page_is_cacheable |
core/includes/bootstrap.inc |
Determines the cacheability of the current page. |
|
backdrop_is_apache |
core/includes/bootstrap.inc |
Checks whether Backdrop is running under Apache. |
|
backdrop_check_trusted_hosts |
core/includes/bootstrap.inc |
Checks if a host matches the trusted host patterns in settings.php. |
|
bootstrap_invoke_all |
core/includes/bootstrap.inc |
Invokes a bootstrap hook in all bootstrap modules that implement it. |
|
backdrop_is_nginx |
core/includes/bootstrap.inc |
Checks whether Backdrop is running under Nginx. |
|
backdrop_load |
core/includes/bootstrap.inc |
Includes a file with the provided type and name. |
|
backdrop_add_http_header |
core/includes/bootstrap.inc |
Sets an HTTP response header for the current page. |
|
backdrop_get_http_header |
core/includes/bootstrap.inc |
Gets the HTTP response headers for the current page. |
|
_backdrop_set_preferred_header_name |
core/includes/bootstrap.inc |
Sets the preferred name for the HTTP header. |
|
backdrop_send_headers |
core/includes/bootstrap.inc |
Sends the HTTP response headers that were previously set, adding defaults. |
|
backdrop_page_header |
core/includes/bootstrap.inc |
Sets HTTP headers in preparation for a page response. |