You are here

class SettingsBase in Social Auth 3.x

Same name and namespace in other branches
  1. 8.2 src/Settings/SettingsBase.php \Drupal\social_auth\Settings\SettingsBase

Defines a settings for Social Auth providers.

@package Drupal\social_auth\Settings

Hierarchy

Expanded class hierarchy of SettingsBase

File

src/Settings/SettingsBase.php, line 12

Namespace

Drupal\social_auth\Settings
View source
class SettingsBase extends SocialApiSettingsBase implements SettingsInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
SettingsBase::$config protected property The configuration object containing the data from the configuration form.
SettingsBase::factory public static function Factory method to create a new settings object. Overrides SettingsInterface::factory
SettingsBase::getConfig public function Gets the configuration object. Overrides SettingsInterface::getConfig
SettingsBase::__construct public function Creates a new settings object.