Your module, MyCompany_MyModule, is using the frontName mymodule. You need to locate the class responsible for the frontend path /mymodule/custom.What file contains the controller class for the frontend path /mymodule/custom?
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/?
You added a plugin declaration to MyCompany/MyModule/etc/di.xml:What will be the effect of this declaration?
You have created a custom module which must perform an action immediately after an order is placed, but only on the store front of the merchant site. You have selected the checkout_submit_all_after as the target event which the module will observe.In which file will the event observer be declared?
You are working on a jewelry store that sells rings. Each ring allows an adjustment in size. The customer specifies finger size in inches and the merchant physically adjusts the stocked ring to the required size.How is this represented in Magento?
Products may be accessed using SEO friendly URLs like /my-product instead of /catalog/product/view/id/{ID}How is this one?