You are here

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

Implementation of Migration::prepareRow().

Parameters

$row:

Overrides Migration::prepareRow

File

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

Class

DrupalCustomBlock5Migration

Code

public function prepareRow($row) {
  if (parent::prepareRow($row) === FALSE) {
    return FALSE;
  }
}