Service
Table of Contents
Classes
- ConfigurationService
- Resources can contain configurations: For example to define image dimensions or
image masking. Resource configurations form part of the object identity and are
used to create an object signature that itself is used to cache objects but NOT
to reconstruct them. To prevent objects to be reconstructed they MUST NOT be
serialized. This is why an object signature is obtained by serializing its array
rather than serializing it directly. But attention...as well the objects array
MUST NOT contain resource objects which could be the case when a configuration
defines image masking. Here this service comes into play: it serializes any
object configuration, as well those containing resources.
- ExtractorService
- Service class to extract metadata
- FileProcessingService
- File processing service
- ImageProcessingService
- Disables deferred processing and actually processes a preprocessed processed file
- MagicImageService
- Magic image service
- UserFileInlineLabelService
- User file inline label service
- UserFileMountService
- Service class for implementing the user filemounts,
used for BE_USER (\TYPO3\CMS\Core\Authentication\BackendUserAuthentication)
and TCEforms hooks