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

Breadcrumb

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

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.

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 161

Class

MigrationInterface
Interface for migrations.

Namespace

Drupal\migrate\Plugin

Code

public function allRowsProcessed();
RSS feed
Powered by Drupal