public function EntityBrowserInterface::addAdditionalWidgetParameters in Entity Browser 8.2
Same name and namespace in other branches
- 8 src/EntityBrowserInterface.php \Drupal\entity_browser\EntityBrowserInterface::addAdditionalWidgetParameters()
Adds paramterers that will be passed to the widget.
Parameters
array $parameters: An array of parameters.
Return value
$this
1 method overrides EntityBrowserInterface::addAdditionalWidgetParameters()
- EntityBrowser::addAdditionalWidgetParameters in src/
Entity/ EntityBrowser.php - Adds paramterers that will be passed to the widget.
File
- src/
EntityBrowserInterface.php, line 139
Class
- EntityBrowserInterface
- Provides an interface defining an entity browser entity.
Namespace
Drupal\entity_browserCode
public function addAdditionalWidgetParameters(array $parameters);