function TestConfigurablePlugin::defaultConfiguration

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

File

core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php, line 30

Class

TestConfigurablePlugin

Namespace

Drupal\Tests\Core\Plugin\Fixtures

Code

public function defaultConfiguration() {
  return [];
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.