BeforeTcaOverridesEvent

FinalYes

Event before $tca which later becomes $GLOBALS['TCA'] is overridden by TCA/Overrides.

Allows to manipulate $tca, before overrides are merged.

Table of Contents

Methods

__construct()  : mixed
getTca()  : array<string|int, mixed>
setTca()  : void

Methods

__construct()

public __construct(array<string|int, mixed> $tca) : mixed
Parameters
$tca : array<string|int, mixed>

getTca()

public getTca() : array<string|int, mixed>
Return values
array<string|int, mixed>

setTca()

public setTca(array<string|int, mixed> $tca) : void
Parameters
$tca : array<string|int, mixed>

        
On this page

Search results