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

Public Member Functions

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

Private Attributes

array $tca
 

Detailed Description

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.

Definition at line 26 of file AfterTcaCompilationEvent.php.

Constructor & Destructor Documentation

◆ __construct()

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

Member Function Documentation

◆ getTca()

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

◆ setTca()

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

Member Data Documentation

◆ $tca