public HtmlRenderer::buildPageTopAndBottom(array &$html)
Invokes the page top and bottom hooks.
@internal
Parameters
array &$html: A #type 'html' render array, for which the page top and bottom hooks will be invoked, and to which the 'page_top' and 'page_bottom' children (also render arrays) will be added (if non-empty).
Throws
\LogicException
See also
hook_page_top()
hook_page_bottom()
html.html.twig
File
core/lib/Drupal/Core/Render/MainContent/HtmlRenderer.php, line 330
Class
H