PHP Neos\FluidAdaptor\ViewHelpers\Format IdentifierViewHelper - 1 ejemplos encontrados. Estos son los ejemplos en PHP del mundo real mejor valorados de Neos\FluidAdaptor\ViewHelpers\Format\IdentifierViewHelper extraídos de proyectos de código abierto. Puedes valorar ejemplos para ayudarnos a mejorar la calidad de los ejemplos.
Usually the identifier is the UUID of the object, but it could be an array of the
identity properties, too.
See also:
Neos\Flow\Persistence\PersistenceManagerInterface::getIdentifierByObject() Useful for using the identifier outside of the form view helpers
(e.g. JavaScript and AJAX).
= Examples =
{post.blog -> f:format.identifier()}
{identifier: '{someObject -> f:format.identifier()}'}