public function MigrateExtrasNodeFlagHandler::__construct in Migrate Extras 7.2
Overrides MigrateHandler::__construct
File
- ./
flag.inc, line 131 - Flag module integration
Class
- MigrateExtrasNodeFlagHandler
- Because we can't identify what kind of entity is passed to complete, we implement a separate handler for each type.
Code
public function __construct() {
$this
->registerTypes(array(
'node',
));
}