Total Complexity | 4 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
24 | class GracefulProcessorRunner implements SingletonInterface, TableConfigurationPostProcessingHookInterface |
||
25 | { |
||
26 | /** |
||
27 | * This method runs just after the TCA was registered. |
||
28 | * |
||
29 | * It instantiates and runs a list of "graceful processors" that modify some |
||
30 | * TCA that requires more complex logic (which can fail for any reason). |
||
31 | */ |
||
32 | public function processData() |
||
49 |