Skip to content
Snippets Groups Projects
Commit 457f7b05 authored by Frans Saris's avatar Frans Saris Committed by Andreas Fernandez
Browse files

[FOLLOWUP][TASK] Redesign FluidTemplateDataProcessorInterface

Fixed wrong PHPDOC header.

Resolves: #67890
Releases: master
Change-Id: I21b3eedce60f28e8ef5efd4e5b0fb6ba7a645934
Reviewed-on: http://review.typo3.org/40950


Reviewed-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Tested-by: default avatarWouter Wolters <typo3@wouterwolters.nl>
Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
Tested-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
parent 49ca03e7
Branches
Tags
No related merge requests found
......@@ -24,8 +24,8 @@ interface DataProcessorInterface {
* Process content object data
*
* @param ContentObjectRenderer $cObj The data of the content element or page
* @param array $processorConfiguration The configuration of this processor
* @param array $contentObjectConfiguration The configuration of Content Object
* @param array $processorConfiguration The configuration of this processor
* @param array $processedData Key/value store of processed data (e.g. to be passed to a Fluid View)
* @return array the processed data as key/value store
*/
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment