diff --git a/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php b/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php index a315eba..b37b0e7 100644 --- a/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php +++ b/core/lib/Drupal/Core/Config/Entity/ConfigEntityInterface.php @@ -109,10 +109,11 @@ public function isSyncing(); * entity change is part of an uninstall process, and skip executing your code * if that is the case. * - * For example, \Drupal\language\Entity\ConfigurableLanguage::preDelete() - * prevents the API from deleting the default language. However during an - * uninstall of the language module it is expected that the default language - * should be deleted. + * For example, + * \Drupal\language\Entity\ConfigurableLanguageInterface::preDelete() prevents + * the API from deleting the default language. However during an uninstall of + * the language module it is expected that the default language should be + * deleted. * * @return bool */