[NotEmpty]

Validation error codes

  • Error code: 1221560910
  • Error message: The given subject was NULL.
  • Error code: 1221560718
  • Error message: The given subject was empty.
  • Error code: 1347992400
  • Error message: The given subject was empty.
  • Error code: 1347992453
  • Error message: The given subject was empty.

Properties

implementationClassName

Option path
prototypes.<prototypeIdentifier>.validatorsDefinition.NotEmpty.implementationClassName
Data type
string
Needed by
Frontend
Mandatory
Yes
Default value (for prototype 'standard')
NotEmpty:
  implementationClassName: TYPO3\CMS\Extbase\Validation\Validator\NotEmptyValidator
Copied!
Good to know
Description

Classname which implements the validator.

formEditor.iconIdentifier

Option path
prototypes.<prototypeIdentifier>.validatorsDefinition.NotEmpty.formEditor.iconIdentifier
Data type
string
Needed by
Backend (form editor)
Mandatory
Yes
Default value (for prototype 'standard')
NotEmpty:
  formEditor:
    iconIdentifier: form-validator
    label: formEditor.elements.FormElement.editor.requiredValidator.label
Copied!
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
prototypes.<prototypeIdentifier>.validatorsDefinition.NotEmpty.formEditor.label
Data type
string
Needed by
Backend (form editor)
Mandatory
Yes
Default value (for prototype 'standard')
NotEmpty:
  formEditor:
    iconIdentifier: form-validator
    label: formEditor.elements.FormElement.editor.requiredValidator.label
Copied!
Good to know
Description

This label will be shown within the - "Inspector [CollectionElementHeaderEditor]" if the validator is selected.