function MigrationInterface::allRowsProcessed
Check if all source rows from this migration have been processed.
Return value
bool TRUE if this migration is complete otherwise FALSE.
File
-
core/
modules/ migrate/ src/ Plugin/ MigrationInterface.php, line 162
Class
- MigrationInterface
- Interface for migrations.
Namespace
Drupal\migrate\PluginCode
public function allRowsProcessed();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.