You are here

8 calls to EntityDefinitionUpdateManager::clearCachedDefinitions() in Drupal 9

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.
EntityDefinitionUpdateManager::updateEntityType in core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
Applies any change performed to the passed entity type definition.
EntityDefinitionUpdateManager::updateFieldableEntityType in core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
Applies any change performed to a fieldable entity type definition.
EntityDefinitionUpdateManager::updateFieldStorageDefinition in core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
Applies any change performed to the passed field storage definition.