![]() |
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 Attributes | |
| static | $slug = 'html' |
Static Public Attributes inherited from Field_Template | |
| static | $slug |
Additional Inherited Members | |
Public Member Functions inherited from Field_Template | |
| __construct (Field $field, View $view=null, Source $source=null, Entry $entry=null, Request $request=null) | |
| Initializer. More... | |
| __destruct () | |
| render () | |
| Output some HTML. More... | |
Public Member Functions inherited from Template | |
| __construct () | |
| General template initialization. More... | |
| __destruct () | |
| Disallow any cleanup for fear of loss of global data. More... | |
| pop_template_data ( $var_name='data') | |
| Restore the template data from the stack. More... | |
| push_template_data ( $data, $var_name='data') | |
| Push the current template data down the stack and set. More... | |
Static Public Member Functions inherited from Field_Template | |
| static | add_id_specific_templates ( $template) |
| Enable granular template overrides based on current post, view, form, field types, etc. More... | |
Static Public Member Functions inherited from Template | |
| static | split_slug ( $slug, $name=null) |
| Get a directory part and a full slug+name (file) components. More... | |
Data Fields inherited from Field_Template | |
| $entry | |
| $field | |
| $request | |
| $source | |
| $view | |
Data Fields inherited from Template | |
| $located_template = '' | |
Protected Attributes inherited from Field_Template | |
| $filter_prefix = 'gravityview/template/fields' | |
| $plugin_template_directory = 'templates/fields/' | |
| $theme_template_directory = 'gravityview/fields/' | |
If this file is called directly, abort.
The Field HTML Template class .
Attached to a and used by a .
Definition at line 14 of file class-gv-template-field-html.php.
|
static |
Definition at line 18 of file class-gv-template-field-html.php.