function ConfigStorageTestBase::update

Same name and namespace in other branches
  1. 9 core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php \Drupal\KernelTests\Core\Config\Storage\ConfigStorageTestBase::update()
  2. 8.9.x core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php \Drupal\KernelTests\Core\Config\Storage\ConfigStorageTestBase::update()
  3. 10 core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php \Drupal\KernelTests\Core\Config\Storage\ConfigStorageTestBase::update()

Updates configuration data in the storage.

6 methods override ConfigStorageTestBase::update()
CachedStorageTest::update in core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
Updates configuration data in the storage.
DatabaseStorageTest::update in core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php
Updates configuration data in the storage.
FileStorageTest::update in core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
Updates configuration data in the storage.
ManagedStorageTest::update in core/tests/Drupal/KernelTests/Core/Config/Storage/ManagedStorageTest.php
Updates configuration data in the storage.
MemoryStorageTest::update in core/tests/Drupal/KernelTests/Core/Config/Storage/MemoryStorageTest.php
Updates configuration data in the storage.

... See full list

File

core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php, line 290

Class

ConfigStorageTestBase
Base class for testing storage operations.

Namespace

Drupal\KernelTests\Core\Config\Storage

Code

protected abstract function update($name, $data);

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