Filter: gk/multiple-forms/query/explicit-join-aliases
Filters the table aliases of the forms that are joined onto the query.
Parameters
| Name | Type | Description |
|---|---|---|
| $aliases | array<int|string,string> | The table aliases, keyed by form ID. |
| $query | \Query | The query. |
| $joins | array | The explicit, WHERE inferred and ORDER inferred joins. |
Since
- 0.5.0
Source
Defined in src/MultipleForms/Query.php at line 465