[Count]¶
Validation error codes¶
- Error code:
1475002976
- Error message:
You must enter a countable subject.
- Error code:
1475002994
- Error message:
You must select between %s to %s elements.
Properties¶
implementationClassName¶
- Option path
- TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Count.implementationClassName
- Data type
- string
- Needed by
- Frontend
- Mandatory
- Yes
- Default value (for prototype ‘standard’)
1 2
Count: implementationClassName: TYPO3\CMS\Form\Mvc\Validation\CountValidator
- Good to know
- Description
- Classname which implements the validator.
options.minimum¶
- Option path
- TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Count.options.minimum
- Data type
- int
- Needed by
- Frontend
- Mandatory
- Yes
- Default value (for prototype ‘standard’)
- undefined
- Description
- The minimum count to accept.
options.maximum¶
- Option path
- TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Count.options.maximum
- Data type
- int
- Needed by
- Frontend
- Mandatory
- Yes
- Default value (for prototype ‘standard’)
- undefined
- Description
- The maximum count to accept.
formeditor.iconIdentifier¶
- Option path
- TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Count.formEditor.iconIdentifier
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Default value (for prototype ‘standard’)
1 2 3 4
Count: formEditor: iconIdentifier: form-validator label: formEditor.elements.MultiSelectionMixin.validators.Count.editor.header.label
- Description
- An icon identifier which must be registered through the
\TYPO3\CMS\Core\Imaging\IconRegistry
. This icon will be shown within the - “Inspector [CollectionElementHeaderEditor]” if the validator is selected.
formeditor.label¶
- Option path
- TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Count.formEditor.label
- Data type
- string
- Needed by
- Backend (form editor)
- Mandatory
- Yes
- Default value (for prototype ‘standard’)
1 2 3 4
Count: formEditor: iconIdentifier: form-validator label: formEditor.elements.MultiSelectionMixin.validators.Count.editor.header.label
- Good to know
- Description
- This label will be shown within the - “Inspector [CollectionElementHeaderEditor]” if the validator is selected.
formeditor.predefinedDefaults¶
- Option path
- TYPO3.CMS.Form.prototypes.<prototypeIdentifier>.validatorsDefinition.Count.formEditor.predefinedDefaults
- Data type
- array
- Needed by
- Backend (form editor)
- Mandatory
- No
- Default value (for prototype ‘standard’)
1 2 3 4 5 6
Count: formEditor: predefinedDefaults: options: minimum: '' maximum: ''
- Description
- Defines predefined defaults for validator options which are prefilled, if the validator is added to a form element.