^ "Page not found: configuration/menus"
^ "Page not found: configuration/routing"
^ "Page not found: console-command/setup/setup-deploy"
^ "Page not found: other/locales"
^ "Page not found: howto/twig-changes-in-bolt4"
attribute | Bolt Documentation
Edit on GitHub
Jump to docs navigation

Twig Components / Methods / attribute

Note: You are currently reading the documentation for Bolt 5.0. Looking for the documentation for Bolt 5.2 instead?

attribute is a Twig function that can be used to access a "dynamic" attribute of a variable:

{{ attribute(object, method) }}
{{ attribute(object, method, arguments) }}
{{ attribute(array, item) }}

In addition, the defined test can check for the existence of a dynamic attribute:

{{ attribute(object, method) is defined ? 'Method exists' : 'Method does not exist' }}

Note:ΒΆ

The resolution algorithm is the same as the one used for the . notation, except that the item can be any valid expression.

Source: Twig



Edit this page on GitHub
Couldn't find what you were looking for? We are happy to help you in the forum, on Slack or on Github.