You are here

public function MigrateTeamMember::contact in Migrate 7.2

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

File

includes/team.inc, line 35
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
}