GravityView
2.17
The best, easiest way to display Gravity Forms entries on your website.
Main Page
Related Pages
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
+
Variables
$
_
a
b
c
d
e
f
g
h
i
l
m
n
o
r
s
t
u
v
w
+
Files
File List
+
Globals
+
All
$
_
b
c
e
f
g
h
i
r
s
t
+
Functions
_
g
h
r
t
+
Variables
$
_
b
c
e
f
g
i
r
s
•
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
future
includes
class-gv-template-field-html.php
Go to the documentation of this file.
1
<?php
2
namespace
GV
;
3
4
/** If this file is called directly, abort. */
5
if
( ! defined(
'GRAVITYVIEW_DIR'
) ) {
6
die();
7
}
8
9
/**
10
* The Field HTML Template class .
11
*
12
* Attached to a \GV\Field and used by a \GV\Field_Renderer.
13
*/
14
class
Field_HTML_Template
extends
Field_Template
{
15
/**
16
* @var string The template slug to be loaded (like "table", "list", "plain")
17
*/
18
public
static
$slug =
'html'
;
19
}
GV
GV\Field_HTML_Template
If this file is called directly, abort.
Definition:
class-gv-template-field-html.php:14
GV\Field_Template
If this file is called directly, abort.
Definition:
class-gv-template-field.php:23