You are here

protected property DiffFormatter::$line_stats in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Diff/DiffFormatter.php \Drupal\Component\Diff\DiffFormatter::line_stats
  2. 10 core/lib/Drupal/Component/Diff/DiffFormatter.php \Drupal\Component\Diff\DiffFormatter::line_stats

The line stats.

Type: array

File

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

Class

DiffFormatter
A class to format Diffs

Namespace

Drupal\Component\Diff

Code

protected $line_stats = [
  'counter' => [
    'x' => 0,
    'y' => 0,
  ],
  'offset' => [
    'x' => 0,
    'y' => 0,
  ],
];