< CMS Certified Integrator 14 LTS

Data Processors

TYPO3

Show in app

Beschreibung

Data processors transform and enrich raw data before it is passed to Fluid templates. They convert database values and relations into structured objects and arrays that can be used directly in templates. For example, a database field such as `tt_content.assets` only stores file relation information internally, while a data processor resolves it into `FileReference` objects that Fluid can work with directly.

Ziele

  • I know that the TYPO3 Core is shipped with the following data processors:
    • CommaSeparatedValueProcessor
    • DatabaseQueryProcessor
    • FilesProcessor
    • FlexFormProcessor
    • GalleryProcessor
    • LanguageMenuProcessor
    • MenuProcessor
    • PageContentProcessor
    • RecordTransformation
    • SiteProcessor
    • SiteLanguageProcessor
    • SplitProcessor
  • I know that TYPO3 developers can create their own data processors.
  • I know that dataProcessing is a property of FLUIDTEMPLATE and PAGEVIEW cObjects.
  • I know that data processors can be nested within each other.

Maintainer

Oliver Thiele Web Development Oliver Thiele