Home
last modified time | relevance | path

Searched refs:createFromTagAttributes (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/
H A DIcon.php29 return self::createFromTagAttributes($iconAttributes);
39 public static function createFromTagAttributes(TagAttributes $tagAttributes): Icon function in ComboStrap\\Icon
H A DIconTag.php86 return Icon::createFromTagAttributes($tagAttributes)
104 $mediaPath = Icon::createFromTagAttributes($tagAttribute)->getFetchSvg()->getSourcePath();
H A DBrandTag.php139 $htmlOutput .= Icon::createFromTagAttributes($iconAttributes)
/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php89 $html .= Icon::createFromTagAttributes($iconAttributes)->toHtml();
H A DShareTag.php97 $rendererHtml .= Icon::createFromTagAttributes($tagIconAttributes)