backdrop_page_save_cache |
core/includes/common.inc |
Save a page cache entry to the cache. |
backdrop_json_deliver |
core/includes/common.inc |
Packages and sends the result of a page callback to the browser as JSON. |
backdrop_goto_deprecated |
core/includes/common.inc |
Wraps backdrop_goto() to include a deprecated log message. |
backdrop_get_bare_domain |
core/includes/common.inc |
Take a full URL and return only the bare domain, with sub-domains removed. |
backdrop_get_logo_info |
core/includes/common.inc |
Gets the path and dimensions of the site wide logo. |
_backdrop_version_compare_convert |
core/includes/common.inc |
Converts a Backdrop version string into numeric-only version string. |
_filter_xss_allowed_tags |
core/includes/common.inc |
List of the default tags allowed by filter_xss(). |
_filter_xss_display_allowed_tags |
core/includes/common.inc |
Human-readable list of the default tags allowed by filter_xss(), for display
in help texts. |
backdrop_css_defaults |
core/includes/common.inc |
Constructs an array of the defaults that are used for styles items. |
backdrop_add_icons |
core/includes/common.inc |
Adds icons to the page to make them available in JS and CSS files. |
_backdrop_should_strip_sensitive_headers_on_http_redirect |
core/includes/common.inc |
Determine whether to strip sensitive headers from a request when redirected. |
filter_xss_attributes |
core/includes/common.inc |
Sanitizes attributes. |
config |
core/includes/config.inc |
Retrieves a configuration object. |
config_get |
core/includes/config.inc |
A shortcut function to load and retrieve a single value from a config file. |
config_set |
core/includes/config.inc |
A shortcut function to set and save a single value in a config file. |
config_get_config_directory |
core/includes/config.inc |
Returns the path of a configuration directory for config stored in files. |
config_get_names_with_prefix |
core/includes/config.inc |
Retrieves all configurations starting with a particular prefix. |
config_load_multiple |
core/includes/config.inc |
Loads configuration objects by name. |
config_install_default_config |
core/includes/config.inc |
Moves the default config supplied by a project to the live config directory. |
config_uninstall_config |
core/includes/config.inc |
Uninstall all the configuration provided by a project. |
Config::__construct |
core/includes/config.inc |
Constructs a configuration object. |
Config::init |
core/includes/config.inc |
Initializes a configuration object. |
Config::initWithData |
core/includes/config.inc |
Initializes a configuration object with pre-loaded data. |
Config::getName |
core/includes/config.inc |
Returns the name of this configuration object. |
Config::setName |
core/includes/config.inc |
Sets the name of this configuration object. |
Config::validateName |
core/includes/config.inc |
Validates the configuration object name. |
Config::validateData |
core/includes/config.inc |
Validate the full contents of the configuration data. |
Config::isNew |
core/includes/config.inc |
Returns whether this configuration object is new. |
Config::get |
core/includes/config.inc |
Gets data from this configuration object. |
Config::setData |
core/includes/config.inc |
Replaces the data of this configuration object. |
Config::replaceData |
core/includes/config.inc |
Replaces the data of this configuration object. |
Config::set |
core/includes/config.inc |
Sets a value in this configuration object. |
Config::clear |
core/includes/config.inc |
Unsets a value in this configuration object. |
Config::load |
core/includes/config.inc |
Loads configuration data into this object. |
Config::save |
core/includes/config.inc |
Saves the configuration object. |
Config::delete |
core/includes/config.inc |
Deletes the configuration object. |
Config::getStorage |
core/includes/config.inc |
Retrieves the storage used to load and save this configuration object. |
ConfigStorageInterface::exists |
core/includes/config.inc |
Returns whether a configuration object exists. |
ConfigStorageInterface::read |
core/includes/config.inc |
Reads configuration data from the storage. |
ConfigStorageInterface::readMultiple |
core/includes/config.inc |
Reads configuration data from the storage. |
ConfigStorageInterface::write |
core/includes/config.inc |
Writes configuration data to the storage. |
ConfigStorageInterface::delete |
core/includes/config.inc |
Deletes a configuration object from the storage. |
ConfigStorageInterface::rename |
core/includes/config.inc |
Renames a configuration object in the storage. |
ConfigStorageInterface::getModifiedTime |
core/includes/config.inc |
Returns a timestamp indicating the last time a configuration was modified. |
ConfigStorageInterface::encode |
core/includes/config.inc |
Encodes configuration data into the storage-specific format. |
ConfigStorageInterface::decode |
core/includes/config.inc |
Decodes configuration data from the storage-specific format. |
ConfigStorageInterface::listAll |
core/includes/config.inc |
Gets configuration object names starting with a given prefix. |
ConfigStorageInterface::deleteAll |
core/includes/config.inc |
Deletes configuration objects whose names start with a given prefix. |
ConfigFileStorage::__construct |
core/includes/config.inc |
Constructs a new FileStorage controller. |
ConfigFileStorage::getFilePath |
core/includes/config.inc |
Returns the path to the configuration file. |