You are here

public function OgMigrateOgurRoles::isComplete in Organic groups 7.2

Check variable to see if we have already run this job.

Return value

bool TRUE if we have already completed.

Overrides MigrationBase::isComplete

1 call to OgMigrateOgurRoles::isComplete()
OgMigrateOgurRoles::__construct in includes/migrate/7000/og_ogur_roles.migrate.inc
Override constructor from Migration class.

File

includes/migrate/7000/og_ogur_roles.migrate.inc, line 26
Add OG related fields to group and group-content node-types.

Class

OgMigrateOgurRoles
@file Add OG related fields to group and group-content node-types.

Code

public function isComplete() {
  return !variable_get('og_7200_ogur_roles', FALSE);
}