PHP Интерфейс eZ\Publish\Core\Helper\FieldsGroups\FieldsGroupsList

Used to group fields definitions, and apply this grouping when editing / viewing content.
Показать файл Открыть проект Примеры использования интерфейса

Открытые методы

Метод Описание
getDefaultGroup ( ) : string Returns the default field group identifier.
getGroups ( ) : array Returns the list of fields groups.

Описание методов

getDefaultGroup() публичный Метод

Returns the default field group identifier.
public getDefaultGroup ( ) : string
Результат string

getGroups() публичный Метод

The list is a hash, with the group identifier as the key, and the human readable string as the value. If groups are meant to be translated, they should be translated inside this service.
public getGroups ( ) : array
Результат array hash, with the group identifier as the key, and the human readable string as the value.