In Magento, we will be able to get the full action name of an action object with the help of Action object. So the first step in getting the parameter is to get the Action, which triggered it. $action = Mage::app()->getFrontController()->getAction(); Next step is to get the full name of the action. You can implement ...The post How to Get the Full Action Name in Magento appeared first on SREE.CC.