function MigrateProcessInterface::reset
Same name in other branches
- 11.x core/modules/migrate/src/Plugin/MigrateProcessInterface.php \Drupal\migrate\Plugin\MigrateProcessInterface::reset()
Resets the internal data of a plugin.
1 method overrides MigrateProcessInterface::reset()
- ProcessPluginBase::reset in core/
modules/ migrate/ src/ ProcessPluginBase.php - Resets the internal data of a plugin.
File
-
core/
modules/ migrate/ src/ Plugin/ MigrateProcessInterface.php, line 66
Class
- MigrateProcessInterface
- An interface for migrate process plugins.
Namespace
Drupal\migrate\PluginCode
public function reset() : void;
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.