You are here

protected property SettingsBase::$config in Social API 8.2

Same name and namespace in other branches
  1. 8 src/Settings/SettingsBase.php \Drupal\social_api\Settings\SettingsBase::config
  2. 3.x src/Settings/SettingsBase.php \Drupal\social_api\Settings\SettingsBase::config

The configuration object containing the data from the configuration form.

Type: \Drupal\Core\Config\ImmutableConfig

File

src/Settings/SettingsBase.php, line 19

Class

SettingsBase
Base class for implementor module settings.

Namespace

Drupal\social_api\Settings

Code

protected $config;