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

Breadcrumb

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

function MigrateExecutable::processRow

Overrides MigrateExecutableInterface::processRow

File

core/modules/migrate/src/MigrateExecutable.php, line 390

Class

MigrateExecutable
Defines a migrate executable class.

Namespace

Drupal\migrate

Code

public function processRow(Row $row, ?array $process = NULL, $value = NULL) {
    foreach ($this->migration
        ->getProcessPlugins($process) as $destination => $plugins) {
        $this->processPipeline($row, $destination, $plugins, $value);
    }
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal