You are here

public function MigrateTextFieldHandler::__construct in Migrate 7.2

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

Overrides MigrateHandler::__construct

File

plugins/destinations/fields.inc, line 318
Support for processing entity fields

Class

MigrateTextFieldHandler

Code

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