Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MigrateExecutableInterface.php

function 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

MigrateExecutableInterface

Namespace

Drupal\migrate

Code

public function import();

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal