AfterTcaCompilationEvent

FinalYes

Event after $tca which later becomes $GLOBALS['TCA'] has been built.

Allows to further manipulate $tca before it is cached and set as $GLOBALS['TCA'].

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