Searched refs:identifierValue (Results 1 – 1 of 1) sorted by relevance
193 foreach ($identifierValues as $identifierValue) {195 if ($identifierValue === "") {200 ->setFromStoreValue($identifierValue);247 $identifierValue = $this->getRowId($identifierMetadata);248 $this->rows[$identifierValue] = [$identifierPersistentName => $identifierMetadata];286 function remove(string $identifierValue): MetadataTabular argument292 unset($this->rows[$identifierValue]);298 function has($identifierValue): bool argument304 return isset($this->rows[$identifierValue]);387 $identifierValue = $identifierMetadata->getValue(); // normalize if any[all …]