public function PatternSettingTypeBase::defaultConfiguration in UI Patterns Settings 8
Same name and namespace in other branches
- 8.2 src/Plugin/PatternSettingTypeBase.php \Drupal\ui_patterns_settings\Plugin\PatternSettingTypeBase::defaultConfiguration()
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides ConfigurableInterface::defaultConfiguration
2 calls to PatternSettingTypeBase::defaultConfiguration()
- PatternSettingTypeBase::setConfiguration in src/
Plugin/ PatternSettingTypeBase.php - Sets the configuration for this plugin instance.
- PatternSettingTypeBase::__construct in src/
Plugin/ PatternSettingTypeBase.php - Constructs a \Drupal\Component\Plugin\PluginBase object.
File
- src/
Plugin/ PatternSettingTypeBase.php, line 93
Class
- PatternSettingTypeBase
- Base class for UI Patterns Setting plugins.
Namespace
Drupal\ui_patterns_settings\PluginCode
public function defaultConfiguration() {
return [];
}