Filter: gk/lookup/field/source-object
Filters the resolved source object for a lookup field ID.
Allows overriding the object resolution for custom lookup sources or implementing custom caching strategies.
Parameters
| Name | Type | Description |
|---|---|---|
| $object | mixed | The resolved object or null if not found. |
| $id | string | The object ID being resolved. |
| $source_type | string | The lookup source type. |
Since
Source
Defined in includes/Resolver.php at line 225