You are here

public function EntityViewEvent::getDisplay in Hook Event Dispatcher 8.2

Same name and namespace in other branches
  1. 3.x modules/core_event_dispatcher/src/Event/Entity/EntityViewEvent.php \Drupal\core_event_dispatcher\Event\Entity\EntityViewEvent::getDisplay()

Get the display.

Return value

\Drupal\Core\Entity\Display\EntityViewDisplayInterface The display.

File

modules/core_event_dispatcher/src/Event/Entity/EntityViewEvent.php, line 77

Class

EntityViewEvent
Class EntityViewEvent.

Namespace

Drupal\core_event_dispatcher\Event\Entity

Code

public function getDisplay() : EntityViewDisplayInterface {
  return $this->display;
}