TYPO3 CMS  TYPO3_6-2
BackendControllerHook.php
Go to the documentation of this file.
1 <?php
3 
17 
29  public function addJavaScript(array $configuration, \TYPO3\CMS\Backend\Controller\BackendController $backendController) {
30  $backendController->getPageRenderer()->addInlineSetting('ImportExport', 'moduleUrl', BackendUtility::getModuleUrl('xMOD_tximpexp'));
31  }
32 }
addJavaScript(array $configuration, \TYPO3\CMS\Backend\Controller\BackendController $backendController)
static getModuleUrl($moduleName, $urlParameters=array(), $backPathOverride=FALSE, $returnAbsoluteUrl=FALSE)