function ProcessPluginBase::reset
Same name in other branches
- 11.x 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\migrateCode
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.