public function UserProtectionBase::defaultConfiguration in User protect 8
Gets default configuration for this plugin.
Return value
array An associative array with the default configuration.
Overrides ConfigurableInterface::defaultConfiguration
File
- src/
Plugin/ UserProtection/ UserProtectionBase.php, line 83
Class
- UserProtectionBase
- Provides a base class for UserProtection plugins.
Namespace
Drupal\userprotect\Plugin\UserProtectionCode
public function defaultConfiguration() {
return [];
}