We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7934f6d commit 5d69529Copy full SHA for 5d69529
src/Twig/DummyExtension.php
@@ -71,6 +71,12 @@ public function getFunctions()
71
new TwigFunction('stimulus_controller'),
72
new TwigFunction('stimulus_action'),
73
new TwigFunction('stimulus_target'),
74
+ new TwigFunction('field_name'),
75
+ new TwigFunction('field_value'),
76
+ new TwigFunction('field_label'),
77
+ new TwigFunction('field_help'),
78
+ new TwigFunction('field_errors'),
79
+ new TwigFunction('field_choices'),
80
];
81
}
82
0 commit comments