eZ\Publish\Core\Repository\Values\User\UserGroup::getFieldValue PHP Méthode

getFieldValue() public méthode

On non translatable fields this method ignores the languageCode parameter.
public getFieldValue ( string $fieldDefIdentifier, string $languageCode = null ) : mixed
$fieldDefIdentifier string
$languageCode string
Résultat mixed a primitive type or a field type Value object depending on the field type.
    public function getFieldValue($fieldDefIdentifier, $languageCode = null)
    {
        return $this->content->getFieldValue($fieldDefIdentifier, $languageCode);
    }