Message-ID: <766306996.2906.1485851201949.JavaMail.confluence@ip-10-127-227-164> Subject: Exported From Confluence MIME-Version: 1.0 Content-Type: multipart/related; boundary="----=_Part_2905_1239898680.1485851201949" ------=_Part_2905_1239898680.1485851201949 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Location: file:///C:/exported.html ez_field_name

ez_field_name

=20 =20

>=3D 5.4= / 2014.09

Description

ez_field_name() is a Twig helper which returns a Content it= em's field FieldDefinition name in the current language.

This can be useful when you don't want to use sub request and custom con= troller to be able to display this information.

If the current language cannot be found as a translation for content, main = language will be used. This behavior is identical when  forcing a language using  forcedLanguage.

Prototype and Arguments

ez_field_name( Content|ContentInfo content, string fieldDefIdentifier[, string forcedLanguage)

Argument name Type Description
content eZ\Publish\Core\Repository\V= alues\Content\Content or
eZ\Publish\Core\Repository\V= alues\Content\ContentInfo 
Content / ContentInfo object the fi= eldDefIdentifier belongs to.
fieldDefIdentifier string Identifier of the field we want to= get the FieldDefinition name from.
forcedLanguage string Language we want to force (e.g. "<= code>jpn-JP"), otherwise takes prioritized languages from SiteAccess= settings.

Usage

=20
<label for=3D"ez-content-article-title">{{ ez_field_name(&nbs=
p;content, "title" ) }}</label>
=20

 

 

 

------=_Part_2905_1239898680.1485851201949--