26 public $type =
'strictblockquote';
67 $def = $config->getHTMLDefinition();
68 $block_wrap_name = $def->info_block_wrapper;
73 if ($block_wrap ===
false) {
86 $block_wrap->children[] = $node;
97 private function init($config)
100 $def = $config->getHTMLDefinition();
103 $this->fake_elements = $def->info_content_sets[
'Flow'];
104 $this->fake_elements[
'#PCDATA'] =
true;