public function ExtlinkAdminSettingsForm::__construct in External Links 8
Class constructor.
Overrides ConfigFormBase::__construct
File
- src/
Form/ ExtlinkAdminSettingsForm.php, line 25
Class
- ExtlinkAdminSettingsForm
- Displays the extlink settings form.
Namespace
Drupal\extlink\FormCode
public function __construct(ConfigFactoryInterface $config_factory, Renderer $renderer) {
parent::__construct($config_factory);
$this->renderer = $renderer;
}