You are here

public function EntityBrowserInterface::setDisplay in Entity Browser 8.2

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

Sets the id of the display plugin.

Parameters

string $display: The id of the display plugin.

Return value

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

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

File

src/EntityBrowserInterface.php, line 51

Class

EntityBrowserInterface
Provides an interface defining an entity browser entity.

Namespace

Drupal\entity_browser

Code

public function setDisplay($display);