You are here

public function DiffOp::norig in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/Diff/Engine/DiffOp.php \Drupal\Component\Diff\Engine\DiffOp::norig()

File

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

Class

DiffOp
@todo document @private @subpackage DifferenceEngine

Namespace

Drupal\Component\Diff\Engine

Code

public function norig() {
  return $this->orig ? sizeof($this->orig) : 0;
}