Lines Matching refs:path
83 $path = $value[AliasPath::PERSISTENT_NAME];
84 if (empty($path)) {
87 $path = $key;
98 $aliases[] = Alias::create($this->getResource(), $path)
101 $path = $value;
102 if (empty($path)) {
105 if (!is_string($path)) {
106 $path = StringUtility::toString($path);
107 … LogUtility::error("The alias element ($path) is not a string", Alias::CANONICAL);
109 $path = WikiPath::createMarkupPathFromId($path);
110 $aliases[] = Alias::create($this->getResource(), $path);
289 $path = MetadataSystem::toMetadataObject(AliasPath::class, $this)
291 $row[$path::getPersistentName()] = $path;
293 $alias = Alias::create($this->getResource(), $path->getValue());
301 $this->rows[$path->getValue()->toAbsoluteId()] = $row;