ConfigFactory::clearStaticCache

public ConfigFactory::clearStaticCache()

Clears the config factory static cache.

Return value

$this

Overrides ConfigFactoryInterface::clearStaticCache

File

core/lib/Drupal/Core/Config/ConfigFactory.php, line 319

Class

ConfigFactory
Defines the configuration object factory.

Namespace

Drupal\Core\Config

Code

public function clearStaticCache() {
  $this->cache = array();
  return $this;
}
doc_Drupal
2016-10-29 08:53:12
Comments
Leave a Comment

Please login to continue.