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
Namespace
Drupal\gathercontent_upload_ui\FormCode
public function __construct(EntityTypeManagerInterface $entityTypeManager, EntityTypeBundleInfoInterface $entityTypeBundleInfo, MappingCreator $mappingCreator) {
$this->entityTypeManager = $entityTypeManager;
$this->entityTypeBundleInfo = $entityTypeBundleInfo;
$this->mappingCreator = $mappingCreator;
}