interface UserFormsFieldContainer (View source)

Represents a field container which can iteratively process nested fields, converting it into a fieldset

Methods

public
EditableContainerField
processNext(EditableFormField $field)

Process the next field in the list, returning the container to add the next field to.

public
$this
setParent(UserFormsFieldContainer $parent)

Set the parent

public
getParent()

Get the parent

Details

EditableContainerField processNext(EditableFormField $field)

Process the next field in the list, returning the container to add the next field to.

Parameters

EditableFormField $field

Return Value

EditableContainerField

$this setParent(UserFormsFieldContainer $parent)

Set the parent

Parameters

UserFormsFieldContainer $parent

Return Value

$this

UserFormsFieldContainer getParent()

Get the parent