Provider

Plugin: Filter Bar

Class: Class Provider

Namespace: TEC\Filter_Bar\Custom_Tables\V1

Provider::register()

Plugin: Filter Bar

Method: Registers the filters and implementations required by the Custom Tables implementation.

Namespace: TEC\Filter_Bar\Custom_Tables\V1

Provider::collect_clause_updates()

Plugin: Filter Bar

Method: Collects, by “discharging” them, the JOIN and WHERE SQL clause modifications Filter Bar filters would do the current Query.

Namespace: TEC\Filter_Bar\Custom_Tables\V1

Provider::apply_where_clauses()

Plugin: Filter Bar

Method: Filters a Query WHERE SQL clause to add, if required and applicable, the modifications Filter Bar filters would have, originally, applied to it.

Namespace: TEC\Filter_Bar\Custom_Tables\V1

Provider::apply_join_clauses()

Plugin: Filter Bar

Method: Filters a Query JOIN SQL clause to add, if required and applicable, the modifications Filter Bar filters would have, originally, applied to it.

Namespace: TEC\Filter_Bar\Custom_Tables\V1