You are here

public function FormsStepsStepFormBase::__construct in Forms Steps 8

Class constructor.

File

src/Form/FormsStepsStepFormBase.php, line 51

Class

FormsStepsStepFormBase
Class FormsStepsStepFormBase.

Namespace

Drupal\forms_steps\Form

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager, EntityDisplayRepositoryInterface $entity_display_repository, EntityTypeBundleInfoInterface $entity_type_bundle_info) {
  $this->entityTypeManager = $entity_type_manager;
  $this->entityDisplayRepository = $entity_display_repository;
  $this->entityTypeBundleInfo = $entity_type_bundle_info;
}