You are here

public function VapnConfigForm::__construct in View access per node 8

Constructs a new VapnConfigForm object.

Overrides ConfigFormBase::__construct

File

src/Form/VapnConfigForm.php, line 25

Class

VapnConfigForm
Class VapnConfigForm.

Namespace

Drupal\vapn\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, EntityTypeBundleInfoInterface $entity_type_bundle_info) {
  parent::__construct($config_factory);
  $this->entityTypeBundleInfo = $entity_type_bundle_info;
}