Copied!

TagRendererInterface

TagRendererInterface.php : 13

Methods

publicrender()

TagRendererInterface.php : 24
public render(Content $content, string $type, string $field, string $value, array<string|int, mixed> $fieldConfig) : string

Parameters

Name Type Default value Description
$content Content - -
$type string - -
$field string - -
$value string - -
$fieldConfig array<string|int, mixed> - -

Return values

string

publicsupport()

TagRendererInterface.php : 15
public support(string $type, string $field) : bool

Parameters

Name Type Default value Description
$type string - -
$field string - -

Return values

bool