You are here

protected property MigrateGroup::$name in Migrate 6.2

Same name and namespace in other branches
  1. 7.2 includes/group.inc \MigrateGroup::name

The name of the group - used to identify it in drush commands.

Type: string

File

includes/group.inc, line 14
Definition for a migration group.

Class

MigrateGroup
@file Definition for a migration group.

Code

protected $name;