TYPO3
7.6
Users
bogdan
Projects
Kapeli
Resources
Dash
Docsets
TYPO3
src
typo3
sysext
taskcenter
Configuration
Backend
taskcenter/Configuration/Backend/AjaxRoutes.php
Go to the documentation of this file.
1
<?php
2
6
return
[
7
// Collapse
8
'taskcenter_collapse'
=> [
9
'path'
=>
'/taskcenter/collapse'
,
10
'target'
=> \TYPO3\CMS\Taskcenter\TaskStatus::class .
'::saveCollapseState'
11
],
12
13
// Sort
14
'taskcenter_sort'
=> [
15
'path'
=>
'/taskcenter/sort'
,
16
'target'
=> \TYPO3\CMS\Taskcenter\TaskStatus::class .
'::saveSortingState'
17
]
18
];
Generated on Wed Nov 11 2015 01:51:50 for TYPO3 by
1.8.3