diff --git a/core/modules/views/src/Plugin/views/field/RenderedEntity.php b/core/modules/views/src/Plugin/views/field/RenderedEntity.php index 0b6ac73..c9f3198 100644 --- a/core/modules/views/src/Plugin/views/field/RenderedEntity.php +++ b/core/modules/views/src/Plugin/views/field/RenderedEntity.php @@ -196,7 +196,7 @@ public function calculateDependencies() { $view_mode = $this->entityManager ->getStorage('entity_view_mode') - ->load($this->entityTypeId . '.' . $this->options['view_mode']); + ->load($this->getEntityTypeId() . '.' . $this->options['view_mode']); if ($view_mode) { $dependencies[$view_mode->getConfigDependencyKey()][] = $view_mode->getConfigDependencyName(); }