You are here

public function EntityBrowserInterface::setSelectionDisplay in Entity Browser 8.2

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

Sets the id of the selection display plugin.

Parameters

string $display: The id of the selection display plugin.

Return value

\Drupal\entity_browser\EntityBrowserInterface The class instance this method is called on.

1 method overrides EntityBrowserInterface::setSelectionDisplay()
EntityBrowser::setSelectionDisplay in src/Entity/EntityBrowser.php
Sets the id of the selection display plugin.

File

src/EntityBrowserInterface.php, line 73

Class

EntityBrowserInterface
Provides an interface defining an entity browser entity.

Namespace

Drupal\entity_browser

Code

public function setSelectionDisplay($selection_display);