1.20.x config.inc public static ConfigStorageInterface::urlPrefix()

Return the storage protocol for the settings string. E.g., for file-based config that parses file://path/to/config, this function returns 'file'.

Return value

string: The protocol part of the storage URL this class supports.

File

includes/config.inc, line 1083
This is the API for configuration storage.

Class

ConfigStorageInterface
Defines an interface for configuration storage controllers.

Code

public static function urlPrefix();