protected property DiffFormatter::$line_stats in Drupal 9
Same name and namespace in other branches
- 8 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\DiffCode
protected $line_stats = [
'counter' => [
'x' => 0,
'y' => 0,
],
'offset' => [
'x' => 0,
'y' => 0,
],
];