diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php b/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php index b9d3602..a315eba 100644 --- a/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php +++ b/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php @@ -161,9 +161,9 @@ public function getConfigDependencyName(); * Informs the entity that entities it depends on will be deleted. * * This method allows configuration entities to remove dependencies instead - * of being deleted themselves. When a module is being uninstalled - * configuration entities can use this method to avoid being unnecessarily - * deleted. Implementations should save the entity if dependencies have been + * of being deleted themselves. Configuration entities can use this method to + * avoid being unnecessarily deleted during an extension uninstallation. + * Implementations should save the entity if dependencies have been * successfully removed. For example, entity displays remove references to * widgets and formatters if the plugin that supplies them depends on a * module that is being uninstalled.