[Closure]

Properties

implementationClassName

Option path
prototypes.<prototypeIdentifier>.finishersDefinition.Closure.implementationClassName
Data type
string
Needed by
Frontend
Mandatory
Yes
Default value
Closure:
  implementationClassName: TYPO3\CMS\Form\Domain\Finishers\ClosureFinisher
Copied!
Good to know
Description

Classname which implements the finisher.

options.closure

Option path
prototypes.<prototypeIdentifier>.finishersDefinition.Closure.options.closure
Data type
Closure
Needed by
Frontend
Mandatory
Yes
Default value
null
Description
The closure which is invoked if the finisher is triggered.

formeditor.iconIdentifier

Option path
prototypes.<prototypeIdentifier>.finishersDefinition.Closure.formEditor.iconIdentifier
Data type
string
Needed by
Backend (form editor)
Mandatory
Yes
Default value
Closure:
  formEditor:
    iconIdentifier: form-finisher
    label: formEditor.elements.Form.finisher.Closure.editor.header.label
    predefinedDefaults:
      options:
        closure: ''
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 finisher is selected.

formeditor.label

Option path
prototypes.<prototypeIdentifier>.finishersDefinition.Closure.formEditor.label
Data type
string
Needed by
Backend (form editor)
Mandatory
Yes
Default value
Closure:
  formEditor:
    iconIdentifier: form-finisher
    label: formEditor.elements.Form.finisher.Closure.editor.header.label
    predefinedDefaults:
      options:
        closure: ''
Copied!
Good to know
Description

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

formeditor.predefinedDefaults

Option path
prototypes.<prototypeIdentifier>.finishersDefinition.Closure.formEditor.predefinedDefaults
Data type
array
Needed by
Backend (form editor)
Mandatory
No
Default value
Closure:
  formEditor:
    iconIdentifier: form-finisher
    label: formEditor.elements.Form.finisher.Closure.editor.header.label
    predefinedDefaults:
      options:
        closure: ''
Copied!
Description

Defines predefined defaults for finisher options which are prefilled, if the finisher is added to a form.