diff --git a/core/modules/views/lib/Drupal/views/Plugin/views/filter/EntityType.php b/core/modules/views/lib/Drupal/views/Plugin/views/filter/EntityType.php index e0cfa58..be01405 100644 --- a/core/modules/views/lib/Drupal/views/Plugin/views/filter/EntityType.php +++ b/core/modules/views/lib/Drupal/views/Plugin/views/filter/EntityType.php @@ -46,7 +46,7 @@ public function init(ViewExecutable $view, DisplayPluginBase $display, array &$o $this->entityType = $this->getEntityType(); $this->entityInfo = entity_get_info($this->entityType); - $this->real_field = $this->entityInfo['bundle keys']['bundle']; + $this->real_field = $this->entityInfo['entity_keys']['bundle']; } /**