You are here

public function ContentSelectForm::__construct in WordPress Migrate 8.3

Constructs a ContentSelectForm object.

Parameters

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

File

wordpress_migrate_ui/src/Form/ContentSelectForm.php, line 28

Class

ContentSelectForm
Simple wizard step form.

Namespace

Drupal\wordpress_migrate_ui\Form

Code

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