Guest User

Untitled

a guest
Jan 22nd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 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.  
  7.  
  8.  
  9. <?php
  10. namespace MagenticiansModulecontactBlock;
  11. use MagentoFrameworkViewElementTemplate;
  12.  
  13. class Data extends MagentoDirectoryBlockData{
  14.  
  15. public function getCountryHtmlSelect($defValue = null, $name = 'country_id', $id = 'country', $title = 'Country')
  16. {
  17. exit;
  18. }
  19. public function test(){
  20. exit;
  21. }
Add Comment
Please, Sign In to add comment