Whether we're currently in a ::renderRoot() call.
Type: bool
File
- core/lib/Drupal/Core/Render/Renderer.php, line 67
Class
- Renderer
- Turns a render array into a HTML string.
Namespace
Drupal\Core\Render
Code
protected $isRenderingRoot = FALSE;
Whether we're currently in a ::renderRoot() call.
Type: bool
Drupal\Core\Render
protected $isRenderingRoot = FALSE;
Please login to continue.