Home
last modified time | relevance | path

Searched refs:aliasType (Results 1 – 2 of 2) sorted by last modified time

/plugin/combo/ComboStrap/
H A DMarkupPath.php1377 * @param string $aliasType
1382 function addAndGetAlias($aliasPath, string $aliasType = AliasType::REDIRECT): Alias argument
1385 return $this->aliases->addAndGetAlias($aliasPath, $aliasType);
/plugin/combo/ComboStrap/Meta/Field/
H A DAliases.php54 * @var AliasType $aliasType
56 $aliasType = $row[AliasType::getPersistentName()] ?? null;
57 if ($aliasType !== null) {
59 $alias->setType($aliasType->getValue());
273 function addAlias(string $aliasPath, $aliasType = null): Aliases argument
275 $this->addAndGetAlias($aliasPath, $aliasType);
283 function addAndGetAlias($aliasPath, $aliasType = null): Alias argument
295 if ($aliasType !== null) {
297 ->setFromStoreValue($aliasType);
299 $alias->setType($aliasType);
[all...]