Manager
class Manager extends Manager (View source)
Properties
protected GroupInterface[] | $groups | The groups of fields. |
from Manager |
Methods
getFieldsFromRequest(array $request)
Get the list of fields whose keys are in the 'field' of an array, and initialize the fields with the data.
from
Manager
__construct()
No description
Details
GroupInterface[]
getGroups()
Get the groups of fields.
addGroup(string $name, FieldInterface[] $fields = [])
Add a group of fields.
GroupInterface|null
getGroupByName(string $name)
Get a fields group by name.
addGroupObject(GroupInterface $group)
Add a field group.
FieldInterface|null
getFieldByKey(string $key)
Search a field across all the groups.
FieldInterface[]
getFieldsFromRequest(array $request)
Get the list of fields whose keys are in the 'field' of an array, and initialize the fields with the data.
protected
populateAttributeGroups(SetManagerInterface $setManager)
No description
__construct()
No description