Skip to main content

Gravity_Forms\Gravity_Forms\Query\JSON_Handlers\GF_Query_JSON_Handler

GF_JSON_Handler implementation which uses a MySQL JSON query to gather data. More performant that string-based

queries, but only available in MySQL 5.7+.

Since: 2.7

Source: includes/query/json-handlers/class-gf-query-json-handler.php:11

Details

  • Kind: class
  • Namespace: Gravity_Forms\Gravity_Forms\Query\JSON_Handlers
  • Extends: GF_JSON_Handler

Methods

MethodDescription
query()Perform the query against the DB.

Method Reference

query()

public function query( $slug )

Perform the query against the DB.

Parameters

NameTypeDefaultDescription
$slugstring

Returns

  • string

Source: includes/query/json-handlers/class-gf-query-json-handler.php:20