You are here

public function TestConfigurablePlugin::defaultConfiguration in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php \Drupal\Tests\Core\Plugin\Fixtures\TestConfigurablePlugin::defaultConfiguration()

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurablePluginInterface::defaultConfiguration

File

core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php, line 32
Contains \Drupal\Tests\Core\Plugin\Fixtures\TestConfigurablePlugin.

Class

TestConfigurablePlugin

Namespace

Drupal\Tests\Core\Plugin\Fixtures

Code

public function defaultConfiguration() {
  return array();
}