RichTextNodeResolver implements NodeResolverInterface

This resolver will return the RichTextElement render class if RTE is enabled for this field.

Internal

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

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()

public setData(array<string|int, mixed> $data) : void
Parameters
$data : array<string|int, mixed>

        
On this page

Search results