You are here

public function EntityBrowserInterface::getWidgetSelector in Entity Browser 8.2

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

Returns the widget selector.

Return value

\Drupal\entity_browser\WidgetSelectorInterface The widget selector.

1 method overrides EntityBrowserInterface::getWidgetSelector()
EntityBrowser::getWidgetSelector in src/Entity/EntityBrowser.php
Returns the widget selector.

File

src/EntityBrowserInterface.php, line 163

Class

EntityBrowserInterface
Provides an interface defining an entity browser entity.

Namespace

Drupal\entity_browser

Code

public function getWidgetSelector();