public function HWLDFWordAccumulator::getLines in Service Container 7.2
Same name and namespace in other branches
- 7 lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php \Drupal\Component\Diff\Engine\HWLDFWordAccumulator::getLines()
File
- lib/
Drupal/ Component/ Diff/ Engine/ HWLDFWordAccumulator.php, line 80 - Contains \Drupal\Component\Diff\Engine\HWLDFWordAccumulator.
Class
- HWLDFWordAccumulator
- @todo document @private @subpackage DifferenceEngine
Namespace
Drupal\Component\Diff\EngineCode
public function getLines() {
$this
->_flushLine('~done');
return $this->lines;
}