ModifyImageManipulationPreviewUrlEvent

FinalYes

Listeners to this Event will be able to modify the preview url, used in the ImageManipulation element

Table of Contents

Methods

__construct()  : mixed
getDatabaseRow()  : array<string|int, mixed>
getFieldConfiguration()  : array<string|int, mixed>
getFile()  : File
getPreviewUrl()  : string
setPreviewUrl()  : void

Methods

__construct()

public __construct(array<string|int, mixed> $databaseRow, array<string|int, mixed> $fieldConfiguration, File $file) : mixed
Parameters
$databaseRow : array<string|int, mixed>
$fieldConfiguration : array<string|int, mixed>
$file : File

getDatabaseRow()

public getDatabaseRow() : array<string|int, mixed>
Return values
array<string|int, mixed>

getFieldConfiguration()

public getFieldConfiguration() : array<string|int, mixed>
Return values
array<string|int, mixed>

getPreviewUrl()

public getPreviewUrl() : string
Return values
string

setPreviewUrl()

public setPreviewUrl(string $previewUrl) : void
Parameters
$previewUrl : string

        
On this page

Search results