Home
last modified time | relevance | path

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

/template/strap/ComboStrap/
H A DPageUrlType.php53 $urlType = SiteConfig::getConfValue($confCanonicalType, $confDefaultValue);
54 if (!in_array($urlType, self::CONF_VALUES)) {
55 …LogUtility::msg("The canonical configuration ($confCanonicalType) value ($urlType) is unknown and …
59 return $urlType;
H A DPageUrlPath.php91 $urlType = $pageUrlType->getValue();
93 if ($urlType === $urlTypeDefault) {
97 return $this->getUrlPathFromType($urlType);
240 public function getUrlPathFromType(string $urlType): string argument
252 switch ($urlType) {
303 $message = "The url type ($urlType) is unknown and was unexpected";