What two elements automatically render their children?

You are developing a module MyCompany_StoreInfo to display information about brick and mortar stores on a frontend page. The displayed information varies based on the country of a given store.
What two elements automatically render their children? (Choose two.)
A. <block class="MagentoFrameworkViewElementAbstractBlock" name="shop.info.details"/>
B. <block class="MagentoFrameworkViewElementTemplate" name="shop.info.details"/>
C. <container name="shop.info.details"/>
D. <block class="MagentoFrameworkViewElementTextListText" name="shop.info.details"/>

Download Printable PDF. VALID exam to help you PASS.

5 thoughts on “What two elements automatically render their children?

  1. Answer: C and D

    Abstract block will not work as its class cannot be instantiated.

    Template is likely the most commonly used but it does not render its children unless the template dictates it

    ListText will return all of its child by an iterating loop.
    Find an element in layout, render it and return a string with its output to the system.

    1
    1

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.