Searched refs:hasIcon (Results 1 – 6 of 6) sorted by relevance
132 if (!$brandImageFound && $brandButton->hasIcon()) {169 && !$brandButton->hasIcon()
89 if ($brandButton->hasIcon()) {
503 public function hasIcon(): bool function in ComboStrap\\BrandButton
93 if ($brandButton->hasIcon()) {
273 if (!$brandButton->hasIcon()) {
337 const hasIcon = !!item.querySelector(':scope > .menuicon');338 … if (wasActive !== active || !hasIcon || item.dataset.extranetChecked !== expectedDataset) {