protected DiffFormatter::_start_block($header)
File
- core/lib/Drupal/Component/Diff/DiffFormatter.php, line 154
Class
- DiffFormatter
- A class to format Diffs
Namespace
Drupal\Component\Diff
Code
protected function _start_block($header) { if ($this->show_header) { echo $header . "\n"; } }
Please login to continue.