You are here

public function EntityBrowserInterface::getDisplay in Entity Browser 8.2

Same name and namespace in other branches
  1. 8 src/EntityBrowserInterface.php \Drupal\entity_browser\EntityBrowserInterface::getDisplay()

Returns the display.

Return value

\Drupal\entity_browser\DisplayInterface The display.

1 method overrides EntityBrowserInterface::getDisplay()
EntityBrowser::getDisplay in src/Entity/EntityBrowser.php
Returns the display.

File

src/EntityBrowserInterface.php, line 81

Class

EntityBrowserInterface
Provides an interface defining an entity browser entity.

Namespace

Drupal\entity_browser

Code

public function getDisplay();