function EntityDefinitionUpdateManager::clearCachedDefinitions

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php \Drupal\Core\Entity\EntityDefinitionUpdateManager::clearCachedDefinitions()
  2. 10 core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php \Drupal\Core\Entity\EntityDefinitionUpdateManager::clearCachedDefinitions()

Clears necessary caches to apply entity/field definition updates.

File

core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php, line 362

Class

EntityDefinitionUpdateManager
Manages entity definition updates.

Namespace

Drupal\Core\Entity

Code

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.