Searched refs:urlType (Results 1 – 3 of 3) sorted by relevance
53 $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 was set to the default one", LogUtility::LVL_MSG_ERROR, PageUrlPath::PROPERTY_NAME);59 return $urlType;
91 $urlType = $pageUrlType->getValue();93 if ($urlType === $urlTypeDefault) {97 return $this->getUrlPathFromType($urlType);240 public function getUrlPathFromType(string $urlType): string252 switch ($urlType) {303 $message = "The url type ($urlType) is unknown and was unexpected";241 getUrlPathFromType(string $urlType) global() argument
41 protected $urlType = SearchUrl::class; variable in Google\\Service\\CustomSearchAPI\\Search