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.php92 $urlType = $pageUrlType->getValue();
94 if ($urlType === $urlTypeDefault) {
98 return $this->getUrlPathFromType($urlType);
241 public function getUrlPathFromType(string $urlType): string argument
253 switch ($urlType) {
296 $message = "The url type ($urlType) is unknown and was unexpected";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CustomSearchAPI/
H A DSearch.php41 protected $urlType = SearchUrl::class; variable in Google\\Service\\CustomSearchAPI\\Search