Gravity_Forms\Gravity_Forms\Config\GF_Config_Data_Parser
Parses a given data array to return either Live or Mock values, depending on the
environment and context.
Since: 2.6
Source: includes/config/class-gf-config-data-parser.php:13
Details
- Kind:
class - Namespace:
Gravity_Forms\Gravity_Forms\Config
Methods
| Method | Description |
|---|---|
parse() | Parse the given $data array and get the correct values for the context. |
Method Reference
parse()
public function parse( $data )
Parse the given $data array and get the correct values for the context.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$data |
Returns
array
Since: 2.6
Source: includes/config/class-gf-config-data-parser.php:24