コード例 #1
0
 /**
  * Returns the active configuration storage used during early install.
  *
  * This override changes the visibility so that the installer can access
  * config storage before the container is properly built.
  *
  * @return \Drupal\Core\Config\StorageInterface
  *   The config storage.
  */
 public function getConfigStorage()
 {
     return parent::getConfigStorage();
 }