X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FField%2FPlugin%2FField%2FFieldFormatter%2FEntityReferenceFormatterBase.php;h=0ca145a165b8e7ce2c3814a14fb87ad877c10058;hb=0bf8d09d2542548982e81a441b1f16e75873a04f;hp=aa8f82934a37365ae33a2ee414a7e7a8dc5e9556;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php index aa8f82934..0ca145a16 100644 --- a/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php +++ b/web/core/lib/Drupal/Core/Field/Plugin/Field/FieldFormatter/EntityReferenceFormatterBase.php @@ -158,7 +158,7 @@ abstract class EntityReferenceFormatterBase extends FormatterBase { * Returns whether the entity referenced by an item needs to be loaded. * * @param \Drupal\Core\Field\Plugin\Field\FieldType\EntityReferenceItem $item - * The item to check. + * The item to check. * * @return bool * TRUE if the entity needs to be loaded. @@ -175,7 +175,7 @@ abstract class EntityReferenceFormatterBase extends FormatterBase { * granting access. * * @param \Drupal\Core\Entity\EntityInterface $entity - * The entity to check. + * The entity to check. * * @return \Drupal\Core\Access\AccessResult * A cacheable access result.