You are here

public function MigrateCommercePriceFieldHandler::__construct in Commerce Migrate 7

Overrides MigrateHandler::__construct

File

plugins/destinations/fields.inc, line 52
Support for processing commerce fields (product reference, customer profile reference, price)

Class

MigrateCommercePriceFieldHandler
Class MigrateCommercePriceFieldHandler.

Code

public function __construct() {
  $this
    ->registerTypes(array(
    'commerce_price',
  ));
}