You are here

public function FilebrowserConfigForm::__construct in Filebrowser 8.2

Same name and namespace in other branches
  1. 3.x src/Form/FilebrowserConfigForm.php \Drupal\filebrowser\Form\FilebrowserConfigForm::__construct()

FilebrowserConfigForm constructor.

Parameters

$config_factory:

Overrides ConfigFormBase::__construct

File

src/Form/FilebrowserConfigForm.php, line 15

Class

FilebrowserConfigForm

Namespace

Drupal\filebrowser\Form

Code

public function __construct(ConfigFactoryInterface $config_factory) {
  parent::__construct($config_factory);
  $this
    ->setConfigFactory($config_factory);
}