Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
eZ
Publish
Core
Helper
FieldsGroups
FieldsGroupsList
PHP Interface eZ\Publish\Core\Helper\FieldsGroups\FieldsGroupsList
Used to group fields definitions, and apply this grouping when editing / viewing content.
Afficher le fichier
Open project: ezsystems/ezpublish-kernel
Interface Usage Examples
Méthodes publiques
Méthode
Description
getDefaultGroup
( ) :
string
Returns the default field group identifier.
getGroups
( ) :
array
Returns the list of fields groups.
Method Details
getDefaultGroup()
public
méthode
Returns the default field group identifier.
public
getDefaultGroup
( ) :
string
Résultat
string
getGroups()
public
méthode
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
Résultat
array
hash, with the group identifier as the key, and the human readable string as the value.