You are here

protected property MigrateGroup::$name in Migrate 7.2

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

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

Type: string

File

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

Class

MigrateGroup
@file Definition for a migration group.

Code

protected $name;