‪TYPO3CMS  9.5
TYPO3\CMS\Frontend\ContentObject\ContentDataProcessor Class Reference

Public Member Functions

array process (ContentObjectRenderer $cObject, array $configuration, array $variables)
 

Detailed Description

A class that contains methods that can be used to use the dataProcessing functionality

Definition at line 23 of file ContentDataProcessor.php.

Member Function Documentation

◆ process()

array TYPO3\CMS\Frontend\ContentObject\ContentDataProcessor::process ( ContentObjectRenderer  $cObject,
array  $configuration,
array  $variables 
)

Check for the availability of processors, defined in TypoScript, and use them for data processing

Parameters
ContentObjectRenderer$cObject
array$configurationConfiguration array
array$variables‪the variables to be processed
Returns
‪array the processed data and variables as key/value store
Exceptions

Definition at line 34 of file ContentDataProcessor.php.

References TYPO3\CMS\Core\Utility\ArrayUtility\filterAndSortByNumericKeys().