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