Loading core/modules/migrate/src/MigrateExecutableInterface.php +7 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,13 @@ interface MigrateExecutableInterface { /** * Performs an import operation - migrate items from source to destination. * * @return int * Returns a value indicating the status of the import operation. * The possible values are the 'RESULT_' constants defined * in MigrationInterface. * * @see \Drupal\migrate\Plugin\MigrationInterface */ public function import(); Loading Loading
core/modules/migrate/src/MigrateExecutableInterface.php +7 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,13 @@ interface MigrateExecutableInterface { /** * Performs an import operation - migrate items from source to destination. * * @return int * Returns a value indicating the status of the import operation. * The possible values are the 'RESULT_' constants defined * in MigrationInterface. * * @see \Drupal\migrate\Plugin\MigrationInterface */ public function import(); Loading