You are here

property DiffFormatter::$trailing_context_lines in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Component/Diff/DiffFormatter.php \Drupal\Component\Diff\DiffFormatter::trailing_context_lines

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.

File

core/lib/Drupal/Component/Diff/DiffFormatter.php, line 42
Contains \Drupal\Component\Diff\DiffFormatter.

Class

DiffFormatter
A class to format Diffs

Namespace

Drupal\Component\Diff

Code

var $trailing_context_lines = 0;