function DiffFormatter::_end_block

Same name and namespace in other branches
  1. 11.x core/lib/Drupal/Component/Diff/DiffFormatter.php \Drupal\Component\Diff\DiffFormatter::_end_block()
  2. 10 core/lib/Drupal/Component/Diff/DiffFormatter.php \Drupal\Component\Diff\DiffFormatter::_end_block()
  3. 9 core/lib/Drupal/Component/Diff/DiffFormatter.php \Drupal\Component\Diff\DiffFormatter::_end_block()
  4. 8.9.x core/lib/Drupal/Component/Diff/DiffFormatter.php \Drupal\Component\Diff\DiffFormatter::_end_block()

Format the end of the diff block.

Return value

void No return value.

1 call to DiffFormatter::_end_block()
DiffFormatter::_block in core/lib/Drupal/Component/Diff/DiffFormatter.php
Format a diff block.

File

core/lib/Drupal/Component/Diff/DiffFormatter.php, line 240

Class

DiffFormatter
A class to format Diffs.

Namespace

Drupal\Component\Diff

Code

protected function _end_block() {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.