You are here

public function OAuthSettingsForm::__construct in OAuth 1.0 8

Same name and namespace in other branches
  1. 8.2 src/Form/OAuthSettingsForm.php \Drupal\oauth\Form\OAuthSettingsForm::__construct()

Constructs an OAuthSettingsForm object.

Parameters

\Drupal\Core\Config\ConfigFactory $config_factory: The config service.

Overrides ConfigFormBase::__construct

File

src/Form/OAuthSettingsForm.php, line 35
Contains \Drupal\oauth\Form\OAuthSettingsForm.

Class

OAuthSettingsForm
Provides a deletion confirmation form for the block instance deletion form.

Namespace

Drupal\oauth\Form

Code

public function __construct(ConfigFactory $config_factory) {
  parent::__construct($config_factory);
}