|
| | __construct () |
| |
| | __construct () |
| | GravityView_Field constructor. More...
|
| |
| | _filter_gform_custom_merge_tags ( $custom_merge_tags=array(), $form_id=0, $fields=array(), $element_id='') |
| | Add custom merge tags to merge tag options. More...
|
| |
| | _filter_gform_replace_merge_tags ( $text, $form=array(), $entry=array(), $url_encode=false, $esc_html=false) |
| | Match the merge tag in replacement text for the field. More...
|
| |
| | _filter_sortable_fields ( $not_sortable) |
| | Use field settings to modify whether a field is sortable. More...
|
| |
| | add_entry_meta ( $entry_meta) |
| | Add the custom entry meta key to make it searchable and sortable. More...
|
| |
| | add_field_support ( $key, &$field_options) |
| |
| | add_sortable_field ( $fields) |
| | Add the field to the Filter & Sort available fields. More...
|
| |
| | as_array () |
| | Returns the field as an array to be used in field pickers. More...
|
| |
| | field_options ( $field_options, $template_id, $field_id, $context, $input_type, $form_id) |
| | Tap in here to modify field options. More...
|
| |
| | replace_merge_tag ( $matches=array(), $text='', $form=array(), $entry=array(), $url_encode=false, $esc_html=false) |
| | Run GravityView filters when using GFCommon::replace_variables() More...
|
| |
| | set_default_search_label ( $label='', $gf_field=null, $field=array()) |
| | Allow setting a default search label for search fields based on the field type. More...
|
| |
|
| | $_gf_field_class_name = 'GF_Field_Name' |
| |
| | $group = 'advanced' |
| |
| | $icon = 'dashicons-admin-users' |
| |
| | $is_searchable = true |
| |
| | $name = 'name' |
| |
| | $search_operators = array( 'is', 'isnot', 'contains' ) |
| |
| | $_gf_field_class_name |
| |
| | $contexts = array( 'single', 'multiple', 'edit', 'export' ) |
| |
| | $default_search_label |
| |
| | $description |
| |
| | $entry_meta_is_default_column = false |
| |
| | $entry_meta_key = null |
| |
| | $entry_meta_update_callback = null |
| |
| | $group |
| | standard, advanced, post, pricing, meta, gravityview, or add-ons More...
|
| |
| | $icon = 'dashicons-admin-generic' |
| |
| | $is_numeric |
| | boolean Is field content number-based? More...
|
| |
| | $is_searchable = true |
| |
| | $is_sortable = true |
| | boolean Can the field be sorted in search? More...
|
| |
| | $label |
| |
| | $name |
| |
| | $search_operators |
| |