GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
|
If this file is called directly, abort. More...
Public Member Functions | |
render () | |
Render an old template. More... | |
Public Member Functions inherited from View_Template | |
__construct (View $view, Entry_Collection $entries, Request $request) | |
Initializer. More... | |
__destruct () | |
add_id_specific_templates ( $templates, $slug, $name) | |
Enable granular template overrides based on current post, view, form, etc. More... | |
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... | |
Additional Inherited Members | |
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 View_Template | |
$entries | |
$request | |
$view | |
Data Fields inherited from Template | |
$located_template = '' | |
Static Public Attributes inherited from View_Template | |
static | $slug |
Protected Attributes inherited from View_Template | |
$filter_prefix = 'gravityview/template/views' | |
$plugin_template_directory = 'templates/views/' | |
$theme_template_directory = 'gravityview/views/' | |
If this file is called directly, abort.
A legacy fallback View template.
Can be used to render old templates as needed.
Definition at line 14 of file class-gv-template-view-legacy.php.
render | ( | ) |
Render an old template.
Definition at line 18 of file class-gv-template-view-legacy.php.
References $entries, $post, $template, GravityView_View\getInstance(), Legacy_Context\pop(), and Legacy_Context\push().