[Number]
Validation error codes
- Error code:
1221563685
- Error message:
The given subject was not a valid number.
Properties
implementationClassName
- Option path
- prototypes.<prototypeIdentifier>.validatorsDefinition.Number.implementationClassName
- Data type
- string
- Needed by
- Frontend
- Mandatory
- Yes
- Default value (for prototype 'standard')
Number: implementationClassName: TYPO3\CMS\Extbase\Validation\Validator\NumberValidator
Copied!- Good to know
- Description
-
Classname which implements the validator.
formEditor.iconIdentifier
- Option path
- prototypes.<prototypeIdentifier>.validatorsDefinition.Number.formEditor.iconIdentifier
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Default value (for prototype 'standard')
Number: formEditor: iconIdentifier: form-validator label: formEditor.elements.TextMixin.editor.validators.Number.label
Copied!
- Description
-
An icon identifier which must be registered through the
\TYPO3\
. This icon will be shown within the - "Inspector [CollectionElementHeaderEditor]" if the validator is selected.CMS\ Core\ Imaging\ Icon Registry
formEditor.label
- Option path
- prototypes.<prototypeIdentifier>.validatorsDefinition.Number.formEditor.label
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Default value (for prototype 'standard')
Number: formEditor: iconIdentifier: form-validator label: formEditor.elements.TextMixin.editor.validators.Number.label
Copied!- Good to know
- Description
-
This label will be shown within the - "Inspector [CollectionElementHeaderEditor]" if the validator is selected.