2 namespace TYPO3\CMS\Workspaces\Service;
44 return self::getObjectManager()->get(\TYPO3\CMS\Workspaces\Service\AdditionalResourceService::class);
62 $this->javaScriptResources[$name] = $this->
resolvePath($resourcePath);
72 $this->stylesheetResources[$name] = $this->
resolvePath($resourcePath);
82 $this->localizationResources[$absoluteResourcePath] = $absoluteResourcePath;
118 $absolutePath = dirname($absoluteFilePath);
119 $fileName = basename($absoluteFilePath);
121 return \TYPO3\CMS\Core\Utility\PathUtility::getRelativePathTo($absolutePath) . $fileName;