DiffFormatter::$leading_context_lines

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.

File

core/lib/Drupal/Component/Diff/DiffFormatter.php, line 29

Class

DiffFormatter
A class to format Diffs

Namespace

Drupal\Component\Diff

Code

1
public $leading_context_lines = 0;
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.