public function Standalone::path in Entity Browser 8
Same name and namespace in other branches
- 8.2 src/Plugin/EntityBrowser/Display/Standalone.php \Drupal\entity_browser\Plugin\EntityBrowser\Display\Standalone::path()
Gets page path.
Return value
string Path where display operates.
Overrides DisplayRouterInterface::path
File
- src/
Plugin/ EntityBrowser/ Display/ Standalone.php, line 63
Class
- Standalone
- Presents entity browser as a standalone form.
Namespace
Drupal\entity_browser\Plugin\EntityBrowser\DisplayCode
public function path() {
return $this->configuration['path'];
}