‪TYPO3CMS  10.4
RequestMiddlewares.php
Go to the documentation of this file.
1 <?php
2 
3 return [
4  'backend' => [
5  'typo3/cms-extbase/signal-slot-deprecator' => [
6  'target' => \TYPO3\CMS\Extbase\Middleware\SignalSlotDeprecator::class,
7  'after' => [
8  'typo3/cms-core/normalized-params-attribute'
9  ],
10  ],
11  ]
12 ];