function StorageCacheInterface::resetListCache

Same name in other branches
  1. 9 core/lib/Drupal/Core/Config/StorageCacheInterface.php \Drupal\Core\Config\StorageCacheInterface::resetListCache()
  2. 8.9.x core/lib/Drupal/Core/Config/StorageCacheInterface.php \Drupal\Core\Config\StorageCacheInterface::resetListCache()
  3. 11.x core/lib/Drupal/Core/Config/StorageCacheInterface.php \Drupal\Core\Config\StorageCacheInterface::resetListCache()

Reset the static cache of the listAll() cache.

File

core/lib/Drupal/Core/Config/StorageCacheInterface.php, line 13

Class

StorageCacheInterface
Defines an interface for cached configuration storage.

Namespace

Drupal\Core\Config

Code

public function resetListCache();

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