TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Core\Database\TableConfigurationPostProcessingHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Core\Database\TableConfigurationPostProcessingHookInterface:
t3lib_extTables_PostProcessingHook

Public Member Functions

 processData ()
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! interface for classes with hook for postprocessing extTables after loading

Author
Steffen Ritter steff.nosp@m.en.r.nosp@m.itter.nosp@m.@typ.nosp@m.o3.or.nosp@m.g

Definition at line 21 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