public function DisplayRouterInterface::path in Entity Browser 8
Same name and namespace in other branches
- 8.2 src/DisplayRouterInterface.php \Drupal\entity_browser\DisplayRouterInterface::path()
Gets page path.
Return value
string Path where display operates.
2 methods override DisplayRouterInterface::path()
- IFrame::path in src/
Plugin/ EntityBrowser/ Display/ IFrame.php - Gets page path.
- Standalone::path in src/
Plugin/ EntityBrowser/ Display/ Standalone.php - Gets page path.
File
- src/
DisplayRouterInterface.php, line 19
Class
- DisplayRouterInterface
- Defines an interface for displays that operate on routes.
Namespace
Drupal\entity_browserCode
public function path();