You are here

public function ReferenceTypeForm::__construct in Bibliography & Citation 8

Same name and namespace in other branches
  1. 2.0.x modules/bibcite_entity/src/Form/ReferenceTypeForm.php \Drupal\bibcite_entity\Form\ReferenceTypeForm::__construct()

Constructs the NodeTypeForm object.

Parameters

\Drupal\Core\Entity\EntityFieldManagerInterface $entity_field_manager: The entity field manager.

File

modules/bibcite_entity/src/Form/ReferenceTypeForm.php, line 30

Class

ReferenceTypeForm
Reference type form.

Namespace

Drupal\bibcite_entity\Form

Code

public function __construct(EntityFieldManagerInterface $entity_field_manager) {
  $this->entityFieldManager = $entity_field_manager;
}