function DrupalDiffFormatter::_start_block in Diff 6
Same name and namespace in other branches
- 5.2 DiffEngine.php \DrupalDiffFormatter::_start_block()
- 6.2 DiffEngine.php \DrupalDiffFormatter::_start_block()
- 7.3 DiffEngine.php \DrupalDiffFormatter::_start_block()
- 7.2 DiffEngine.php \DrupalDiffFormatter::_start_block()
Overrides DiffFormatter::_start_block
File
- ./
DiffEngine.php, line 1068
Class
- DrupalDiffFormatter
- Diff formatter which uses Drupal theme functions. @private @subpackage DifferenceEngine
Code
function _start_block($header) {
if ($this->show_header) {
$this->rows[] = $header;
}
}