function DrupalDiffFormatter::_start_block

Overrides DiffFormatter::_start_block

File

drupal/core/lib/Drupal/Component/Diff/DiffEngine.php, line 1124
A PHP diff engine for phpwiki. (Taken from phpwiki-1.3.3)

Class

DrupalDiffFormatter
Diff formatter which uses Drupal theme functions. @private @subpackage DifferenceEngine

Code

function _start_block($header) {
  if ($this->show_header) {
    $this->rows[] = $header;
  }
}