You are here

public function EntityBrowserInterface::getAdditionalWidgetParameters in Entity Browser 8

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

Gets additional parameters that will be passed to the widget.

Return value

array Array of parameters.

1 method overrides EntityBrowserInterface::getAdditionalWidgetParameters()
EntityBrowser::getAdditionalWidgetParameters in src/Entity/EntityBrowser.php
Gets additional parameters that will be passed to the widget.

File

src/EntityBrowserInterface.php, line 147

Class

EntityBrowserInterface
Provides an interface defining an entity browser entity.

Namespace

Drupal\entity_browser

Code

public function getAdditionalWidgetParameters();