By lendude on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
10.1.x
Introduced in version:
10.1.0
Issue links:
Description:
\Drupal\views\Entity\Render\EntityTranslationRenderTrait::getEntityTranslation has been deprecated in favour of \Drupal\views\Entity\Render\EntityTranslationRenderTrait::getEntityTranslationByRelationship.
getEntityTranslationByRelationship was introduced to provide support for relationships, this method defaults to not using a relationship so can be used as a 1 on 1 replacement for getEntityTranslation.
Impacts:
Module developers