property DiffFormatter::$leading_context_lines in Service Container 7
Same name and namespace in other branches
- 7.2 lib/Drupal/Component/Diff/DiffFormatter.php \Drupal\Component\Diff\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
- lib/
Drupal/ Component/ Diff/ DiffFormatter.php, line 34 - Contains \Drupal\Component\Diff\DiffFormatter.
Class
- DiffFormatter
- A class to format Diffs
Namespace
Drupal\Component\DiffCode
var $leading_context_lines = 0;