Searched refs:aliasPath (Results 1 – 3 of 3) sorted by relevance
253 function addAlias(string $aliasPath, $aliasType = null): Aliases argument255 $this->addAndGetAlias($aliasPath, $aliasType);263 function addAndGetAlias($aliasPath, $aliasType = null): Alias argument267 ->setFromStoreValue($aliasPath);
1361 function addAndGetAlias($aliasPath, string $aliasType = AliasType::REDIRECT): Alias argument1364 return $this->aliases->addAndGetAlias($aliasPath, $aliasType);1708 function setBuildAliasPath($aliasPath) argument1710 $this->buildAliasPath = $aliasPath;
1031 $aliasPath = $pageAlias->getPath()->toString();1034 ->addAlias($aliasPath)1038 LogUtility::msg("Unable to add the alias ($aliasPath) for the page ($this->page)");