public function ConfigFactoryInterface::clearStaticCache in Zircon Profile 8.0
Same name and namespace in other branches
- 8 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 100 - Contains \Drupal\Core\Config\ConfigFactoryInterface.
Class
- ConfigFactoryInterface
- Defines the interface for a configuration object factory.
Namespace
Drupal\Core\ConfigCode
public function clearStaticCache();