Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
MigrateProcessInterface.php
function 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;
RSS feed