Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Variables
data_content_plain_resource.php File Reference

Go to the source code of this file.

Variables

 return [' $replaceRules'=> [['table', 'collection', \Magento\Framework\Module\Setup\Migration::ENTITY_TYPE_RESOURCE, \Magento\Framework\Module\Setup\Migration::FIELD_CONTENT_TYPE_PLAIN, [], 'flag=1',],], ' $tableData'=>, ' $expected'=> ['updates'=> [['table'=> 'table', 'field'=> 'collection', 'to'=> \Magento\Customer\Model\ResourceModel\Attribute\Collection::class, 'from'=> ['`collection`=?'=> 'customer/attribute_collection'],],], 'where'=> ['flag=1'], 'aliases_map'=> [\Magento\Framework\Module\Setup\Migration::ENTITY_TYPE_RESOURCE=> ['customer/attribute_collection'=> \Magento\Customer\Model\ResourceModel\Attribute\Collection::class,],],]]
 

Variable Documentation

◆ return

return[ ' $replaceRules'=> [ [ 'table', 'collection', \Magento\Framework\Module\Setup\Migration::ENTITY_TYPE_RESOURCE, \Magento\Framework\Module\Setup\Migration::FIELD_CONTENT_TYPE_PLAIN, [], 'flag=1',],], ' $tableData'=>, ' $expected'=> [ 'updates'=> [ [ 'table'=> 'table', 'field'=> 'collection', 'to'=> \Magento\Customer\Model\ResourceModel\Attribute\Collection::class, 'from'=> ['`collection`=?'=> 'customer/attribute_collection'],],], 'where'=> [ 'flag=1'], 'aliases_map'=> [ \Magento\Framework\Module\Setup\Migration::ENTITY_TYPE_RESOURCE=> [ 'customer/attribute_collection'=> \Magento\Customer\Model\ResourceModel\Attribute\Collection::class,],],]]

Copyright © Magento, Inc. All rights reserved. See COPYING.txt for license details.

Definition at line 35 of file data_content_plain_resource.php.