function DiffOp::reverse

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Component/Diff/Engine/DiffOp.php \Drupal\Component\Diff\Engine\DiffOp::reverse()
  2. 10 core/lib/Drupal/Component/Diff/Engine/DiffOp.php \Drupal\Component\Diff\Engine\DiffOp::reverse()
4 methods override DiffOp::reverse()
DiffOpAdd::reverse in core/lib/Drupal/Component/Diff/Engine/DiffOpAdd.php
DiffOpChange::reverse in core/lib/Drupal/Component/Diff/Engine/DiffOpChange.php
DiffOpCopy::reverse in core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php
DiffOpDelete::reverse in core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php

File

core/lib/Drupal/Component/Diff/Engine/DiffOp.php, line 15

Class

DiffOp
@todo document @private @subpackage DifferenceEngine

Namespace

Drupal\Component\Diff\Engine

Code

public function reverse() {
    trigger_error('pure virtual', E_USER_ERROR);
}

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