Version compatibility
This Twig helper is available as of eZ Publish 5.2 / 2013.09
Description
ez_content_name()
is a Twig helper allowing to display a Content item's name in the current language.
Prototype and Arguments
ez_content_name( eZ\Publish\Core\Repository\Values\Content\Content content[, string forcedLanguage] )
ez_content_name(contentInfo[, string forcedLanguage] )
Argument name | Type | Description |
---|---|---|
content | eZ\Publish\Core\Repository\Values\Content\Content or
| Content or ContentInfo object the displayable field belongs to. |
forcedLanguage | string | Locale we want the content name translation in (e.g. "fre-FR"). Null by default (takes current locale) |
Usage