public function __construct(ViewExecutable
$view,
$relationship, LanguageManagerInterface
$language_manager, EntityTypeInterface
$entity_type, EntityTypeManagerInterface
$entity_type_manager, EntityRepositoryInterface
$entity_repository) { parent::
__construct($view,
$language_manager,
$entity_type);
$this->relationship =
$relationship;
$this->entityTypeManager =
$entity_type_manager;
$this->entityRepository =
$entity_repository;
} /**
* {@inheritdoc}
*/
public function getCacheContexts() { return $this->
getEntityTranslationRenderer()->
getCacheContexts();
} /**
* {@inheritdoc}
*/
public function getEntityTypeId() { return $this->entityType->
id();
} /**
* {@inheritdoc}
*/