|
Config::setOverrides |
core/includes/config.inc |
Sets overrides for this configuration object. |
|
config_set_multiple |
core/includes/config.inc |
A shortcut function to set and save multiple values in a config file. |
|
Config::setMultiple |
core/includes/config.inc |
Sets multiple values in this configuration object. |
|
ConfigDatabaseStorage::schema |
core/includes/config.inc |
The database schema. |
|
config_get_default_config_names |
core/includes/config.inc |
Gets the name of config files provided by a module or theme. |
|
ConfigDatabaseStorage::__construct |
core/includes/config.inc |
Constructs a new ConfigDatabaseStorage controller. |
|
ConfigDatabaseStorage::initializeStorage |
core/includes/config.inc |
Create the database table if it does not already exist. |
|
ConfigDatabaseStorage::isInitialized |
core/includes/config.inc |
Check that the storage managed by this object is present and functional. |
|
ConfigDatabaseStorage::exists |
core/includes/config.inc |
Returns whether a configuration object exists. |
|
ConfigDatabaseStorage::read |
core/includes/config.inc |
Reads configuration data from the storage. |
|
config_get_config_storage |
core/includes/config.inc |
Get the storage object for the specified configuration type |
|
ConfigDatabaseStorage::readMultiple |
core/includes/config.inc |
Reads configuration data from the storage. |
|
ConfigStorageInterface::initializeStorage |
core/includes/config.inc |
Perform any steps needed to create and initialize the storage. This may
include creating directories or database tables, and initializing data
structures. |
|
ConfigDatabaseStorage::write |
core/includes/config.inc |
Writes configuration data to the storage. |
|
ConfigStorageInterface::isInitialized |
core/includes/config.inc |
Check that the storage managed by this object is present and functional. |
|
ConfigDatabaseStorage::delete |
core/includes/config.inc |
Deletes a configuration object from the storage. |
|
ConfigStorageInterface::importArchive |
core/includes/config.inc |
Import an archive of configuration files into the config storage managed
by this object. |
|
ConfigDatabaseStorage::rename |
core/includes/config.inc |
Renames a configuration object in the storage. |
|
ConfigStorageInterface::exportArchive |
core/includes/config.inc |
Export an archive of configuration files from the config storage managed
by this object. |
|
ConfigDatabaseStorage::getModifiedTime |
core/includes/config.inc |
Returns a timestamp indicating the last time a configuration was modified. |
|
ConfigFileStorage::initializeStorage |
core/includes/config.inc |
Create a configuration directory, if it does not already exist, and ensure
it is writable by the site. Additionally, protect it with a .htaccess file. |
|
ConfigDatabaseStorage::encode |
core/includes/config.inc |
Encodes configuration data into the storage-specific format. |
|
ConfigFileStorage::isInitialized |
core/includes/config.inc |
Check that the storage managed by this object is present and functional. |
|
ConfigDatabaseStorage::decode |
core/includes/config.inc |
Decodes configuration data from the storage-specific format. |
|
ConfigFileStorage::importArchive |
core/includes/config.inc |
Import an archive of configuration files into the config storage managed
by this object. |
|
ConfigDatabaseStorage::listAll |
core/includes/config.inc |
Gets configuration object names starting with a given prefix. |
|
ConfigFileStorage::exportArchive |
core/includes/config.inc |
Export an archive of configuration files from the config storage managed
by this object. |
|
ConfigDatabaseStorage::deleteAll |
core/includes/config.inc |
Deletes configuration objects whose names start with a given prefix. |
|
ConfigDatabaseStorage::importArchive |
core/includes/config.inc |
Import an archive of configuration files into the config storage managed
by this object. |
|
ConfigDatabaseStorage::exportArchive |
core/includes/config.inc |
Export an archive of configuration files from the config storage managed
by this object. |
|
Config::isStatic |
core/includes/config.inc |
Returns whether this config object is statically cached in memory. |
|
Config::setStatic |
core/includes/config.inc |
Sets the flag for whether this config is statically stored in memory. |
|
backdrop_get_path |
core/includes/common.inc |
Returns the path to a system item (module, theme, etc.). |
|
base_path |
core/includes/common.inc |
Returns the base path (i.e., directory) of the Backdrop installation. |
|
backdrop_add_html_head_link |
core/includes/common.inc |
Adds a LINK tag with a distinct 'rel' attribute to the page's HEAD. |
|
backdrop_add_css |
core/includes/common.inc |
Adds a cascading stylesheet to the stylesheet queue. |
|
backdrop_get_css |
core/includes/common.inc |
Returns a themed representation of all stylesheets to attach to the page. |
|
backdrop_group_css |
core/includes/common.inc |
Grouping callback: Groups CSS items by their types, media, and browsers. |
|
backdrop_aggregate_css |
core/includes/common.inc |
Aggregation callback: Aggregates CSS files and inline content. |
|
backdrop_pre_render_styles |
core/includes/common.inc |
Pre-render callback: Adds the elements needed for CSS tags to be rendered. |
|
backdrop_build_css_cache |
core/includes/common.inc |
Aggregates and optimizes CSS files into a cache file in the files directory. |
|
_backdrop_build_css_path |
core/includes/common.inc |
Prefixes all paths within a CSS file for backdrop_build_css_cache(). |
|
backdrop_load_stylesheet |
core/includes/common.inc |
Loads the stylesheet and resolves all @import commands. |
|
backdrop_load_stylesheet_content |
core/includes/common.inc |
Processes the contents of a stylesheet for aggregation. |
|
_backdrop_load_stylesheet |
core/includes/common.inc |
Loads stylesheets recursively and returns contents with corrected paths. |
|
backdrop_clear_css_cache |
core/includes/common.inc |
Deletes old cached CSS files. |
|
backdrop_delete_file_if_stale |
core/includes/common.inc |
Deletes files modified more than a set time ago. |
|
backdrop_clean_css_identifier |
core/includes/common.inc |
Prepares a string for use as a CSS identifier (element, class, or ID name). |
|
backdrop_html_class |
core/includes/common.inc |
Prepares a string for use as a valid class name. |
|
_backdrop_version_compare_convert |
core/includes/common.inc |
Converts a Backdrop version string into numeric-only version string. |