public function SettingsBase::getConfig in Social API 3.x
Same name and namespace in other branches
- 8.2 src/Settings/SettingsBase.php \Drupal\social_api\Settings\SettingsBase::getConfig()
- 8 src/Settings/SettingsBase.php \Drupal\social_api\Settings\SettingsBase::getConfig()
Gets the configuration object.
Return value
\Drupal\Core\Config\ImmutableConfig The configuration object associated with the settings.
Overrides SettingsInterface::getConfig
File
- src/
Settings/ SettingsBase.php, line 41
Class
- SettingsBase
- Base class for implementor module settings.
Namespace
Drupal\social_api\SettingsCode
public function getConfig() {
return $this->config;
}