You are here

public function MigrateYoutubeFieldHandler::__construct in YouTube Field 7

Declares the type(s) of fields used.

Overrides MigrateHandler::__construct

File

./youtube.migrate.inc, line 27
YouTube Field support for use with the migrate module.

Class

MigrateYoutubeFieldHandler
Extend MigrateFieldHandler for YouTube fields.

Code

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