Twig clone
Categories
Component ID
2734473
Component name
Twig clone
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Provides clone function to twig templates, this is required to copy objects such as attributes.
{% set attributes_copy = clone(attributes) %}
