Guides

UrlGeneratorInterface

Table of Contents

Methods

createFileUrl()  : string
Create a url with a file ending derived from the output format
generateCanonicalOutputUrl()  : string
generateInternalUrl()  : string

Methods

createFileUrl()

Create a url with a file ending derived from the output format

public createFileUrl(RenderContext $context, string $filename[, string|null $anchor = null ]) : string
Parameters
$context : RenderContext
$filename : string
$anchor : string|null = null
Return values
string

generateCanonicalOutputUrl()

public generateCanonicalOutputUrl(RenderContext $context, string $reference[, string|null $anchor = null ]) : string
Parameters
$context : RenderContext
$reference : string
$anchor : string|null = null
Return values
string

        
On this page

Search results