| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 2 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 54 | private static function registerBackendHooks(string $extKey): void |
||
| 55 | { |
||
| 56 | // DataHandler clear page cache pre-processing |
||
| 57 | $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['t3lib/class.t3lib_tcemain.php']['clearPageCacheEval'][] = |
||
| 58 | "AOE\Crawler\Hooks\DataHandlerHook->addFlushedPagesToCrawlerQueue"; |
||
| 59 | } |
||
| 61 |