You are here

public function EntityBrowserInterface::setWidgetSelector in Entity Browser 8.2

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

Sets the id of the widget selector plugin.

Parameters

string $display: The id of the widget selector plugin.

Return value

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

1 method overrides EntityBrowserInterface::setWidgetSelector()
EntityBrowser::setWidgetSelector in src/Entity/EntityBrowser.php
Sets the id of the widget selector plugin.

File

src/EntityBrowserInterface.php, line 62

Class

EntityBrowserInterface
Provides an interface defining an entity browser entity.

Namespace

Drupal\entity_browser

Code

public function setWidgetSelector($widget_selector);