function ManagedStorageTest::update
Updates configuration data in the storage.
Overrides ConfigStorageTestBase::update
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Config/ Storage/ ManagedStorageTest.php, line 54
Class
- ManagedStorageTest
- Tests ManagedStorage operations.
Namespace
Drupal\KernelTests\Core\Config\StorageCode
protected function update($name, $data) : void {
$this->storage
->write($name, $data);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.