public function GroupContentEnablerBase::getConfiguration in Group 8
Gets this plugin's configuration.
Return value
array An array of this plugin's configuration.
Overrides ConfigurableInterface::getConfiguration
File
- src/
Plugin/ GroupContentEnablerBase.php, line 458
Class
- GroupContentEnablerBase
- Provides a base class for GroupContentEnabler plugins.
Namespace
Drupal\group\PluginCode
public function getConfiguration() {
return $this->configuration;
}