‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Configuration\Event\AfterTcaCompilationEvent Class Reference

Public Member Functions

 __construct (private array $tca)
 
 getTca ()
 
 setTca (array $tca)
 

Detailed Description

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'].

Definition at line 24 of file AfterTcaCompilationEvent.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Configuration\Event\AfterTcaCompilationEvent::__construct ( private array  $tca)

Definition at line 26 of file AfterTcaCompilationEvent.php.

Member Function Documentation

◆ getTca()

TYPO3\CMS\Core\Configuration\Event\AfterTcaCompilationEvent::getTca ( )

◆ setTca()

TYPO3\CMS\Core\Configuration\Event\AfterTcaCompilationEvent::setTca ( array  $tca)