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