function DiffOpCopy::reverse
Same name in other branches
- 9 core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php \Drupal\Component\Diff\Engine\DiffOpCopy::reverse()
- 10 core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php \Drupal\Component\Diff\Engine\DiffOpCopy::reverse()
Overrides DiffOp::reverse
File
-
core/
lib/ Drupal/ Component/ Diff/ Engine/ DiffOpCopy.php, line 21
Class
- DiffOpCopy
- @todo document @private @subpackage DifferenceEngine
Namespace
Drupal\Component\Diff\EngineCode
public function reverse() {
return new DiffOpCopy($this->closing, $this->orig);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.