protected function DiffFormatter::_start_block in Drupal 10
Same name in this branch
- 10 core/lib/Drupal/Core/Diff/DiffFormatter.php \Drupal\Core\Diff\DiffFormatter::_start_block()
- 10 core/lib/Drupal/Component/Diff/DiffFormatter.php \Drupal\Component\Diff\DiffFormatter::_start_block()
Same name and namespace in other branches
- 8 core/lib/Drupal/Component/Diff/DiffFormatter.php \Drupal\Component\Diff\DiffFormatter::_start_block()
- 9 core/lib/Drupal/Component/Diff/DiffFormatter.php \Drupal\Component\Diff\DiffFormatter::_start_block()
File
- core/
lib/ Drupal/ Component/ Diff/ DiffFormatter.php, line 164
Class
- DiffFormatter
- A class to format Diffs
Namespace
Drupal\Component\DiffCode
protected function _start_block($header) {
if ($this->show_header) {
echo $header . "\n";
}
}