StaticResourceInterface extends Stringable

All static resources in TYPO3 have one thing in common and that is, that they can be identified with a unique string.

This means they can be constructed from a string by SystemResourceFactory, and they can be cast to a unique string representation.

Currently absolute and relative URLs (UriResource), files within an extension directory (PackageResource), and file abstraction layer (FAL) files serve as static resources to be referenced e.g. as public URL (see PublicResourceInterface)

Internal

Only to be used in TYPO3\CMS\Core\SystemResource namespace

Table of Contents

Methods

getResourceIdentifier()  : string

Methods

getResourceIdentifier()

public getResourceIdentifier() : string
Return values
string

        
On this page

Search results