Global navigation

   Documentation Center
   eZ Studio & eZ Platform
     User Manual
     Technical Manual
     Glossary
   eZ Publish 4.x / legacy

 
eZ Publish (5.x)

eZ Publish 5.x | For eZ Platform & eZ Studio topics see Technical manual and User manual, for eZ Publish 4.x and Legacy topics see eZ Publish legacy

Skip to end of metadata
Go to start of metadata

Description

ez_image_alias() is a Twig helper that lets you display a selected variant (alias) of an image.

Prototype and Arguments

ez_image_alias( eZ\Publish\API\Repository\Values\Content\Field field, eZ\Publish\Core\Repository\Values\Content\VersionInfo versionInfo, string variantName )

Argument nameTypeDescription
fieldeZ\Publish\API\Repository\Values\Content\FieldThe image Field
versionInfoeZ\Publish\Core\Repository\Values\Content\VersionInfoThe VersionInfo that the field belongs to
variantNamestringName of the image alias to be used
  • No labels