DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

PublicationByCiteIdΒΆ

This Fluid ViewHelper returns an array of a publication by a given citation id.

Usage:

First: Declare the namespace for this extension:

{namespace bib=Ipf\Bib\ViewHelpers}

Than create an alias block for the result and call the properties inside this block:

<f:alias map="{bib:\"{bib:publicationByCiteId(citeId:'2r')}\"}">
  {bib.publisher}
</f:alias>