You are here

public function Standalone::defaultConfiguration 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::defaultConfiguration()

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides DisplayBase::defaultConfiguration

File

src/Plugin/EntityBrowser/Display/Standalone.php, line 39

Class

Standalone
Presents entity browser as a standalone form.

Namespace

Drupal\entity_browser\Plugin\EntityBrowser\Display

Code

public function defaultConfiguration() {
  return [
    'path' => '',
  ];
}