You are here

public function MigrateTeamMember::getGroup in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 includes/team.inc \MigrateTeamMember::getGroup()

File

includes/team.inc, line 21
Info on migration team members. Display-only at the moment, but eventually there should be notification features.

Class

MigrateTeamMember
@file Info on migration team members. Display-only at the moment, but eventually there should be notification features.

Code

public function getGroup() {
  return $this->group;
}