Class representing a 'diff' between two sequences of strings. @todo document @subpackage DifferenceEngine Copied from
Number of trailing context "lines" to preserve. This should be left at zero for this class, but subclasses may want to set this to other values
public DiffEngine::diff($from_lines, $to_lines)
protected DiffFormatter::_context($lines)
The diff represented as an array of rows. Type:
Number of leading context "lines" to preserve. This should be left at zero for this class, but subclasses may want to set this to other values
public HWLDFWordAccumulator::getLines()
Overrides DiffOp::$type File
A class to format Diffs This class formats the diff in classic diff format. It is intended that this class be customized via inheritance, to
File core/lib/Drupal/Component/Diff/Engine/DiffOp.php, line 13 Class
Page 7 of 10