function TestConfigurableContextAwarePlugin::defaultConfiguration
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides ConfigurableInterface::defaultConfiguration
File
-
core/
tests/ Drupal/ KernelTests/ Core/ Plugin/ Context/ ContextAwarePluginTraitTest.php, line 134
Class
Namespace
Drupal\KernelTests\Core\Plugin\ContextCode
public function defaultConfiguration() {
return [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.