ViewHelper Documentation
format.identifier
This ViewHelper renders the identifier of a persisted object (if it has an identity). Usually the identifier is the UUID of the object, but it could be an array of the identity properties, too.
Useful for using the identifier outside of the form view helpers (e.g. JavaScript and AJAX).
= Examples =
{post.blog -> f:format.identifier()}
<f:format.json>{identifier: '{someObject -> f:format.identifier()}'}</f:format.json>
Arguments
value anySimpleType
the object to render the identifier for, or NULL if VH children should be used