function StorageTransformEvent::getStorage
Same name in other branches
- 8.9.x core/lib/Drupal/Core/Config/StorageTransformEvent.php \Drupal\Core\Config\StorageTransformEvent::getStorage()
- 10 core/lib/Drupal/Core/Config/StorageTransformEvent.php \Drupal\Core\Config\StorageTransformEvent::getStorage()
- 11.x 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\ConfigCode
public function getStorage() {
return $this->storage;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.