Ignore

Configuration property to ignore. Hierarchy class \Drupal\Core\TypedData\TypedData implements PluginInspectionInterface, TypedDataInterface uses StringTranslationTrait, TypedDataTraitclass \Drupal\Core\Config\Schema\Elementclass \Drupal\Core\Config\Schema\Ignore File core/lib/Drupal/Core/Config/Schema/Ignore.php, line 8 Namespace Drupal\Core\Config\Schema Members Name Modifiers Type Description Element::$value protected property The configuration value. Element::getT

HWLDFWordAccumulator::_flushLine

protected HWLDFWordAccumulator::_flushLine($new_tag) File core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php, line 44 Class HWLDFWordAccumulator @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code protected function _flushLine($new_tag) { $this->_flushGroup($new_tag); if ($this->line != '') { array_push($this->lines, $this->line); } else { // make empty lines visible by inserting an NBSP array_push

HWLDFWordAccumulator::_flushGroup

protected HWLDFWordAccumulator::_flushGroup($new_tag) File core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php, line 31 Class HWLDFWordAccumulator @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code protected function _flushGroup($new_tag) { if ($this->group !== '') { if ($this->tag == 'mark') { $this->line = $this->line . '<span class="diffchange">' . $this->group . '</span>'; } else

HWLDFWordAccumulator::NBSP

An iso-8859-x non-breaking space. File core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php, line 21 Class HWLDFWordAccumulator @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code const NBSP = '&#160;';

HWLDFWordAccumulator::getLines

public HWLDFWordAccumulator::getLines() File core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php, line 74 Class HWLDFWordAccumulator @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code public function getLines() { $this->_flushLine('~done'); return $this->lines; }

HWLDFWordAccumulator::addWords

public HWLDFWordAccumulator::addWords($words, $tag = '') File core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php, line 56 Class HWLDFWordAccumulator @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code public function addWords($words, $tag = '') { if ($tag != $this->tag) { $this->_flushGroup($tag); } foreach ($words as $word) { // new-line should only come as first char of word. if ($word == '') { con

HWLDFWordAccumulator::$tag

File core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php, line 29 Class HWLDFWordAccumulator @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code protected $tag = '';

HWLDFWordAccumulator::$lines

File core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php, line 23 Class HWLDFWordAccumulator @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code protected $lines = array();

HWLDFWordAccumulator::$line

File core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php, line 25 Class HWLDFWordAccumulator @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code protected $line = '';

HWLDFWordAccumulator::$group

File core/lib/Drupal/Component/Diff/Engine/HWLDFWordAccumulator.php, line 27 Class HWLDFWordAccumulator @todo document @private @subpackage DifferenceEngine Namespace Drupal\Component\Diff\Engine Code protected $group = '';