TYPO3 CMS  TYPO3_7-6
AjaxRoutes.php
Go to the documentation of this file.
1 <?php
2 
6 return [
7  // Render the opendocs toolbar item
8  'opendocs_menu' => [
9  'path' => '/opendocs/menu',
10  'target' => \TYPO3\CMS\Opendocs\Backend\ToolbarItems\OpendocsToolbarItem::class . '::renderMenu'
11  ],
12 
13  // Close a document
14  'opendocs_closedoc' => [
15  'path' => '/opendocs/close',
16  'target' => \TYPO3\CMS\Opendocs\Backend\ToolbarItems\OpendocsToolbarItem::class . '::closeDocument'
17  ],
18 ];