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