function DiffOpDelete::reverse

Same name in other branches
  1. 9 core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php \Drupal\Component\Diff\Engine\DiffOpDelete::reverse()
  2. 10 core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php \Drupal\Component\Diff\Engine\DiffOpDelete::reverse()

Overrides DiffOp::reverse

File

core/lib/Drupal/Component/Diff/Engine/DiffOpDelete.php, line 18

Class

DiffOpDelete
@todo document @private @subpackage DifferenceEngine

Namespace

Drupal\Component\Diff\Engine

Code

public function reverse() {
    return new DiffOpAdd($this->orig);
}

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