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