46 lines
1.9 KiB
PHP
46 lines
1.9 KiB
PHP
<?php
|
|
|
|
return [
|
|
'@inject' => [
|
|
'restFiles' => [
|
|
'Feature-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst',
|
|
'Deprecation-82869-ReplaceInjectWithTYPO3CMSExtbaseAnnotationInject.rst',
|
|
'Deprecation-86907-DeprecateUsageOfDependencyInjectionWithNonPublicProperties.rst',
|
|
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
|
|
'Breaking-107229-RemovedSupportOfAnnotationsInExtbase.rst',
|
|
],
|
|
],
|
|
'@lazy' => [
|
|
'restFiles' => [
|
|
'Feature-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst',
|
|
'Deprecation-83078-ReplaceLazyWithTYPO3CMSExtbaseAnnotationORMLazy.rst',
|
|
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
|
|
'Breaking-107229-RemovedSupportOfAnnotationsInExtbase.rst',
|
|
],
|
|
],
|
|
'@transient' => [
|
|
'restFiles' => [
|
|
'Feature-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst',
|
|
'Deprecation-83092-ReplaceTransientWithTYPO3CMSExtbaseAnnotationORMTransient.rst',
|
|
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
|
|
'Breaking-107229-RemovedSupportOfAnnotationsInExtbase.rst',
|
|
],
|
|
],
|
|
'@cascade' => [
|
|
'restFiles' => [
|
|
'Feature-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst',
|
|
'Deprecation-83093-ReplaceCascadeWithTYPO3CMSExtbaseAnnotationORMCascade.rst',
|
|
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
|
|
'Breaking-107229-RemovedSupportOfAnnotationsInExtbase.rst',
|
|
],
|
|
],
|
|
'@validate' => [
|
|
'restFiles' => [
|
|
'Feature-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst',
|
|
'Deprecation-83167-ReplaceValidateWithTYPO3CMSExtbaseAnnotationValidate.rst',
|
|
'Breaking-87193-DeprecatedFunctionalityRemoved.rst',
|
|
'Breaking-107229-RemovedSupportOfAnnotationsInExtbase.rst',
|
|
],
|
|
],
|
|
];
|