Commit faa874be authored by catch's avatar catch
Browse files

Issue #3222844 by guilhermevp, paulocs, dhirendra.mishra, joachim, quietone,...

Issue #3222844 by guilhermevp, paulocs, dhirendra.mishra, joachim, quietone, longwave: Add documentation for the return value of MigrateExecutableInterface::import()
parent 94acb910
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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();