SystemResourceUriGeneratorInterface
This is an implementation detail to allow not exposing the absolute file path to extension resources directly, but only to the resource publisher when generating URLs to the _assets directory.
Only to be used in TYPO3\CMS\Core\SystemResource namespace
Table of Contents
Methods
- generateForFile() : UriInterface
- generateForPackageResource() : UriInterface
Methods
generateForFile()
public
generateForFile(File $file) : UriInterface
Parameters
- $file : File
Return values
UriInterfacegenerateForPackageResource()
public
generateForPackageResource(ResourceUriBuildingContext $context) : UriInterface
Parameters
- $context : ResourceUriBuildingContext