GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
If this file is called directly, abort. More...
Static Public Member Functions | |
static | get_field () |
Get a by Field ID for this data source. More... | |
Static Public Member Functions inherited from Source | |
static | get_field () |
Get a instance by ID. More... | |
Static Public Attributes | |
static | $backend = self::BACKEND_INTERNAL |
Static Public Attributes inherited from Source | |
static | $backend = null |
Additional Inherited Members | |
Data Fields inherited from Source | |
const | BACKEND_GRAVITYFORMS = 'gravityforms' |
const | BACKEND_INTERNAL = 'internal' |
If this file is called directly, abort.
The class.
Data that comes from within the View itself (like custom content).
Definition at line 14 of file class-gv-source-internal.php.
|
static |
Get a by Field ID for this data source.
int | $field_id | The internal field ID (custom content, etc.) |
Unwrap the arguments.
Wrap it up into a .
Definition at line 31 of file class-gv-source-internal.php.
References $args, $field_id, and gravityview().
Referenced by GV\Mocks\GravityView_API_field_label(), and GV\Mocks\GravityView_API_field_value().
|
static |
Definition at line 22 of file class-gv-source-internal.php.