class YieldReady
Marks nodes that are ready for using "yield" instead of "echo" or "print()" for rendering.
Hierarchy
- class \Twig\Attribute\YieldReady
Expanded class hierarchy of YieldReady
32 files declare their use of YieldReady
- AutoEscapeNode.php in vendor/
twig/ twig/ src/ Node/ AutoEscapeNode.php - BlockNode.php in vendor/
twig/ twig/ src/ Node/ BlockNode.php - BlockReferenceNode.php in vendor/
twig/ twig/ src/ Node/ BlockReferenceNode.php - BodyNode.php in vendor/
twig/ twig/ src/ Node/ BodyNode.php - CaptureNode.php in vendor/
twig/ twig/ src/ Node/ CaptureNode.php
File
-
vendor/
twig/ twig/ src/ Attribute/ YieldReady.php, line 17
Namespace
Twig\AttributeView source
final class YieldReady {
}