You are here

public function DrupalCustomBlock6Migration::__construct in Drupal-to-Drupal data migration 7.2

Parameters

array $arguments:

Overrides DrupalCustomBlockMigration::__construct

File

d6/block_custom.inc, line 16
Implementation of DrupalCustomBlockMigration for Drupal 6 sources.

Class

DrupalCustomBlock6Migration

Code

public function __construct(array $arguments) {
  parent::__construct($arguments);
}