public function MigrateExecutableInterface::import in Drupal 9
Same name and namespace in other branches
- 8 core/modules/migrate/src/MigrateExecutableInterface.php \Drupal\migrate\MigrateExecutableInterface::import()
Performs an import operation - migrate items from source to destination.
1 method overrides MigrateExecutableInterface::import()
- MigrateExecutable::import in core/
modules/ migrate/ src/ MigrateExecutable.php - Performs an import operation - migrate items from source to destination.
File
- core/
modules/ migrate/ src/ MigrateExecutableInterface.php, line 12
Class
Namespace
Drupal\migrateCode
public function import();