Same name and namespace in other branches
  1. 8.9.x core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::allRowsProcessed()
  2. 9 core/modules/migrate/src/Plugin/MigrationInterface.php \Drupal\migrate\Plugin\MigrationInterface::allRowsProcessed()

Check if all source rows from this migration have been processed.

Return value

bool TRUE if this migration is complete otherwise FALSE.

1 method overrides MigrationInterface::allRowsProcessed()
Migration::allRowsProcessed in core/modules/migrate/src/Plugin/Migration.php
Check if all source rows from this migration have been processed.

File

core/modules/migrate/src/Plugin/MigrationInterface.php, line 158

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function allRowsProcessed();