| Total Complexity | 4 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Changes | 3 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 28 | class TcaUtility |
||
| 29 | { |
||
| 30 | /** |
||
| 31 | * Get crawler processing instructions. |
||
| 32 | * This function is called as a itemsProcFunc in tx_crawler_configuration.processing_instruction_filter |
||
| 33 | * |
||
| 34 | * @return array |
||
| 35 | */ |
||
| 36 | public function getProcessingInstructions(array $configuration) |
||
| 46 | } |
||
| 47 | |||
| 48 | /** |
||
| 49 | * Get path to ext_icon.gif from processing instruction key |
||
| 50 | * |
||
| 51 | * @param string $extensionKey Like staticfilecache or indexed_search |
||
| 52 | * @return string |
||
| 53 | */ |
||
| 54 | protected function getExtensionIcon($extensionKey) |
||
| 59 |