AfterTcaCompilationEvent

FinalYes

Event after $GLOBALS['TCA'] is built to allow to further manipulate $tca.

Side note: It is possible to check against the original TCA as this is stored within $GLOBALS['TCA'] before this event is fired.

Table of Contents

Methods

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

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) : mixed
Parameters
$tca : array<string|int, mixed>

        
On this page

Search results