TYPO3  7.6
Variables
opendocs/Configuration/Backend/AjaxRoutes.php File Reference

Go to the source code of this file.

Variables

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

Variable Documentation

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

Definitions for routes provided by EXT:opendocs

Definition at line 18 of file opendocs/Configuration/Backend/AjaxRoutes.php.