TagRendererInterface
TagRendererInterface.php
:
13
Interface
Methods¶
render()
¶
TagRendererInterface.php
:
24
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$content | Content | - | - |
$type | string | - | - |
$field | string | - | - |
$value | string | - | - |
$fieldConfig | array<string|int, mixed> | - | - |
Return values
string
support()
¶
TagRendererInterface.php
:
15
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$type | string | - | - |
$field | string | - | - |
Return values
bool