Searched refs:BrandingColors (Results 1 – 9 of 9) sorted by relevance
11 class BrandingColors class
533 self::setConf(BrandingColors::PRIMARY_COLOR_CONF, $primaryColorValue);553 …return $this->getValue(BrandingColors::BRANDING_COLOR_INHERITANCE_ENABLE_CONF, BrandingColors::BRA…
561 … $model[BrandingColors::PRIMARY_COLOR_TEMPLATE_ATTRIBUTE] = $primaryColor->toCssValue();562 … $model[BrandingColors::PRIMARY_COLOR_TEXT_ATTRIBUTE] = ColorSystem::toTextColor($primaryColor);563 …$model[BrandingColors::PRIMARY_COLOR_TEXT_HOVER_ATTRIBUTE] = ColorSystem::toTextHoverColor($primar…566 $model[BrandingColors::PRIMARY_COLOR_TEMPLATE_ATTRIBUTE] = null;570 … $model[BrandingColors::SECONDARY_COLOR_TEMPLATE_ATTRIBUTE] = $secondaryColor->toCssValue();
736 self::setConf(BrandingColors::PRIMARY_COLOR_CONF, null);756 $value = SiteConfig::getConfValue(BrandingColors::PRIMARY_COLOR_CONF, $default);
145 $cssFormControl = BrandingColors::getCssFormControlFocusColor($primaryColor);
13 use ComboStrap\BrandingColors; alias351 $meta[BrandingColors::PRIMARY_COLOR_CONF] = array("string");353 $meta[BrandingColors::BRANDING_COLOR_INHERITANCE_ENABLE_CONF] = array("onoff");
6 use ComboStrap\BrandingColors; alias
10 use ComboStrap\BrandingColors; alias285 $lang[BrandingColors::PRIMARY_COLOR_CONF] = PluginUtility::getDocumentationHyperLink(ColorRgb::BRAN…287 $lang[BrandingColors::BRANDING_COLOR_INHERITANCE_ENABLE_CONF] = PluginUtility::getDocumentationHype…
3 use ComboStrap\BrandingColors; alias