function MigrateExecutableInterface::import
Same name in other branches
- 8.9.x core/modules/migrate/src/MigrateExecutableInterface.php \Drupal\migrate\MigrateExecutableInterface::import()
- 10 core/modules/migrate/src/MigrateExecutableInterface.php \Drupal\migrate\MigrateExecutableInterface::import()
- 11.x core/modules/migrate/src/MigrateExecutableInterface.php \Drupal\migrate\MigrateExecutableInterface::import()
Performs an import operation - migrate items from source to destination.
Return value
int Returns a value indicating the status of the import operation. The possible values are the 'RESULT_' constants defined in MigrationInterface.
See also
\Drupal\migrate\Plugin\MigrationInterface
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 19
Class
Namespace
Drupal\migrateCode
public function import();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.