You are here

public function NodeAuthlinkNodeForm::__construct in Node authorize link 8

Constructs a new NodeAuthlinkNodeForm object.

File

src/Form/NodeAuthlinkNodeForm.php, line 37

Class

NodeAuthlinkNodeForm
Class NodeAuthlinkNodeForm.

Namespace

Drupal\node_authlink\Form

Code

public function __construct(ConfigFactoryInterface $config_factory, EntityTypeManagerInterface $entity_type_manager) {
  $this->configFactory = $config_factory;
  $this->entityTypeManager = $entity_type_manager;
}