public function ScannerPluginInterface::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.
1 method overrides ScannerPluginInterface::undo()
- ScannerPluginBase::undo in src/
Plugin/ ScannerPluginBase.php - Performs the undo operation.
File
- src/
Plugin/ ScannerPluginInterface.php, line 49
Class
- ScannerPluginInterface
- Plugin for ScannerPluginInterface.
Namespace
Drupal\scanner\PluginCode
public function undo(array $data);