Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
RendererInterface.php
Go to the documentation of this file.
1 <?php
8 
15 {
23  public function renderElementAttributes($elementType);
24 
30  public function renderHeadContent();
31 
37  public function renderTitle();
38 
44  public function renderMetadata();
45 
51  public function prepareFavicon();
52 
60  public function renderAssets($resultGroups = []);
61 }