Searched refs:persistentValue (Results 1 – 2 of 2) sorted by relevance
64 public function toPageImageArray($persistentValue): array argument67 if ($persistentValue === null) {76 if (is_array($persistentValue)) {78 foreach ($persistentValue as $key => $value) {115 WikiPath::addRootSeparatorIfNotPresent($persistentValue);116 $imagePathObject = WikiPath::createMediaPathFromPath($persistentValue);117 $images = [$persistentValue => PageImage::create($imagePathObject, $page)];
141 $persistentValue = $metadata->toStoreValue();151 $this->setFromPersistentName($name, $persistentValue, $defaultValue);