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
| Method | Description |
|---|---|
query() | Perform the query against the DB. |
Method Reference
query()
public function query( $slug )
Perform the query against the DB.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$slug | string |
Returns
string
Source: includes/query/json-handlers/class-gf-query-json-handler.php:20