Implementing Custom Validators
TYPO3
Show in appDescription
How to provide custom data validation in Extbase.
Goals
- I know which classes I can use as a base for my validator.
- I know where to put a custom validator class by convention and how to register the class.
- I know in which location a custom validator class should be stored by convention and how to register the class.
- I know how to use the validator in a controller action.
Maintainer
Andreas Wolf