2 namespace TYPO3\CMS\Frontend\Controller;
45 $ajaxScript =
$GLOBALS[
'TYPO3_CONF_VARS'][
'BE'][
'AJAX'][
'ExtDirect::' . $ajaxID][
'callbackMethod'];
47 $parameters = array();
64 if (!in_array($action, array(
'route',
'getAPI'),
true)) {
68 return $this->ajaxObject->render();