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

ez_field_description

=20 =20

>=3D 5.4= / 2014.09

Description

ez_field_description() is a Twig helper which returns a Con= tent item's field FieldDefinition description 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 u= sing=20 forcedLanguage.

Prototype and Argumen= ts

ez_field_description(&n= bsp;Content|ContentInfo content, string<= strong> 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 fieldDe= fIdentifier belongs to.
fieldDefIdentifier string Identifier of the field we want to= get the FieldDefinition description from.
forcedLanguage string Language we want to force (e.g. "e= ng-US"), otherwise takes prioritized languages from SiteAccess settings.

Usage

=20
<p id=3D"ez-content-article-title-description">{{ ez_field_de=
scription( content, "title" ) }}</p>
=20

 

 

 

------=_Part_2907_1544800669.1485851207690--