public 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\Config
Code
1 | public function clearStaticCache(); |
Please login to continue.