ConfigFileStorage::urlPrefix |
function |
drivers/config_file/config_file_storage.inc |
Return the storage protocol for the settings string. E.g., for file-based
config that parses file://path/to/config, this function returns 'file'. |
ConfigDatabaseStorage::urlPrefix |
function |
drivers/config_database/config_database_storage.inc |
Return the storage protocol for the settings string. E.g., for file-based
config that parses file://path/to/config, this function returns 'file'. |
ConfigStorageInterface::urlPrefix |
function |
includes/config.inc |
Return the storage protocol for the settings string. E.g., for file-based
config that parses file://path/to/config, this function returns 'file'. |