You are here

public function DiffOp::nclosing 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::nclosing()

File

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

Class

DiffOp
@todo document @private @subpackage DifferenceEngine

Namespace

Drupal\Component\Diff\Engine

Code

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