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 156
Class
- TestConfigurableContextAwarePlugin
- Configurable context aware plugin test class.
Namespace
Drupal\KernelTests\Core\Plugin\ContextCode
public function defaultConfiguration() : array {
return [];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.