You are here

public function CreateTemplateForm::__construct in GatherContent 8.5

MappingCreator constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entityTypeManager:

\Drupal\Core\Entity\EntityTypeBundleInfoInterface $entityTypeBundleInfo:

\Drupal\gathercontent_upload\Export\MappingCreator $mappingCreator:

File

gathercontent_upload_ui/src/Form/CreateTemplateForm.php, line 43

Class

CreateTemplateForm

Namespace

Drupal\gathercontent_upload_ui\Form

Code

public function __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, MappingCreator $mappingCreator) {
  $this->entityTypeManager = $entityTypeManager;
  $this->entityTypeBundleInfo = $entityTypeBundleInfo;
  $this->mappingCreator = $mappingCreator;
}