Skip to main content

Gravity_Forms\Gravity_Forms\Query\JSON_Handlers\GF_JSON_Handler

Abstract class to provide contract for JSON Handlers used to query against JSON values in the database.

Since: 2.7

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

Details

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

Methods

MethodDescription
query()Perform the DB query to get data.

Method Reference

query()

abstract public function query( $slug )

Perform the DB query to get data.

Parameters

NameTypeDefaultDescription
$slugstringThe slug against which to query.

Returns

  • string

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