FlexSectionContainer

Read onlyYes
FinalYes

FlexForms Sheets can contain a "repeatable set of fields", which we call "Section Container".

The section container only contains fields, which is a very simple format.

Internal

This is an experimental implementation and might change until TYPO3 v13 LTS

Table of Contents

Properties

$description  : string
$fields  : FieldCollection
$sheetIdentifier  : string
$title  : string

Methods

__construct()  : mixed
__set_state()  : self
getField()  : FieldTypeInterface
getFields()  : FieldCollection
hasField()  : bool

Properties

$sheetIdentifier

protected string $sheetIdentifier

Methods

__construct()

public __construct(string $sheetIdentifier, string $title, string $description, FieldCollection $fields) : mixed
Parameters
$sheetIdentifier : string
$title : string
$description : string
$fields : FieldCollection

__set_state()

public static __set_state(array<string|int, mixed> $state) : self
Parameters
$state : array<string|int, mixed>
Return values
self

hasField()

public hasField(string $fieldName) : bool
Parameters
$fieldName : string
Return values
bool

        
On this page

Search results