Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. 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
Powered by Drupal