ContentObjectGetPublicUrlForFileHookInterface
Interface for hooks to fetch the public URL of files
Table of Contents
Methods
- postProcess() : mixed
- Post-processes a public URL.
Methods
postProcess()
Post-processes a public URL.
public
postProcess(ContentObjectRenderer $parent, array<string|int, mixed> $configuration, File $file, string &$pubicUrl) : mixed
Parameters
- $parent : ContentObjectRenderer
-
The current content object (context)
- $configuration : array<string|int, mixed>
-
TypoScript configuration
- $file : File
-
The file object to be used
- $pubicUrl : string
-
Reference to the public URL