projects
/
Packages
/
TYPO3.CMS.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[!!!][TASK] Remove deprecated Fluid Viewhelper arguments
[Packages/TYPO3.CMS.git]
/
typo3
/
sysext
/
context_help
/
Configuration
/
Backend
/
AjaxRoutes.php
1
<
?php
2
3
/**
4
* Definitions for routes provided by EXT:context_help
5
*/
6
return
[
7
// Fetch data about the context help
8
'context_help'
=> [
9
'path'
=>
'/context-help'
,
10
'target'
=>
\TYPO3\CMS\ContextHelp\Controller\ContextHelpAjaxController
::
class
.
'::getHelpAction'
11
]
12
];