static function MigrateTermNodeHandler::arguments in Migrate 6.2
File
- plugins/
destinations/ term.inc, line 313 - Support for taxonomy term destinations.
Class
- MigrateTermNodeHandler
- Handler to process term assignments for nodes
Code
static function arguments($source_type = NULL) {
return get_defined_vars();
}