You are here

public function MigrateUuidNodeHandler::__construct in Migrate Extras 6.2

Overrides MigrateHandler::__construct

File

./uuid.inc, line 36
Support for Universally Unique Identifier (uuid) module.

Class

MigrateUuidNodeHandler
Node specific UUID Handler. This needs to be separate since nodes have the revision_uuid field as well.

Code

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