ElementBrowserInterface extends ElementBrowserInterface

Element browsers are modals rendered when records are attached to FormEngine elements.

Deprecated

since TYPO3 v12, will be removed in TYPO3 v13

Table of Contents

Methods

getIdentifier()  : string
Returns the unique identifier of the element browser
processSessionData()  : array<string|int, array<string|int, mixed>>
Session data for this class can be set from outside with this method.
render()  : string

Methods

getIdentifier()

Returns the unique identifier of the element browser

public getIdentifier() : string
Return values
string

processSessionData()

Session data for this class can be set from outside with this method.

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

Session data array

Return values
array<string|int, array<string|int, mixed>>

Session data and boolean which indicates that data needs to be stored in session because it's changed

render()

public render() : string
Return values
string

HTML content


        
On this page

Search results