TYPO3  7.6
Public Member Functions | List of all members
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 ( )

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

Returns
void