Home
last modified time | relevance | path

Searched refs:getPrimaryColor (Results 1 – 13 of 13) sorted by relevance

/plugin/combo/ComboStrap/
H A DBrandButton.php315 $primaryColor = $this->getPrimaryColor();
324 $primary = $this->getPrimaryColor();
446 return $this->getPrimaryColor();
666 private function getPrimaryColor(): ?string function in ComboStrap\\BrandButton
671 return $this->brand->getPrimaryColor();
H A DBrand.php262 public function getPrimaryColor(): ?string function in ComboStrap\\Brand
276 ->getPrimaryColor();
H A DTextColor.php49 $primaryColor = Site::getPrimaryColor();
H A DIdentityFormsHelper.php142 $primaryColor = Site::getPrimaryColor();
247 $primaryColor = Site::getPrimaryColor();
H A DIconTag.php56 $color = Site::getPrimaryColor();
H A DSiteConfig.php514 public function getPrimaryColor(): ColorRgb function in ComboStrap\\SiteConfig
539 return $this->getPrimaryColor();
H A DSkin.php62 $primaryColorRgbHex = Site::getPrimaryColor("#007bff")->toRgbHex();
H A DSite.php694 * @deprecated use {@link SiteConfig::getPrimaryColor()} instead
696 public static function getPrimaryColor(string $default = null): ?ColorRgb function in ComboStrap\\Site
701 ->getPrimaryColor();
H A DTemplateForWebPage.php559 $primaryColor = $executionConfig->getPrimaryColor();
/plugin/combo/action/
H A Dmanifest.php64 $primaryColor = Site::getPrimaryColor();
/plugin/combo/ComboStrap/Tag/
H A DSubscribeTag.php55 $data['primary-color'] = $executionContext->getConfig()->getPrimaryColor()->toCssValue();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DEnterprise.php150 public function getPrimaryColor() function in Google\\Service\\AndroidManagement\\Enterprise
/plugin/combo/syntax/
H A Dhighlightwiki.php53 $primaryColor = $config->getPrimaryColor();