protected AjaxRenderer::drupalRenderRoot(&$elements)
Wraps drupal_render_root().
@todo Remove as part of https://www.drupal.org/node/2182149.
File
- core/lib/Drupal/Core/Render/MainContent/AjaxRenderer.php, line 82
 
Class
- AjaxRenderer
 - Default main content renderer for Ajax requests.
 
Namespace
Drupal\Core\Render\MainContent
Code
protected function drupalRenderRoot(&$elements) {
  return drupal_render_root($elements);
}
Please login to continue.