public function SettingsInterface::getConfig in Social API 3.x
Same name and namespace in other branches
- 8.2 src/Settings/SettingsInterface.php \Drupal\social_api\Settings\SettingsInterface::getConfig()
- 8 src/Settings/SettingsInterface.php \Drupal\social_api\Settings\SettingsInterface::getConfig()
Gets the configuration object.
Return value
\Drupal\Core\Config\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
- Defines required methods for a Settings class.
Namespace
Drupal\social_api\SettingsCode
public function getConfig();