TYPO3 CMS  TYPO3_7-6
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 ];