function ConfigurablePlugin::defaultConfiguration
Same name in other branches
- 8.9.x core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php \Drupal\Tests\Core\Plugin\ConfigurablePlugin::defaultConfiguration()
- 10 core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php \Drupal\Tests\Core\Plugin\ConfigurablePlugin::defaultConfiguration()
- 11.x core/tests/Drupal/Tests/Core/Plugin/DefaultSingleLazyPluginCollectionTest.php \Drupal\Tests\Core\Plugin\ConfigurablePlugin::defaultConfiguration()
Overrides ConfigurableInterface::defaultConfiguration
1 call to ConfigurablePlugin::defaultConfiguration()
- ConfigurablePlugin::__construct in core/
tests/ Drupal/ Tests/ Core/ Plugin/ DefaultSingleLazyPluginCollectionTest.php - Constructs a \Drupal\Component\Plugin\PluginBase object.
File
-
core/
tests/ Drupal/ Tests/ Core/ Plugin/ DefaultSingleLazyPluginCollectionTest.php, line 83
Class
Namespace
Drupal\Tests\Core\PluginCode
public function defaultConfiguration() {
return [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.