RendererInterface
RendererInterface.php
:
14
Interface
RichText field type renderer interface, to be implemented in MVC layer.
Methods¶
renderContentEmbed()
¶
RendererInterface.php
:
29
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$contentId | int | - | - |
$viewType | string | - | - |
$parameters | array<string|int, mixed> | - | - |
$isInline | bool | - | - |
Return values
string|null
renderLocationEmbed()
¶
RendererInterface.php
:
39
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$locationId | int | - | - |
$viewType | string | - | - |
$parameters | array<string|int, mixed> | - | - |
$isInline | bool | - | - |
Return values
string|null
renderTemplate()
¶
RendererInterface.php
:
19
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$name | string | - | - |
$type | string | - | - |
$parameters | array<string|int, mixed> | - | - |
$isInline | bool | - | - |
Return values
string|null