26 public $type =
'strictblockquote';
57 $result = parent::validateChildren($children, $config, $context);
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;
Concrete element node class.
Definition that allows a set of elements, but disallows empty children.
validateChildren($children, $config, $context)
Takes the contents of blockquote when in strict and reformats for validation.
getAllowedElements($config)
Concrete text token class.
$elements
Lookup table of allowed elements.