You are here

public function VarnishAdminForm::__construct in Varnish 8

Constructs a \Drupal\varnish\Form object.

Parameters

\Drupal\Core\Config\ConfigFactoryInterface $config_factory: The factory for configuration objects.

Overrides ConfigFormBase::__construct

File

src/Form/VarnishAdminForm.php, line 26

Class

VarnishAdminForm

Namespace

Drupal\varnish\Form

Code

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