You are here

private property FilterOnomasticon::$htmlTree in Onomasticon 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/Filter/FilterOnomasticon.php \Drupal\onomasticon\Plugin\Filter\FilterOnomasticon::htmlTree

Contains the tree hierarchy for the current element while traversing the DOM Document to restrict replacement to certain parent tags.

Type: array

File

src/Plugin/Filter/FilterOnomasticon.php, line 47

Class

FilterOnomasticon
Plugin annotation @Filter( id = "filter_onomasticon", title = @Translation("Onomasticon Filter"), description = @Translation("Adds glossary information to words."), type = Drupal\filter\Plugin\FilterInterface::TYPE_MARKUP_LANGUAGE, settings…

Namespace

Drupal\onomasticon\Plugin\Filter

Code

private $htmlTree = array();