diff -u b/core/modules/field/field.purge.inc b/core/modules/field/field.purge.inc --- b/core/modules/field/field.purge.inc +++ b/core/modules/field/field.purge.inc @@ -21,9 +21,9 @@ * * When a single entity is deleted, the Entity storage performs the * following operations: - * - Invoking the @link \Drupal\Core\Field\FieldItemListInterface::delete() FieldItemListInterface delete() @endlink - * method for each field on the entity. A file field type might use this - * method to delete uploaded files from the filesystem. + * - Invoking the method @link \Drupal\Core\Field\FieldItemListInterface::delete() FieldItemListInterface delete() @endlink + * for each field on the entity. A file field type might use this method to + * delete uploaded files from the filesystem. * - Removing the data from storage. * - Invoking the global hook_entity_delete() for all modules that implement it. * Each hook implementation receives the entity being deleted and can operate