GravityView  2.17
The best, easiest way to display Gravity Forms entries on your website.
Public Member Functions | Data Fields | Private Member Functions
GravityView_Field_Is_Fulfilled Class Reference
Inheritance diagram for GravityView_Field_Is_Fulfilled:
GravityView_Field

Public Member Functions

 __construct ()
 GravityView_Field_Is_Fulfilled constructor. More...
 
 get_content ( $output, $entry=array(), $field_settings=array(), $field=array())
 Filter the value of the field. More...
 
 get_value ( $value)
 Filter the value of the field (future) More...
 
 replace_merge_tag ( $matches=array(), $text='', $form=array(), $entry=array(), $url_encode=false, $esc_html=false)
 Add {is_fulfilled} merge tag. More...
 
- Public Member Functions inherited from GravityView_Field
 __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...
 

Data Fields

 $_custom_merge_tag = 'is_fulfilled'
 
 $group = 'pricing'
 
 $is_numeric = false
 
 $is_searchable = true
 
 $name = 'is_fulfilled'
 
 $search_operators = array( 'is', 'isnot' )
 
const FULFILLED = 1
 
const NOT_FULFILLED = 0
 
- Data Fields inherited from GravityView_Field
 $_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
 

Private Member Functions

 get_string_from_value ( $value)
 Get the string output based on the numeric value used by Gravity Forms. More...
 

Additional Inherited Members

- Protected Member Functions inherited from GravityView_Field
 custom_merge_tags ( $form=array(), $fields=array())
 Add custom Merge Tags to Merge Tag options, if custom Merge Tags exist. More...
 
 is_choice_value_enabled ()
 Check whether the enableChoiceValue flag is set for a GF field. More...
 
- Protected Attributes inherited from GravityView_Field
 $_custom_merge_tag = false
 
 $_field_id = ''
 
 $_field_options = array()
 

Detailed Description

Definition at line 9 of file class-gravityview-field-is-fulfilled.php.

Constructor & Destructor Documentation

◆ __construct()

__construct ( )

Member Function Documentation

◆ get_content()

get_content (   $output,
  $entry = array(),
  $field_settings = array(),
  $field = array() 
)

Filter the value of the field.

Since
1.16
Parameters
string$outputHTML value output
array$entryThe GF entry array
array$field_settingsSettings for the particular GV field
array$fieldCurrent field being displayed
Returns
String values for this field based on the numeric values used by Gravity Forms

Overridden by a template.

Definition at line 61 of file class-gravityview-field-is-fulfilled.php.

References $field, $output, and get_string_from_value().

◆ get_string_from_value()

get_string_from_value (   $value)
private

Get the string output based on the numeric value used by Gravity Forms.

Since
1.16
Parameters
int | string$valueNumber value for the field
Returns
string

Definition at line 91 of file class-gravityview-field-is-fulfilled.php.

References $value.

Referenced by get_content(), get_value(), and replace_merge_tag().

◆ get_value()

get_value (   $value)

Filter the value of the field (future)

Since
2.0
Parameters
mixed$valueThe value in.
Returns
mixed The value out.

Definition at line 78 of file class-gravityview-field-is-fulfilled.php.

References $value, and get_string_from_value().

◆ replace_merge_tag()

replace_merge_tag (   $matches = array(),
  $text = '',
  $form = array(),
  $entry = array(),
  $url_encode = false,
  $esc_html = false 
)

Add {is_fulfilled} merge tag.

Since
1.16
Parameters
array$matchesArray of Merge Tag matches found in text by preg_match_all
string$textText to replace
array$formGravity Forms form array
array$entryEntry array
bool$url_encodeWhether to URL-encode output
Returns
string Original text if {is_fulfilled} isn't found. Otherwise, "Not Fulfilled" or "Fulfilled"

Definition at line 120 of file class-gravityview-field-is-fulfilled.php.

References $entry, $value, Utils\get(), and get_string_from_value().

Field Documentation

◆ $_custom_merge_tag

$_custom_merge_tag = 'is_fulfilled'

Definition at line 21 of file class-gravityview-field-is-fulfilled.php.

◆ $group

$group = 'pricing'

Definition at line 19 of file class-gravityview-field-is-fulfilled.php.

◆ $is_numeric

$is_numeric = false

Definition at line 15 of file class-gravityview-field-is-fulfilled.php.

◆ $is_searchable

$is_searchable = true

Definition at line 13 of file class-gravityview-field-is-fulfilled.php.

◆ $name

$name = 'is_fulfilled'

Definition at line 11 of file class-gravityview-field-is-fulfilled.php.

◆ $search_operators

$search_operators = array( 'is', 'isnot' )

Definition at line 17 of file class-gravityview-field-is-fulfilled.php.

◆ FULFILLED

const FULFILLED = 1

Definition at line 31 of file class-gravityview-field-is-fulfilled.php.

◆ NOT_FULFILLED

const NOT_FULFILLED = 0

Definition at line 26 of file class-gravityview-field-is-fulfilled.php.


The documentation for this class was generated from the following file: