Actions
Feature #75988
closedAdd signal to adjust buttons to FileListController
Start date:
2016-04-29
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
Hi,
I want to add buttons in my filelist for external usages to invoke functionality with current selected directory.
Now I extended the FileList and the registerDocHeaderButtons() function, but would like to use signals.
Can a signal be added to the registerDocHeaderButtons() function?
Thanks!
Kind regards,
Benjamin Serfhos
Files
Updated by Frans Saris almost 9 years ago
- Status changed from New to Rejected
There is already a hook for this. $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['Backend\Template\Components\ButtonBar']['getButtonsHook']
For an example see https://github.com/beechit/fal_securedownload/blob/master/ext_localconf.php
Actions