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 …59 return $urlType;
91 $urlType = $pageUrlType->getValue();93 if ($urlType === $urlTypeDefault) {97 return $this->getUrlPathFromType($urlType);240 public function getUrlPathFromType(string $urlType): string argument252 switch ($urlType) {303 $message = "The url type ($urlType) is unknown and was unexpected";
41 protected $urlType = SearchUrl::class; variable in Google\\Service\\CustomSearchAPI\\Search