You are here

public function MigrateContentTaxonomyFieldHandler::__construct in Migrate Extras 6.2

Overrides MigrateHandler::__construct

File

./content_taxonomy.inc, line 33
Migrate plugin for the Content Taxonomy module as a destination.

Class

MigrateContentTaxonomyFieldHandler
Field handler.

Code

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