You are here

public function EntityBrowserFormInterface::getEntityBrowser in Entity Browser 8.2

Same name and namespace in other branches
  1. 8 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_browser

Code

public function getEntityBrowser();