public function ConfigFactoryInterface::clearStaticCache in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Config/ConfigFactoryInterface.php \Drupal\Core\Config\ConfigFactoryInterface::clearStaticCache()
- 9 core/lib/Drupal/Core/Config/ConfigFactoryInterface.php \Drupal\Core\Config\ConfigFactoryInterface::clearStaticCache()
Clears the config factory static cache.
Return value
$this
File
- core/
lib/ Drupal/ Core/ Config/ ConfigFactoryInterface.php, line 95
Class
- ConfigFactoryInterface
- Defines the interface for a configuration object factory.
Namespace
Drupal\Core\ConfigCode
public function clearStaticCache();