Solved

You Are Adding a New Menu Item to the Admin

Question 98

Multiple Choice

You are adding a new menu item to the admin backend which will link to a custom backend page. The declaration of the route: You are adding a new menu item to the admin backend which will link to a custom backend page. The declaration of the route:   What do you specify as the menu item action attribute value so it links to /admin/mycompany/mymodule/? A)  action= adminhtml/mycompany/mymodule/  B)  action= admin/mycompany/mymodule/  C)  It is not possible without extending the adminhtml route in routes.xml D)  action= mycompany/mymodule/ What do you specify as the menu item action attribute value so it links to /admin/mycompany/mymodule/?


A) action="adminhtml/mycompany/mymodule/"
B) action="admin/mycompany/mymodule/"
C) It is not possible without extending the adminhtml route in routes.xml
D) action="mycompany/mymodule/"

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions