Home
last modified time | relevance | path

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

/plugin/combo/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 was set to the default one", LogUtility::LVL_MSG_ERROR, PageUrlPath::PROPERTY_NAME);
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
252 switch ($urlType) {
303 $message = "The url type ($urlType) is unknown and was unexpected";
241 getUrlPathFromType(string $urlType) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearch.php41 protected $urlType = SearchUrl::class; variable in Google\\Service\\CustomSearchAPI\\Search