Searched refs:MARKUP_CONTENT_ATTRIBUTE (Results 1 – 2 of 2) sorted by relevance
24 const MARKUP_CONTENT_ATTRIBUTE = "mermaid-markup"; define in ComboStrap\\Tag\\MermaidTag58 $content = $tagAttributes->getValueAndRemoveIfPresent(self::MARKUP_CONTENT_ATTRIBUTE);130 $openingCall->setAttribute(self::MARKUP_CONTENT_ATTRIBUTE, $content);
250 … $tagAttributes->addComponentAttributeValue(MermaidTag::MARKUP_CONTENT_ATTRIBUTE, $mermaidCode);