Lines Matching refs:Alias
40 * @return Alias[]|null
52 $alias = Alias::create($this->getResource(), $aliasMeta->getValue());
73 * return Alias[]
89 LogUtility::msg("The path of the alias should not be empty to create a path", Alias::CANONICAL);
98 $aliases[] = Alias::create($this->getResource(), $path)
103 LogUtility::msg("The value of the alias array should not be empty as it's the alias path", Alias::CANONICAL);
107 LogUtility::error("The alias element ($path) is not a string", Alias::CANONICAL);
110 $aliases[] = Alias::create($this->getResource(), $path);
118 * @param Alias[] $aliases
156 * @return Alias[]
190 $deprecatedAliases[$alias] = Alias::create($this->getResource(), $alias)
283 function addAndGetAlias($aliasPath, $aliasType = null): Alias
293 $alias = Alias::create($this->getResource(), $path->getValue());
310 return Alias::CANONICAL;