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:
Daniel Siepmann 2018-03-06 10:52:06 +01:00
commit f0e58afe01
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -30,3 +30,6 @@ class name) as done in the examples above.
By implementing also the same interface as necessary for TYPO3 By implementing also the same interface as necessary for TYPO3
:ref:`t3tsref:cobj-fluidtemplate-properties-dataprocessing`, you are able to reuse the same code :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. 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``.