interface ProcessedFileInterface implements FileInterface

ProcessedFileInterface.

Methods

string
getFileName()

The name of this file.

string
getContentType()

The Content- (or MIME-)Type of this file.

string
getUrl(UrlOptionsInterface $options = \null)

The URL where this file can be retrieved.

Details

in FileInterface at line 24
string getFileName()

The name of this file.

Return Value

string

in FileInterface at line 31
string getContentType()

The Content- (or MIME-)Type of this file.

Return Value

string

at line 26
string getUrl(UrlOptionsInterface $options = \null)

The URL where this file can be retrieved.

Parameters

UrlOptionsInterface $options

Return Value

string