Home
last modified time | relevance | path

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

/plugin/combo/conf/
H A Dmetadata.php20 use ComboStrap\IconDownloader; alias
92 $meta[IconDownloader::CONF_ICONS_MEDIA_NAMESPACE] = array('string');
93 $meta[IconDownloader::CONF_DEFAULT_ICON_LIBRARY] = array('multichoice', '_choices' => array_keys(IconDownloader::PUBLIC_LIBRARY_ACRONYM));
H A Ddefault.php26 use ComboStrap\IconDownloader; alias
103 * See {@link IconDownloader::CONF_ICONS_MEDIA_NAMESPACE}
104 * See {@link IconDownloader::CONF_ICONS_MEDIA_NAMESPACE_DEFAULT}
110 * See {@link IconDownloader::CONF_DEFAULT_ICON_LIBRARY}
111 * See {@link IconDownloader::CONF_DEFAULT_ICON_LIBRARY_DEFAULT}
/plugin/combo/ComboStrap/
H A DIconDownloader.php31 class IconDownloader class
270 $iconNameSpace = SiteConfig::getConfValue(IconDownloader::CONF_ICONS_MEDIA_NAMESPACE, IconDownloader::CONF_ICONS_MEDIA_NAMESPACE_DEFAULT);
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.php704 * * if this is a icon, this is the icon name of the {@link IconDownloader}. It's used to download the icon if not present.
1509 $iconDownloader = IconDownloader::createFromName($requestedName);
1761 $isInIconDirectory = IconDownloader::isInIconDirectory($this->getSourcePath());
/plugin/combo/lang/en/
H A Dsettings.php17 use ComboStrap\IconDownloader; alias
82 $lang[IconDownloader::CONF_ICONS_MEDIA_NAMESPACE] = PluginUtility::getDocumentationHyperLink("icon#configuration", "UI Icon Component") . ' - The media namespace where the downloaded icons will be searched and saved';
83 $lang[IconDownloader::CONF_DEFAULT_ICON_LIBRARY] = PluginUtility::getDocumentationHyperLink("icon#configuration", "UI Icon Component") . ' - The default icon library from where the icon is downloaded if not specified';
/plugin/combo/syntax/
H A Dbrand.php17 use ComboStrap\IconDownloader; alias