Magento 2 Documentation
2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
|
Go to the source code of this file.
Variables | |
return [' $replaceRules'=> [['table', 'field', \Magento\Framework\Module\Setup\Migration::ENTITY_TYPE_BLOCK, \Magento\Framework\Module\Setup\Migration::FIELD_CONTENT_TYPE_XML,],], ' $tableData'=> [['field'=> '< reference >< block class="catalog/product_newProduct"/></reference >'], ['field'=> '< reference >< block class="catalogSearch/result"/></reference >'], ['field'=> '< reference ></reference >'],], ' $expected'=> ['updates'=> [['table'=> 'table', 'field'=> 'field', 'to'=> '< reference >< block class="Magento\Catalog\Block\Product\NewProduct"/></reference >', 'from'=> ['`field`=?'=> '< reference >< block class="catalog/product_newProduct"/></reference >'],], ['table'=> 'table', 'field'=> 'field', 'to'=> '< reference >< block class="Magento\CatalogSearch\Block\Result"/></reference >', 'from'=> ['`field`=?'=> '< reference >< block class="catalogSearch/result"/></reference >']],], 'aliases_map'=> [\Magento\Framework\Module\Setup\Migration::ENTITY_TYPE_BLOCK=> ['catalog/product_newProduct'=> \Magento\Catalog\Block\Product\NewProduct::class, 'catalogSearch/result'=> \Magento\CatalogSearch\Block\Result::class,],],]] | |
return[ ' $replaceRules'=> [ [ 'table', 'field', \Magento\Framework\Module\Setup\Migration::ENTITY_TYPE_BLOCK, \Magento\Framework\Module\Setup\Migration::FIELD_CONTENT_TYPE_XML,],], ' $tableData'=> [ [ 'field'=> '< reference >< block class="catalog/product_newProduct"/></reference >'], [ 'field'=> '< reference >< block class="catalogSearch/result"/></reference >'], [ 'field'=> '< reference ></reference >'],], ' $expected'=> [ 'updates'=> [ [ 'table'=> 'table', 'field'=> 'field', 'to'=> '< reference >< block class="Magento\Catalog\Block\Product\NewProduct"/></reference >', 'from'=> ['`field`=?'=> '< reference >< block class="catalog/product_newProduct"/></reference >'],], [ 'table'=> 'table', 'field'=> 'field', 'to'=> '< reference >< block class="Magento\CatalogSearch\Block\Result"/></reference >', 'from'=> ['`field`=?'=> '< reference >< block class="catalogSearch/result"/></reference >']],], 'aliases_map'=> [ \Magento\Framework\Module\Setup\Migration::ENTITY_TYPE_BLOCK=> [ 'catalog/product_newProduct'=> \Magento\Catalog\Block\Product\NewProduct::class, 'catalogSearch/result'=> \Magento\CatalogSearch\Block\Result::class,],],]] |
Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.
Definition at line 43 of file data_content_xml.php.