FormElements
Table of Contents
Interfaces
- FormElementInterface
- A base form element interface, which can be the starting point for creating
custom (PHP-based) Form Elements.
- GridRowInterface
- Scope: frontend
- StringableFormElementInterface
- Interface for form elements capable of converting their complex values to string
Classes
- AbstractFormElement
- A base form element, which is the starting point for creating custom (PHP-based)
Form Elements.
- AbstractSection
- A base class for "section-like" form parts like "Page" or "Section" (which
is rendered as "Fieldset")
- Date
- A date form element
- DatePicker
- A date picker form element
- FileUpload
- A generic file upload form element
- GenericFormElement
- A generic form element
- GridRow
- A grid row, being part of a grid container
- Page
- A Page, being part of a bigger FormDefinition. It contains numerous FormElements
as children.
- Section
- A Section, being part of a bigger Page
- UnknownFormElement
- A Form Element that has no definition.