ValidatorClassNameResolver
FinalYes
Class TYPO3\CMS\Extbase\Validation\ValidatorClassNameResolver
Table of Contents
Methods
- resolve() : string
- This method is marked internal due to several facts:
Methods
resolve()
This method is marked internal due to several facts:
public
static resolve(string $validatorIdentifier) : string
- The functionality is not 100% tested and still contains some bugs
- The functionality might not be needed any longer if Extbase switches to the symfony/validator component.
This method can be used by extension developers. As long as it remains, its functionality will not change. It might even become more stable. However, developers should be aware that this method might vanish without any deprecation.
Parameters
- $validatorIdentifier : string