RetrievedPreviewUrlEvent implements StoppableEventInterface
FinalYes
Used to generate or adjust preview URLs being shown in workspaces backend module.
Table of Contents
Interfaces
- StoppableEventInterface
Methods
- __construct() : mixed
- getContextData() : array<string|int, mixed>
- getPreviewUri() : UriInterface|null
- getTableName() : string
- getUid() : int
- isPropagationStopped() : bool
- setPreviewUri() : void
- stop() : void
Methods
__construct()
public
__construct(string $tableName, int $uid, UriInterface|null $previewUri, array<string|int, mixed> $contextData) : mixed
Parameters
- $tableName : string
- $uid : int
- $previewUri : UriInterface|null
- $contextData : array<string|int, mixed>
getContextData()
public
getContextData() : array<string|int, mixed>
Return values
array<string|int, mixed>getPreviewUri()
public
getPreviewUri() : UriInterface|null
Return values
UriInterface|nullgetTableName()
public
getTableName() : string
Return values
stringgetUid()
public
getUid() : int
Return values
intisPropagationStopped()
public
isPropagationStopped() : bool
Return values
boolsetPreviewUri()
public
setPreviewUri(UriInterface $previewUri) : void
Parameters
- $previewUri : UriInterface
stop()
public
stop() : void