You are here

public function EntityBrowserInterface::getSelectionDisplay in Entity Browser 8.2

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

Returns the selection display.

Return value

\Drupal\entity_browser\SelectionDisplayInterface The display.

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

File

src/EntityBrowserInterface.php, line 155

Class

EntityBrowserInterface
Provides an interface defining an entity browser entity.

Namespace

Drupal\entity_browser

Code

public function getSelectionDisplay();