ConfigDatabaseStorage::__construct |
core/includes/config.inc |
Constructs a new ConfigDatabaseStorage controller. |
ConfigDatabaseStorage::initializeStorage |
core/includes/config.inc |
Create the database table if 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. |
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. |
backdrop_html_id |
core/includes/common.inc |
Prepares a string for use as a valid HTML ID and guarantees uniqueness. |
backdrop_region_class |
core/includes/common.inc |
Provides a standard HTML class name that identifies a page region. |
backdrop_add_js |
core/includes/common.inc |
Adds a JavaScript file, setting, or inline code to the page. |
backdrop_js_defaults |
core/includes/common.inc |
Constructs an array of the defaults that are used for JavaScript items. |
backdrop_get_js |
core/includes/common.inc |
Returns a themed presentation of all JavaScript code for the current page. |
backdrop_pre_render_scripts |
core/includes/common.inc |
#pre_render callback to add the elements needed for JavaScript tags to be rendered. |
backdrop_group_js |
core/includes/common.inc |
Default callback to group JavaScript items. |