Home
last modified time | relevance | path

Searched refs:getBrandNamesForButtonType (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/ComboStrap/Tag/
H A DFollowTag.php25 return Brand::getBrandNamesForButtonType(BrandButton::TYPE_BUTTON_FOLLOW);
H A DShareTag.php123 return Brand::getBrandNamesForButtonType(BrandButton::TYPE_BUTTON_SHARE);
/plugin/combo/ComboStrap/
H A DBrand.php126 public static function getBrandNamesForButtonType($type): array function in ComboStrap\\Brand