You are here

public function SettingsBase::getConfig in Social API 8.2

Same name and namespace in other branches
  1. 8 src/Settings/SettingsBase.php \Drupal\social_api\Settings\SettingsBase::getConfig()
  2. 3.x 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\Settings

Code

public function getConfig() {
  return $this->config;
}