04.07.2019 Views

frontend-developer-1

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Layout XML in Themes<br />

What are the most commonly used layout handles?<br />

If you are on a development machine and wish to see every layout handle that is<br />

utilized for a page, do the following:<br />

• Open vendor/magento/framework/View/Model/Layout/Merge.php<br />

• Locate the addHandle method.<br />

• After the foreach, add: echo $name . "";<br />

• After the else, add: echo $handleName . "";<br />

For quick reference, here are some common layout handles.<br />

Home Page:<br />

• default<br />

• cms_index_index<br />

• cms_page_view<br />

• cms_index_index<br />

• cms_index_index_id_home<br />

• 1column<br />

• catalog_product_prices<br />

Product Page:<br />

• default<br />

• catalog_product_view<br />

Copyright © 2018, SwiftOtter, Inc.<br />

33

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!