function StorageTransformEvent::getStorage

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/StorageTransformEvent.php \Drupal\Core\Config\StorageTransformEvent::getStorage()
  2. 8.9.x core/lib/Drupal/Core/Config/StorageTransformEvent.php \Drupal\Core\Config\StorageTransformEvent::getStorage()
  3. 10 core/lib/Drupal/Core/Config/StorageTransformEvent.php \Drupal\Core\Config\StorageTransformEvent::getStorage()

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

Return value

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

File

core/lib/Drupal/Core/Config/StorageTransformEvent.php, line 42

Class

StorageTransformEvent
Class StorageTransformEvent.

Namespace

Drupal\Core\Config

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.