You are here

public function OgMigrateAddFields::__construct in Organic groups 7.2

Construction of a MigrationBase instance.

Parameters

array $arguments:

Overrides MigrationBase::__construct

File

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

Class

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

Code

public function __construct($arguments = array()) {
  parent::__construct($arguments);
  $this->description = t('Add OG related fields to group and group-content node-types.');
  $this->enabled = !$this
    ->isComplete();
}