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.
This event may change until v15 LTS
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$record
public
array<string|int, mixed>
$record
$table
public
string
$table
$uid
public
int|string
$uid
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