mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 10:16:10 +01:00
Merge remote-tracking branch 'origin/develop' into feature/116-execute-dataprocessor-on-result
Conflicts: Classes/Domain/Index/AbstractIndexer.php Documentation/source/configuration/indexing.rst Tests/Unit/Domain/Index/AbstractIndexerTest.php
This commit is contained in:
commit
f0e58afe01
1 changed files with 3 additions and 0 deletions
|
@ -30,3 +30,6 @@ class name) as done in the examples above.
|
|||
By implementing also the same interface as necessary for TYPO3
|
||||
:ref:`t3tsref:cobj-fluidtemplate-properties-dataprocessing`, you are able to reuse the same code
|
||||
also for Fluid to prepare the same record fetched from DB for your fluid.
|
||||
|
||||
Dependency injection is possible inside of processors, as we instantiate through extbase
|
||||
``ObjectManager``.
|
||||
|
|
Loading…
Reference in a new issue