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

Breadcrumb

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

function ProcessPluginBase::reset

Overrides MigrateProcessInterface::reset

File

core/modules/migrate/src/ProcessPluginBase.php, line 73

Class

ProcessPluginBase
The base class for all migrate process plugins.

Namespace

Drupal\migrate

Code

public function reset() : void {
    $this->stopPipeline = FALSE;
}
RSS feed
Powered by Drupal