public function EntityBrowserInterface::route in Entity Browser 8
Same name and namespace in other branches
- 8.2 src/EntityBrowserInterface.php \Drupal\entity_browser\EntityBrowserInterface::route()
Gets route that matches this display.
Return value
\Symfony\Component\Routing\Route|bool Route object or FALSE if no route is used.
1 method overrides EntityBrowserInterface::route()
- EntityBrowser::route in src/
Entity/ EntityBrowser.php - Gets route that matches this display.
File
- src/
EntityBrowserInterface.php, line 171
Class
- EntityBrowserInterface
- Provides an interface defining an entity browser entity.
Namespace
Drupal\entity_browserCode
public function route();