If you want to create layout XML instructions for this controller, what would be the layout XML’s filename?

Posted by: Pdfprep Category: AD0-E703 Tags: , ,

You see this code in etc/adminhtml/routes.xml:

<route id="mymodule" frontName="user-subscriptions">

<module name="MyCompany_MyModule" />

</route> You have placed a controller in Controller/Index/Subscribe.php.

If you want to create layout XML instructions for this controller, what would be the layout XML’s filename?
A . mymodule_index_subscribe.xml
B . mymodule_subscribe_[ACTION NAME].xml
C . user_subscriptions_index_subscribe.xml
D . user_subscriptions_subscribe_[ACTION NAME].xml

Answer: A

Leave a Reply

Your email address will not be published.