You are here

public function PriceModifierForm::__construct in Price 3.0.x

Same name and namespace in other branches
  1. 8 src/Form/PriceModifierForm.php \Drupal\price\Form\PriceModifierForm::__construct()
  2. 3.x src/Form/PriceModifierForm.php \Drupal\price\Form\PriceModifierForm::__construct()

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity manager.

File

src/Form/PriceModifierForm.php, line 17

Class

PriceModifierForm

Namespace

Drupal\price\Form

Code

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