namespace Twig\Attribute
Object name | File name | Summary |
---|---|---|
FirstClassTwigCallableReady | vendor/twig/twig/src/Attribute/FirstClassTwigCallableReady.php | Marks nodes that are ready to accept a TwigCallable instead of its name. |
YieldReady | vendor/twig/twig/src/Attribute/YieldReady.php | Marks nodes that are ready for using "yield" instead of "echo" or "print()" for rendering. |