ConfigFileStorage::initializeStorage |
function |
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::initializeStorage |
function |
core/includes/config.inc |
Create the database table if does not already exist. |
ConfigStorageInterface::initializeStorage |
function |
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. |