The render context: a stack containing bubbleable rendering metadata.
A stack of \Drupal\Core\Render\BubbleableMetadata objects.
Hierarchy
- class \Drupal\Core\Render\RenderContext extends \SplStack
See also
\Drupal\Core\Render\RendererInterface
\Drupal\Core\Render\BubbleableMetadata
File
- core/lib/Drupal/Core/Render/RenderContext.php, line 14
Namespace
Drupal\Core\Render
Members
Name | Modifiers | Type | Description |
---|---|---|---|
RenderContext::bubble | public | function | Bubbles the stack. |
RenderContext::update | public | function | Updates the current frame of the stack. |
Please login to continue.