GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
Wanted to extend GF_Fields, but couldn't because static variables are inherited, so $_fields would always be GF results. More...
Static Public Member Functions | |
static | create ( $properties) |
static | exists ( $field_name) |
Does the field exist (has it been registered)? More... | |
static | get ( $field_name) |
Alias for get_instance() More... | |
static | get_all ( $groups='') |
Get all fields. More... | |
static | get_associated_field ( $gf_field) |
Alias for get_instance() More... | |
static | get_instance ( $field_name) |
static | register ( $field) |
Static Protected Attributes | |
static | $_fields = array() |
Wanted to extend GF_Fields, but couldn't because static variables are inherited, so $_fields would always be GF results.
Definition at line 14 of file class-gravityview-fields.php.
|
static |
array | $properties |
Definition at line 44 of file class-gravityview-fields.php.
|
static |
Does the field exist (has it been registered)?
string | $field_name |
Definition at line 64 of file class-gravityview-fields.php.
|
static |
Alias for get_instance()
$field_name |
Definition at line 84 of file class-gravityview-fields.php.
Referenced by GVCommon\is_field_numeric(), and GravityView_Render_Settings\render_field_options().
|
static |
Get all fields.
string | array | $groups | Optional. If defined, fetch all fields in a group or array of groups. |
Definition at line 117 of file class-gravityview-fields.php.
References $field.
Referenced by Request\_has_field_key(), GravityView_Admin_Views\get_available_fields(), GravityView_Admin_Views\get_entry_default_fields(), and GVCommon\get_form_fields().
|
static |
Alias for get_instance()
string | GF_Field | $gf_field | Gravity Forms field class or the class name type |
Definition at line 95 of file class-gravityview-fields.php.
References $field, and $gf_field.
Referenced by GravityView_Edit_Entry_Render\verify_user_can_edit_post().
|
static |
string | $field_name |
Definition at line 73 of file class-gravityview-fields.php.
Referenced by Internal_Field\by_id(), and GravityView_Admin_Views\set_default_view_fields().
|
static |
GravityView_Field | $field | Field to register |
Exception | If requirements aren't met |
Definition at line 26 of file class-gravityview-fields.php.
References $field.
Referenced by GravityView_Field\__construct().
|
staticprotected |
Definition at line 17 of file class-gravityview-fields.php.