Searched refs:aliasType (Results 1 – 2 of 2) sorted by relevance
50 $aliasType = $row[AliasType::getPersistentName()];51 if ($aliasType !== null) {52 $aliasTypeValue = $aliasType->getValue();54 $alias->setType($aliasType->getValue());253 function addAlias(string $aliasPath, $aliasType = null): Aliases argument255 $this->addAndGetAlias($aliasPath, $aliasType);263 function addAndGetAlias($aliasPath, $aliasType = null): Alias argument272 if ($aliasType !== null) {274 ->setFromStoreValue($aliasType);276 $alias->setType($aliasType);
1356 * @param string $aliasType1361 function addAndGetAlias($aliasPath, string $aliasType = AliasType::REDIRECT): Alias argument1364 return $this->aliases->addAndGetAlias($aliasPath, $aliasType);