Home
last modified time | relevance | path

Searched refs:IconDownloader (Results 1 – 7 of 7) sorted by relevance

/plugin/combo/ComboStrap/
H A DIconDownloader.php31 class IconDownloader class
270 …$iconNameSpace = SiteConfig::getConfValue(IconDownloader::CONF_ICONS_MEDIA_NAMESPACE, IconDownload…
282 public static function createFromName(string $name): IconDownloader
284 return new IconDownloader($name);
596 private function setLibrary($libraryName): IconDownloader
H A DBrandButton.php649 $iconPath = str_replace(IconDownloader::COMBO, "", $iconName) . ".svg";
661 $comboLibrary = IconDownloader::COMBO;
H A DFetcherSvg.php1509 $iconDownloader = IconDownloader::createFromName($requestedName);
1761 $isInIconDirectory = IconDownloader::isInIconDirectory($this->getSourcePath());
/plugin/combo/conf/
H A Dmetadata.php21 use ComboStrap\IconDownloader; alias
93 $meta[IconDownloader::CONF_ICONS_MEDIA_NAMESPACE] = array('string');
94 $meta[IconDownloader::CONF_DEFAULT_ICON_LIBRARY] = array('multichoice', '_choices' => array_keys(Ic…
H A Ddefault.php25 use ComboStrap\IconDownloader; alias
/plugin/combo/lang/en/
H A Dsettings.php18 use ComboStrap\IconDownloader; alias
83 $lang[IconDownloader::CONF_ICONS_MEDIA_NAMESPACE] = PluginUtility::getDocumentationHyperLink("icon#…
84 $lang[IconDownloader::CONF_DEFAULT_ICON_LIBRARY] = PluginUtility::getDocumentationHyperLink("icon#c…
/plugin/combo/syntax/
H A Dbrand.php17 use ComboStrap\IconDownloader; alias