You are here

public function MigrateTermLevelFieldHandler::fields in Term Level Field 7

File

./term_level.migrate.inc, line 38
Term Level Migrate hooks and implementation.

Class

MigrateTermLevelFieldHandler
Primary value passed to this field must be tid of the referenced term.

Code

public function fields($type) {
  return array(
    'level' => t("Subfield: The term's level"),
  );
}