public function ContentLinksForm::__construct in General Data Protection Regulation 8
Same name and namespace in other branches
- 8.2 src/Form/ContentLinksForm.php \Drupal\gdpr\Form\ContentLinksForm::__construct()
- 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 48
Class
- ContentLinksForm
- Class ContentLinksForm.
Namespace
Drupal\gdpr\FormCode
public function __construct(ConfigFactoryInterface $configFactory, LanguageManagerInterface $languageManager) {
parent::__construct($configFactory);
$this->languageManager = $languageManager;
}