You are here

public function MigrateCommerceFileFieldHandler::__construct in Commerce File 7

Overrides MigrateHandler::__construct

File

migrate/destinations/fields.inc, line 12
Support for processing commerce file fields

Class

MigrateCommerceFileFieldHandler
Handle for commerce_file fields;

Code

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