PublicResourceInterface extends StaticResourceInterface
This interface is public API and can be referenced in third party code or throughout the TYPO3 core.
Implementations of this interface are internal though and must only happen in TYPO3\CMS\Core\SystemResource namespace
Table of Contents
Methods
- getPublicUri() : UriInterface
- getResourceIdentifier() : string
- isPublished() : bool
Methods
getPublicUri()
public
getPublicUri(SystemResourceUriGeneratorInterface $uriGenerator) : UriInterface
Parameters
- $uriGenerator : SystemResourceUriGeneratorInterface
Only to be used in TYPO3\CMS\Core\SystemResource namespace
Return values
UriInterfacegetResourceIdentifier()
public
getResourceIdentifier() : string
Return values
stringisPublished()
public
isPublished() : bool
Only to be used in TYPO3\CMS\Core\SystemResource namespace