Home
last modified time | relevance | path

Searched refs:iconAttributes (Results 1 – 6 of 6) sorted by relevance

/plugin/combo/ComboStrap/
H A DIcon.php15 * @param TagAttributes|null $iconAttributes
23 public static function createFromName(string $name, TagAttributes $iconAttributes = null): Icon argument
25 if ($iconAttributes === null) {
26 $iconAttributes = TagAttributes::createEmpty(self::ICON_CANONICAL_NAME);
28 $iconAttributes->addComponentAttributeValue(FetcherSvg::NAME_ATTRIBUTE, $name);
29 return self::createFromTagAttributes($iconAttributes);
H A DBrandTag.php134 $iconAttributes = $brandButton->getIconAttributes();
135 $iconAttributes = TagAttributes::createFromCallStackArray($iconAttributes);
137 $iconAttributes->addClassName(self::BOOTSTRAP_NAV_BAR_IMAGE_AND_TEXT_CLASS);
139 $htmlOutput .= Icon::createFromTagAttributes($iconAttributes)
H A DBrandListTag.php91 … $iconAttributes = TagAttributes::createFromCallStackArray($iconArrayAttributes);
92 … $name = $iconAttributes->getValueAndRemoveIfPresent(FetcherSvg::NAME_ATTRIBUTE);
94 $html .= Icon::createFromName($name, $iconAttributes)->toHtml();
/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php88 $iconAttributes = TagAttributes::createFromCallStackArray($brand->getIconAttributes());
89 $html .= Icon::createFromTagAttributes($iconAttributes)->toHtml();
H A DShareTag.php95 $iconAttributes = $brandButton->getIconAttributes();
96 $tagIconAttributes = TagAttributes::createFromCallStackArray($iconAttributes);
/plugin/combo/syntax/
H A Dbrand.php276 $iconAttributes = $brandButton->getIconAttributes();
282 $iconAttributes