Guest User

Untitled

a guest
Jun 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/ObjectManager/etc/config.xsd">
  3. <preference for="MagentoCmsControllerIndexIndex"
  4. type="[Name Space][Your Module]ControllerCmsIndex" />
  5. </config>
  6.  
  7. namespace [Name Space][Your Module]ControllerIndex;
  8.  
  9. class Index extends MagentoCmsControllerIndexIndex
  10. {
  11. public function execute()
  12. {
  13.     // todo
  14. }
  15. }
Add Comment
Please, Sign In to add comment