function TypedConfigManager::clearCachedDefinitions
Overrides TypedDataManager::clearCachedDefinitions
File
-
core/
lib/ Drupal/ Core/ Config/ TypedConfigManager.php, line 214
Class
- TypedConfigManager
- Manages config schema type plugins.
Namespace
Drupal\Core\ConfigCode
public function clearCachedDefinitions() {
$this->schemaStorage
->reset();
parent::clearCachedDefinitions();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.