class InclusionAdminNode(InclusionNode):
Method | __init__ |
Undocumented |
Method | render |
Render the specified template and context. Cache the template object in render_context to avoid reparsing and loading when used in a for loop. |
Instance Variable | template_name |
Undocumented |
Inherited from InclusionNode
:
Instance Variable | filename |
Undocumented |
Inherited from TagHelperNode
(via InclusionNode
):
Method | get_resolved_arguments |
Undocumented |
Instance Variable | args |
Undocumented |
Instance Variable | func |
Undocumented |
Instance Variable | kwargs |
Undocumented |
Instance Variable | takes_context |
Undocumented |
Inherited from Node
(via InclusionNode
, TagHelperNode
):
Method | __iter__ |
Undocumented |
Method | get_nodes_by_type |
Return a list of all nodes (within this node and its nodelist) of the given type |
Method | render_annotated |
No summary |
Class Variable | child_nodelists |
Undocumented |
Class Variable | must_be_first |
Undocumented |
Class Variable | token |
Undocumented |