RichTextNodeResolver implements NodeResolverInterface
This resolver will return the RichTextElement render class if RTE is enabled for this field.
This is a specific Backend FormEngine implementation and is not considered part of the Public TYPO3 API.
Table of Contents
Interfaces
- NodeResolverInterface
- Interface must be implemented by node resolver classes
Properties
- $data : array<string|int, mixed>
Methods
- resolve() : string|null
- Returns RichTextElement as class name if RTE widget should be rendered.
- setData() : void
- Retrieve the current data array from NodeFactory.
Properties
$data
protected
array<string|int, mixed>
$data
Methods
resolve()
Returns RichTextElement as class name if RTE widget should be rendered.
public
resolve() : string|null
Return values
string|null —New class name or null if this resolver does not change current class name.
setData()
Retrieve the current data array from NodeFactory.
public
setData(array<string|int, mixed> $data) : void
Parameters
- $data : array<string|int, mixed>