You are here

public function ContentLinksForm::__construct in General Data Protection Regulation 8.2

Same name and namespace in other branches
  1. 8 src/Form/ContentLinksForm.php \Drupal\gdpr\Form\ContentLinksForm::__construct()
  2. 3.0.x src/Form/ContentLinksForm.php \Drupal\gdpr\Form\ContentLinksForm::__construct()

ContentLinksForm constructor.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $configFactory: The config factory.

\Drupal\Core\Language\LanguageManagerInterface $languageManager: The language manager.

Overrides ConfigFormBase::__construct

File

src/Form/ContentLinksForm.php, line 55

Class

ContentLinksForm
Class ContentLinksForm.

Namespace

Drupal\gdpr\Form

Code

public function __construct(ConfigFactoryInterface $configFactory, LanguageManagerInterface $languageManager) {
  parent::__construct($configFactory);
  $this->languageManager = $languageManager;
}