function ProcessPluginBase::reset
Resets the internal data of a plugin.
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.