Guest User

Untitled

a guest
Jan 22nd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
  3. <preference for="MagentoDirectoryBlockData" type="MagenticiansModulecontactBlockData" />
  4. </config>
  5.  
  6. <?php
  7.  
  8. namespace MagenticiansModulecontactBlock;
  9.  
  10. use MagentoFrameworkViewElementTemplate;
  11.  
  12. class Data extends MagentoDirectoryBlockData
  13. {
  14.  
  15. public function getCountryHtmlSelect($defValue = null, $name = 'country_id', $id = 'country', $title = 'Country')
  16. {
  17. exit;
  18. }
  19.  
  20. public function test()
  21. {
  22. exit;
  23. }
  24. ?>
Add Comment
Please, Sign In to add comment