You are here

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

Parameters

array $arguments:

Overrides DrupalCustomBlockMigration::__construct

File

d5/block_custom.inc, line 16
Implementation of DrupalCustomBlockMigration for Drupal 5 sources.

Class

DrupalCustomBlock5Migration

Code

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