You are here

public function DefaultWizardOperation::__construct in Flexiform 8

Construct a new DefaultWizardOperation object.

Parameters

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

File

contrib/wizard/src/Form/DefaultWizardOperation.php, line 51

Class

DefaultWizardOperation
Default class for flexiform wizard operations.

Namespace

Drupal\flexiform_wizard\Form

Code

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