TYPO3CMS
9.5
|
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'],] | |
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.