Diff
  • References/PHP/Drupal/Diff/Diff

Class representing a 'diff' between two sequences of strings. @todo document @subpackage DifferenceEngine Copied from

2025-01-10 15:47:30
DiffFormatter::$trailing_context_lines
  • References/PHP/Drupal/Diff/DiffFormatter

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

2025-01-10 15:47:30
DiffEngine::diff
  • References/PHP/Drupal/Diff/Engine/DiffEngine

public DiffEngine::diff($from_lines, $to_lines)

2025-01-10 15:47:30
DiffFormatter::_context
  • References/PHP/Drupal/Diff/DiffFormatter

protected DiffFormatter::_context($lines)

2025-01-10 15:47:30
DiffFormatter::$rows
  • References/PHP/Drupal/Diff/DiffFormatter

The diff represented as an array of rows. Type:

2025-01-10 15:47:30
DiffFormatter::$leading_context_lines
  • References/PHP/Drupal/Diff/DiffFormatter

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

2025-01-10 15:47:30
HWLDFWordAccumulator::getLines
  • References/PHP/Drupal/Diff/Engine/HWLDFWordAccumulator

public HWLDFWordAccumulator::getLines()

2025-01-10 15:47:30
DiffOpChange::$type
  • References/PHP/Drupal/Diff/Engine/DiffOpChange

Overrides DiffOp::$type File

2025-01-10 15:47:30
DiffFormatter
  • References/PHP/Drupal/Diff/DiffFormatter

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

2025-01-10 15:47:30
DiffOp::$closing
  • References/PHP/Drupal/Diff/Engine/DiffOp

File core/lib/Drupal/Component/Diff/Engine/DiffOp.php, line 13 Class

2025-01-10 15:47:30