$metadataValueCollection) { $classificationMetadataValue = null; /** @var SimpleMetadataValue $metadataValue */ foreach ($metadataValueCollection as $metadataValue) { $path = $metadataValue->getPath(); if ($path === $expectedPath) { $newValues[$resourceIdentifier][] = $metadataValue; } } } return $newValues; } }