function TestConfigurablePlugin::defaultConfiguration

Same name and namespace in other branches
  1. 9 core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php \Drupal\Tests\Core\Plugin\Fixtures\TestConfigurablePlugin::defaultConfiguration()
  2. 8.9.x core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php \Drupal\Tests\Core\Plugin\Fixtures\TestConfigurablePlugin::defaultConfiguration()
  3. 10 core/tests/Drupal/Tests/Core/Plugin/Fixtures/TestConfigurablePlugin.php \Drupal\Tests\Core\Plugin\Fixtures\TestConfigurablePlugin::defaultConfiguration()

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.