You are here

public function Standalone::path in Entity Browser 8.2

Same name and namespace in other branches
  1. 8 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\Display

Code

public function path() {
  return $this->configuration['path'];
}