function BareHtmlPageRenderer::systemPageAttachments

File

core/lib/Drupal/Core/ProxyClass/Render/BareHtmlPageRenderer.php, line 82

Class

BareHtmlPageRenderer
Provides a proxy class for \Drupal\Core\Render\BareHtmlPageRenderer.

Namespace

Drupal\Core\ProxyClass\Render

Code

public function systemPageAttachments(array &$page) : void {
  $this->lazyLoadItself()
    ->systemPageAttachments($page);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.