You are here

public property BiblioMigrateEntries::$dependencies in Bibliography Module 7.3

List of other Migration classes which should be imported before this one. E.g., a comment migration class would typically have node and user migrations as dependencies.

Type: array

Overrides MigrationBase::$dependencies

File

includes/migrate/7300/biblio_entries.migrate.inc, line 8

Class

BiblioMigrateEntries
@file

Code

public $dependencies = array(
  'BiblioMigrateTypes',
);