Magento 2 Certified Associate Developer Exam Magento-2-Certified-Associate-Developer Question # 14 Topic 2 Discussion

Magento 2 Certified Associate Developer Exam Magento-2-Certified-Associate-Developer Question # 14 Topic 2 Discussion

Magento-2-Certified-Associate-Developer Exam Topic 2 Question 14 Discussion:
Question #: 14
Topic #: 2

The module MyCompany_MyModule will add a new page in the admin interface to display a custom entity in a grid.

You created a controller for this grid \MyCompany\MyModule\Controller\Adminhtml\CustomEntity\Index

Which two actions are required to make the new page accessible at the https://your.store.base.url/admin/my_module/custom_entity URL? (Choose two.)


A.

Register my_module route for the AdminRouter in MyCompany/MyModule/etc/adminhtml/di.xml


B.

Create a new menu item in MyCompany/MyModule/etc/adminhtml/menu.xml


C.

Specify the my_module/custom_entity URL using a @route annotation in the action controller execute() method


D.

Register my_module route in MyCompany/MyModule/etc/adminhtml/routes.xml


Get Premium Magento-2-Certified-Associate-Developer Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.