public function TestConfigurableContextAwarePlugin::defaultConfiguration in Drupal 9
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 163
Class
Namespace
Drupal\KernelTests\Core\Plugin\ContextCode
public function defaultConfiguration() {
return [];
}