You are here

public function MigrationInterface::allRowsProcessed in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/modules/migrate/src/Entity/MigrationInterface.php \Drupal\migrate\Entity\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/Entity/Migration.php
Check if all source rows from this migration have been processed.

File

core/modules/migrate/src/Entity/MigrationInterface.php, line 167
Contains \Drupal\migrate\Entity\MigrationInterface.

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Entity

Code

public function allRowsProcessed();