TYPO3 CMS  TYPO3_6-2
ext_localconf.php
Go to the documentation of this file.
1 <?php
2 if (!defined ('TYPO3_MODE')) {
3  die('Access denied.');
4 }
5 
6 // Open extension manual from within Extension Manager
7 $signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher');
8 $signalSlotDispatcher->connect(
9  'TYPO3\\CMS\\Extensionmanager\\ViewHelpers\\ProcessAvailableActionsViewHelper',
10  'processActions',
11  'TYPO3\\CMS\Documentation\\Slots\\ExtensionManager',
12  'processActions'
13 );
die
Definition: index.php:6
$signalSlotDispatcher