class MappedDiff

FIXME: bad name. @todo document @private @subpackage DifferenceEngine

Hierarchy

  • class \Drupal\Component\Diff\Diff

File

core/lib/Drupal/Component/Diff/MappedDiff.php, line 11

Namespace

Drupal\Component\Diff

Members

Name Modifiers Type Description
Diff::$edits protected property The list of differences as an array of diff operations.
Diff::check public function Check a Diff for validity.
Diff::closing public function Gets the closing set of lines.
Diff::getEdits public function Gets the list of differences as an array of diff operations.
Diff::isEmpty public function Check for empty diff.
Diff::lcs public function Compute the length of the Longest Common Subsequence (LCS).
Diff::orig public function Gets the original set of lines.
Diff::reverse public function Compute reversed Diff.
MappedDiff::__construct public function Constructor. Overrides Diff::__construct

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Component!Diff!MappedDiff.php/class/MappedDiff/8.1.x