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
Namespace
Drupal\varnish\FormCode
public function __construct(ConfigFactoryInterface $config_factory) {
$this
->setConfigFactory($config_factory);
}