Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 965af9e commit 9cb0ee4Copy full SHA for 9cb0ee4
1 file changed
src/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php
@@ -99,6 +99,23 @@ private function update(ApiProperty $propertyMetadata, array $metadata): ApiProp
99
'readableLink' => 'is',
100
'required' => 'is',
101
'identifier' => 'is',
102
+ 'default' => 'get',
103
+ 'example' => 'get',
104
+ 'deprecationReason' => 'get',
105
+ 'fetchable' => 'is',
106
+ 'fetchEager' => 'get',
107
+ 'jsonldContext' => 'get',
108
+ 'openapiContext' => 'get',
109
+ 'jsonSchemaContext' => 'get',
110
+ 'push' => 'get',
111
+ 'security' => 'get',
112
+ 'securityPostDenormalize' => 'get',
113
+ 'types' => 'get',
114
+ 'builtinTypes' => 'get',
115
+ 'schema' => 'get',
116
+ 'initializable' => 'is',
117
+ 'genId' => 'get',
118
+ 'extraProperties' => 'get',
119
];
120
121
foreach ($metadataAccessors as $metadataKey => $accessorPrefix) {
0 commit comments