public function EntityBrowserFormInterface::setEntityBrowser in Entity Browser 8
Same name and namespace in other branches
- 8.2 src/EntityBrowserFormInterface.php \Drupal\entity_browser\EntityBrowserFormInterface::setEntityBrowser()
Sets entity browser entity.
Parameters
\Drupal\entity_browser\EntityBrowserInterface $entity_browser: Entity browser entity.
1 method overrides EntityBrowserFormInterface::setEntityBrowser()
- EntityBrowserForm::setEntityBrowser in src/
Form/ EntityBrowserForm.php - Sets entity browser entity.
File
- src/
EntityBrowserFormInterface.php, line 18
Class
- EntityBrowserFormInterface
- Provides an interface defining an entity browser form.
Namespace
Drupal\entity_browserCode
public function setEntityBrowser(EntityBrowserInterface $entity_browser);