‪TYPO3CMS  10.4
AjaxRoutes.php File Reference

Go to the source code of this file.

Variables

 return ['opendocs_menu'=>['path'=> '/opendocs/menu', 'target'=> \TYPO3\CMS\Opendocs\Controller\OpenDocumentController::class . '::renderMenu'], 'opendocs_closedoc'=>['path'=> '/opendocs/close', 'target'=> \TYPO3\CMS\Opendocs\Controller\OpenDocumentController::class . '::closeDocument'],]
 

Variable Documentation

◆ return

return[ 'opendocs_menu'=>[ 'path'=> '/opendocs/menu', 'target'=> \TYPO3\CMS\Opendocs\Controller\OpenDocumentController::class . '::renderMenu'], 'opendocs_closedoc'=>[ 'path'=> '/opendocs/close', 'target'=> \TYPO3\CMS\Opendocs\Controller\OpenDocumentController::class . '::closeDocument'],]

Definitions for routes provided by EXT:opendocs

Definition at line 6 of file AjaxRoutes.php.