codappix / search_core

TYPO3 CMS 8.x Extension with basic Integration of Elasticsearch
https://search-core.readthedocs.io/en/latest/
12 stars 9 forks source link

FEATURE: Use extbase for processor instantiation #121

Closed DanielSiepmann closed 6 years ago

DanielSiepmann commented 6 years ago

This way injects will be resolved inside of processors, enabling developers to inject dependencies.

We use inject instead of constructor as indexers mostly will change the constructor and should not need to add the objectmanager.

Resolves: #117