You are here

public function MigrateTeamMember::contact in Migrate 6.2

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

File

includes/team.inc, line 31
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 contact($subject, $text) {

  // TODO
}