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