GV\Edit_Entry_Renderer
The \GV\Edit_Entry_Renderer class.
The edit entry renderer.
Source: future/includes/class-gv-renderer-entry-edit.php:14
Details
- Kind:
class - Namespace:
GV - Extends:
Entry_Renderer
Methods
| Method | Description |
|---|---|
render() | Renders a an editable \GV\Entry instance. |
Method Reference
render()
public function render( Entry $entry, View $view, Request $request=null )
Renders a an editable \GV\Entry instance.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$entry | \GV\Entry | The Entry instance to render. | |
$view | \GV\View | The View connected to the entry. | |
$request | \GV\Request | null | The request context we're currently in. Default: gravityview()->request |
Returns
string— The rendered Entry edit screen.
Since: 2.0
Source: future/includes/class-gv-renderer-entry-edit.php:30