You are here

abstract public function ScannerPluginBase::undo in Search and Replace Scanner 8

Performs the undo operation.

Parameters

array $data: An array containing the old and new revision id for the enttiy.

Overrides ScannerPluginInterface::undo

1 method overrides ScannerPluginBase::undo()
Entity::undo in src/Plugin/Scanner/Entity.php
Undo the replace operation by reverting entities to a previous revision.

File

src/Plugin/ScannerPluginBase.php, line 100

Class

ScannerPluginBase
Plugin for ScannerPluginBase class.

Namespace

Drupal\scanner\Plugin

Code

public abstract function undo(array $data);