function ConfigFactoryInterface::clearStaticCache

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Config/ConfigFactoryInterface.php \Drupal\Core\Config\ConfigFactoryInterface::clearStaticCache()
  2. 8.9.x core/lib/Drupal/Core/Config/ConfigFactoryInterface.php \Drupal\Core\Config\ConfigFactoryInterface::clearStaticCache()
  3. 10 core/lib/Drupal/Core/Config/ConfigFactoryInterface.php \Drupal\Core\Config\ConfigFactoryInterface::clearStaticCache()

Clears the config factory static cache.

Return value

$this

1 method overrides ConfigFactoryInterface::clearStaticCache()
ConfigFactory::clearStaticCache in core/lib/Drupal/Core/Config/ConfigFactory.php
Clears the config factory static cache.

File

core/lib/Drupal/Core/Config/ConfigFactoryInterface.php, line 95

Class

ConfigFactoryInterface
Defines the interface for a configuration object factory.

Namespace

Drupal\Core\Config

Code

public function clearStaticCache();

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