public function EntityBrowserInterface::getDisplay in Entity Browser 8
Same name and namespace in other branches
- 8.2 src/EntityBrowserInterface.php \Drupal\entity_browser\EntityBrowserInterface::getDisplay()
Returns the display.
Return value
\Drupal\entity_browser\DisplayInterface The display.
1 method overrides EntityBrowserInterface::getDisplay()
- EntityBrowser::getDisplay in src/
Entity/ EntityBrowser.php - Returns the display.
File
- src/
EntityBrowserInterface.php, line 81
Class
- EntityBrowserInterface
- Provides an interface defining an entity browser entity.
Namespace
Drupal\entity_browserCode
public function getDisplay();