ConfigStorageInterface

The interface ConfigStorageInterface added a new method:


  /**
   * 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 string
   *   The protocol part of the storage URL this class supports.
   */
  public static function urlPrefix();