protected DiffFormatter::_context($lines)
File
- core/lib/Drupal/Component/Diff/DiffFormatter.php, line 169
Class
- DiffFormatter
- A class to format Diffs
Namespace
Drupal\Component\Diff
Code
1 2 3 | protected function _context( $lines ) { $this ->_lines( $lines ); } |
Please login to continue.