2 declare(strict_types = 1);
32 public function __invoke(
string $_, $value, array $matches)
34 [, $formElementType, $propertyCollectionName, $propertyCollectionIndex] = $matches;
36 $identifierPath = implode(
39 'formElementsDefinition',
42 'propertyCollections',
43 $propertyCollectionName,
44 $propertyCollectionIndex,
50 $result = $this->extractorDto->getResult();
51 $result[
'formElements'][$formElementType][
'collections'][$propertyCollectionName][$identifier][
'propertyPaths'][] = $value;
52 $this->extractorDto->setResult($result);