public function SettingsInterface::getConfig in Social API 8
Same name and namespace in other branches
- 8.2 src/Settings/SettingsInterface.php \Drupal\social_api\Settings\SettingsInterface::getConfig()
- 3.x src/Settings/SettingsInterface.php \Drupal\social_api\Settings\SettingsInterface::getConfig()
Gets the configuration object.
Return value
ImmutableConfig The configuration object associated with the settings.
1 method overrides SettingsInterface::getConfig()
- SettingsBase::getConfig in src/
Settings/ SettingsBase.php - Gets the configuration object.
File
- src/
Settings/ SettingsInterface.php, line 20
Class
- SettingsInterface
- Class SettingsInterface.
Namespace
Drupal\social_api\SettingsCode
public function getConfig();