You are here

public function EntityBrowserInterface::getFormObject in Entity Browser 8.2

Same name and namespace in other branches
  1. 8 src/EntityBrowserInterface.php \Drupal\entity_browser\EntityBrowserInterface::getFormObject()

Gets entity browser form object.

Return value

\Drupal\entity_browser\EntityBrowserFormInterface Entity browser form.

1 method overrides EntityBrowserInterface::getFormObject()
EntityBrowser::getFormObject in src/Entity/EntityBrowser.php
Gets entity browser form object.

File

src/EntityBrowserInterface.php, line 179

Class

EntityBrowserInterface
Provides an interface defining an entity browser entity.

Namespace

Drupal\entity_browser

Code

public function getFormObject();