Home
last modified time | relevance | path

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

/plugin/combo/ComboStrap/
H A DFetcherSvg.php689 private ?string $requestedName = null; variable in ComboStrap\\FetcherSvg
713 $this->requestedName = $name;
777 if ($this->requestedName === null) {
780 return $this->requestedName;
1500 $requestedName = $this->getRequestedName();
1509 $iconDownloader = IconDownloader::createFromName($requestedName);
1511 …throw new ExceptionNotFound("The name ($requestedName) is not a valid icon name. Error: ({$e->getM…
1520 …throw new ExceptionCompile("The icon ($requestedName) could not be downloaded. Error: ({$e->getMes…