ConfigFileStorage::initializeStorage |
function |
drivers/config_file/config_file_storage.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 |
drivers/config_database/config_database_storage.inc |
Create the database table it does not already exist. |
ConfigStorageInterface::initializeStorage |
function |
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. |