GravityKit\GravityView\Renderer\EntryEditRenderer
The Edit Entry Renderer class.
The edit entry renderer.
Since:
2.03.0.0(Migrated to GravityKit\GravityView\Renderer namespace.)
Source: src/Renderer/EntryEditRenderer.php:27
Details
- Kind:
class - Namespace:
GravityKit\GravityView\Renderer - Extends:
GV\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: src/Renderer/EntryEditRenderer.php:43