You are here

public function EntityBrowserForm::getEntityBrowser in Entity Browser 8.2

Same name and namespace in other branches
  1. 8 src/Form/EntityBrowserForm.php \Drupal\entity_browser\Form\EntityBrowserForm::getEntityBrowser()

Returns the entity browser entity.

Return value

\Drupal\entity_browser\EntityBrowserInterface Entity browser entity.

Overrides EntityBrowserFormInterface::getEntityBrowser

File

src/Form/EntityBrowserForm.php, line 106

Class

EntityBrowserForm
The entity browser form.

Namespace

Drupal\entity_browser\Form

Code

public function getEntityBrowser() {
  return $this->entityBrowser;
}