DiffFormatter::_start_diff

protected DiffFormatter::_start_diff()

File

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

Class

DiffFormatter
A class to format Diffs

Namespace

Drupal\Component\Diff

Code

protected function _start_diff() {
  ob_start();
}
doc_Drupal
2016-10-29 09:02:27
Comments
Leave a Comment

Please login to continue.