public function EntityBrowserInterface::getWidgets in Entity Browser 8
Same name and namespace in other branches
- 8.2 src/EntityBrowserInterface.php \Drupal\entity_browser\EntityBrowserInterface::getWidgets()
Returns the widgets for this entity browser.
Return value
\Drupal\entity_browser\WidgetsLazyPluginCollection The tag plugin bag.
1 method overrides EntityBrowserInterface::getWidgets()
- EntityBrowser::getWidgets in src/
Entity/ EntityBrowser.php - Returns the widgets for this entity browser.
File
- src/
EntityBrowserInterface.php, line 100
Class
- EntityBrowserInterface
- Provides an interface defining an entity browser entity.
Namespace
Drupal\entity_browserCode
public function getWidgets();