function ProcessPluginBase::reset

Same name and namespace in other branches
  1. 10 core/modules/migrate/src/ProcessPluginBase.php \Drupal\migrate\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;
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.