TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Core\Database\TableConfigurationPostProcessingHookInterface Interface Reference

Public Member Functions

 processData ()
 

Detailed Description

interface for classes with hook for postprocessing extTables after loading

Definition at line 20 of file TableConfigurationPostProcessingHookInterface.php.

Member Function Documentation

◆ processData()

TYPO3\CMS\Core\Database\TableConfigurationPostProcessingHookInterface::processData ( )

Function which may process data created / registered by extTables scripts (f.e. modifying TCA data of all extensions)

Returns
void