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>
- Global options from NodeFactory
Methods
- __construct() : mixed
- Default constructor receives full data array
- resolve() : string|null
- Returns RichTextElement as class name if RTE widget should be rendered.
- getBackendUserAuthentication() : BackendUserAuthentication
Properties
$data
Global options from NodeFactory
protected
array<string|int, mixed>
$data
Methods
__construct()
Default constructor receives full data array
public
__construct(NodeFactory $nodeFactory, array<string|int, mixed> $data) : mixed
Parameters
- $nodeFactory : NodeFactory
- $data : array<string|int, mixed>
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.
getBackendUserAuthentication()
protected
getBackendUserAuthentication() : BackendUserAuthentication