ElementBrowserInterface

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

Core usages:

  • Managing TCA type=file relations
  • Managing FAL folder relations a TCA type=folder
  • Managing various target relations of a TCA type=group

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