function MigrateProcessInterface::reset

Same name and namespace in other branches
  1. 10 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\Plugin

Code

public function reset() : void;

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