function EntityDefinitionUpdateManager::clearCachedDefinitions
Clears necessary caches to apply entity/field definition updates.
8 calls to EntityDefinitionUpdateManager::clearCachedDefinitions()
- EntityDefinitionUpdateManager::installEntityType in core/
lib/ Drupal/ Core/ Entity/ EntityDefinitionUpdateManager.php  - Installs a new entity type definition.
 - EntityDefinitionUpdateManager::installFieldableEntityType in core/
lib/ Drupal/ Core/ Entity/ EntityDefinitionUpdateManager.php  - Installs a new fieldable entity type definition.
 - EntityDefinitionUpdateManager::installFieldStorageDefinition in core/
lib/ Drupal/ Core/ Entity/ EntityDefinitionUpdateManager.php  - Installs a new field storage definition.
 - EntityDefinitionUpdateManager::uninstallEntityType in core/
lib/ Drupal/ Core/ Entity/ EntityDefinitionUpdateManager.php  - Uninstalls an entity type definition.
 - EntityDefinitionUpdateManager::uninstallFieldStorageDefinition in core/
lib/ Drupal/ Core/ Entity/ EntityDefinitionUpdateManager.php  - Uninstalls a field storage definition.
 
File
- 
              core/
lib/ Drupal/ Core/ Entity/ EntityDefinitionUpdateManager.php, line 362  
Class
- EntityDefinitionUpdateManager
 - Manages entity definition updates.
 
Namespace
Drupal\Core\EntityCode
protected function clearCachedDefinitions() {
  $this->entityTypeManager
    ->clearCachedDefinitions();
  $this->entityFieldManager
    ->clearCachedFieldDefinitions();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.