‪TYPO3CMS  9.5
PropertyAnnotationMatcher.php
Go to the documentation of this file.
1 <?php
2 return [
3  '@inject' => [
4  'restFiles' => [
5  'Feature-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst',
6  'Deprecation-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst',
7  'Deprecation-86907-DeprecateUsageOfDependencyInjectionWithNonPublicProperties.rst',
8  ],
9  ],
10  '@lazy' => [
11  'restFiles' => [
12  'Feature-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst',
13  'Deprecation-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst',
14  ],
15  ],
16  '@transient' => [
17  'restFiles' => [
18  'Feature-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst',
19  'Deprecation-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst',
20  ],
21  ],
22  '@cascade' => [
23  'restFiles' => [
24  'Feature-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst',
25  'Deprecation-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst',
26  ],
27  ],
28  '@validate' => [
29  'restFiles' => [
30  'Feature-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst',
31  'Deprecation-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst',
32  ],
33  ],
34 ];