DiffFormatter::_end_diff

protected DiffFormatter::_end_diff()

File

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

Class

DiffFormatter
A class to format Diffs

Namespace

Drupal\Component\Diff

Code

1
2
3
4
5
protected function _end_diff() {
  $val = ob_get_contents();
  ob_end_clean();
  return $val;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.