‪TYPO3CMS  10.4
AjaxRoutes.php File Reference

Go to the source code of this file.

Variables

 return ['dashboard_get_widget_content'=>['path'=> '/dashboard/widget/content', 'target'=> TYPO3\CMS\Dashboard\Controller\WidgetAjaxController::class . '::getContent'], 'dashboard_save_widget_positions'=>['path'=> '/dashboard/widget/positions/save', 'target'=> TYPO3\CMS\Dashboard\Controller\WidgetAjaxController::class . '::savePositions'],]
 

Variable Documentation

◆ return

return[ 'dashboard_get_widget_content'=>[ 'path'=> '/dashboard/widget/content', 'target'=> TYPO3\CMS\Dashboard\Controller\WidgetAjaxController::class . '::getContent'], 'dashboard_save_widget_positions'=>[ 'path'=> '/dashboard/widget/positions/save', 'target'=> TYPO3\CMS\Dashboard\Controller\WidgetAjaxController::class . '::savePositions'],]

Definition at line 3 of file AjaxRoutes.php.