TcaColumnsProcessPlaceholders implements FormDataProviderInterface

Mark columns that are used by input placeholders for further processing

Table of Contents

Interfaces

FormDataProviderInterface
Interface must be implemented by form data provider classes.

Methods

addData()  : array<string|int, mixed>
Determine which fields are required to render the placeholders and add those to the list of columns that must be processed by the next data providers.

Methods

addData()

Determine which fields are required to render the placeholders and add those to the list of columns that must be processed by the next data providers.

public addData(array<string|int, mixed> $result) : array<string|int, mixed>
Parameters
$result : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results