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