37 return self::getObjectManager()->get(
'TYPO3\\CMS\\Workspaces\\Service\\AdditionalResourceService');
44 return \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance(
'TYPO3\\CMS\\Extbase\\Object\\ObjectManager');
53 $this->javaScriptResources[$name] = $this->
resolvePath($resourcePath);
62 $this->stylesheetResources[$name] = $this->
resolvePath($resourcePath);
85 $absolutePath = dirname($absoluteFilePath);
86 $fileName = basename($absoluteFilePath);
88 return \TYPO3\CMS\Core\Utility\PathUtility::getRelativePathTo($absolutePath) . $fileName;
addJavaScriptResource($name, $resourcePath)
addStylesheetResource($name, $resourcePath)
static getFileAbsFileName($filename, $onlyRelative=TRUE, $relToTYPO3_mainDir=FALSE)
resolvePath($resourcePath)
static getObjectManager()