You are here

public function DistroStorageTransformEvent::getStorage in Config Distro 8

Returns the mutable storage ready to be read from and written to.

Return value

\Drupal\Core\Config\StorageInterface The config storage.

File

src/Event/DistroStorageTransformEvent.php, line 43

Class

DistroStorageTransformEvent
Class DistroStorageTransformEvent.

Namespace

Drupal\config_distro\Event

Code

public function getStorage() {
  return $this->storage;
}