---
id: gk-multiple-forms-query-explicit-join-aliases
title: "Filter - gk/multiple-forms/query/explicit-join-aliases"
sidebar_label: "gk/multiple-forms/query/explicit-join-aliases"
tags:
  - "0.5.0"
---

# 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

