Skip to main content

Filter: gk/multiple-forms/query/explicit-join-aliases

Filters the table aliases of the forms that are joined onto the query.

Parameters

NameTypeDescription
$aliasesarray<int|string,string>The table aliases, keyed by form ID.
$query\QueryThe query.
$joinsarrayThe explicit, WHERE inferred and ORDER inferred joins.

Since

  • 0.5.0

Source

Defined in src/MultipleForms/Query.php at line 465