We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72131ae commit 38aa84dCopy full SHA for 38aa84d
Documentation/Features/Signals/Index.rst
@@ -266,7 +266,7 @@ This is an example how to use a signal from femanager – in this case we decide
266
267
<?php
268
269
- $signalSlotDispatcher = t3lib_div::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher');
+ $signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher');
270
$signalSlotDispatcher->connect(
271
'In2code\Femanager\Controller\NewController',
272
'createActionBeforePersist',
0 commit comments