You are here

public function MigrateTeamMember::getName in Migrate 7.2

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

File

includes/team.inc, line 13
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 getName() {
  return $this->name;
}