You are here

protected property OgMigrateUserRoles::$dependencies in Organic groups 7.2

List of other Migration classes which should be imported before this one. E.g., a comment migration class would typically have node and user migrations as dependencies.

Type: array

Overrides MigrationBase::$dependencies

File

includes/migrate/7200/og_user_roles.migrate.inc, line 15
Update the group ID in user roles.

Class

OgMigrateUserRoles
@file Update the group ID in user roles.

Code

protected $dependencies = array(
  'OgMigrateRoles',
);