Overview

Data Processors

Name Description
GetRow Processor Shorthand for loading just one element from a table
Link Processor Creates a link on a (mainly) dataprocessed element
Localization Processor Add translations directly to the template - this gives frontenders faster handling of the translation variables
Reflection Processor Process data to complex objects and convert them to a simple array structure based of TCA configuration

Services

Name Description
Reflection Service Service class for converting complex objects to a simple array structure based of TCA configuration.
Registry Service Simple memory cache class, handy for use before TYPO3 native caches are available (they can not be injected/instantiated during ext_localconf.php).

Utilities

Name Description
Backend Utility Collection of helpers for backend developing.
Content Utility Load and render content elements.
Data Utility Doing database related stuff.
Extension Utility Load informations from TYPO3 extensions.
File Utility Handle files and their references.
Format Utility Utility Class which mainly converts TYPO3 Backend strings to handy arrays.
Frontend Utility Get Informations about the current Frontend.
Iterator Utility Helpers for handling and iterating throught lists.
Localization Utility Shorthands for receiving and output translations.
Number Utility Utility Class for working with numbers.
Page Utility Doing Page (and Pagetree) related stuff.
String Utility Collection of string helpers.
TCA Utility Utility Class for working faster with the TCA.
TypoScript Utility Load and progress faster with TypoScript.
Wildcard Utility Utility Class for handling wildcard opertations like “b?a_*”