You are here

public function MigrateTextFieldHandler::__construct in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 plugins/destinations/fields.inc \MigrateTextFieldHandler::__construct()

Overrides MigrateHandler::__construct

File

plugins/destinations/fields.inc, line 161
Support for processing CCK fields

Class

MigrateTextFieldHandler

Code

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