public function MigrateTeamMember::getEmailAddress in Migrate 7.2
Same name and namespace in other branches
- 6.2 includes/team.inc \MigrateTeamMember::getEmailAddress()
File
- includes/
team.inc, line 19 - 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 getEmailAddress() {
return $this->emailAddress;
}