public Diff::check($from_lines, $to_lines) Check a
The list of differences as an array of diff operations. Type: \Drupal\Component\Diff\Engine\DiffOp[]
public Diff::getEdits() Gets the list of differences
public Diff::reverse() Compute reversed Diff.
public Diff::__construct($from_lines, $to_lines) Constructor
public Diff::isEmpty() Check for empty diff.
public Diff::lcs() Compute the length of the Longest
Class representing a 'diff' between two sequences of strings. @todo document @subpackage DifferenceEngine Copied from
public Diff::orig() Gets the original set of lines
public Diff::closing() Gets the closing set of lines