![]() |
TYPO3
7.6
|
Public Member Functions | |
process (ContentObjectRenderer $cObj, array $contentObjectConfiguration, array $processorConfiguration, array $processedData) | |
Interface for data processor classes processing data from ContentObjectRenderer, used e.g. with the FLUIDTEMPLATE content object
Definition at line 21 of file DataProcessorInterface.php.
process | ( | ContentObjectRenderer | $cObj, |
array | $contentObjectConfiguration, | ||
array | $processorConfiguration, | ||
array | $processedData | ||
) |
Process content object data
ContentObjectRenderer | $cObj | The data of the content element or page |
array | $contentObjectConfiguration | The configuration of Content Object |
array | $processorConfiguration | The configuration of this processor |
array | $processedData | Key/value store of processed data (e.g. to be passed to a Fluid View) |
Implemented in GalleryProcessor, CommaSeparatedValueProcessor, SplitProcessor, and DataProcessorFixture.