AfterRecordOpenedEvent

Read onlyYes
FinalYes

Event dispatched after a record is opened for editing in FormEngine.

This event allows extensions to track when records are opened, such as maintaining lists of open documents or logging user activity.

One event is dispatched per record being opened.

Internal

This event may change until v15 LTS

Table of Contents

Properties

$record  : array<string|int, mixed>
$table  : string
$uid  : int|string

Methods

__construct()  : mixed

Properties

$record

public array<string|int, mixed> $record

Methods

__construct()

public __construct(string $table, int|string $uid, array<string, mixed> $record) : mixed
Parameters
$table : string

The database table name

$uid : int|string

The record UID

$record : array<string, mixed>

The full database record


        
On this page

Search results