You are here

static function MigrateFileFieldHandler::arguments in Migrate 6.2

2 calls to MigrateFileFieldHandler::arguments()
BeerNodeMigration::__construct in migrate_example/beer.inc
General initialization of a Migration object.
WineWineMigration::__construct in migrate_example/wine.inc
General initialization of a Migration object.

File

plugins/destinations/fields.inc, line 500
Support for processing CCK fields

Class

MigrateFileFieldHandler

Code

static function arguments($source_path = NULL, $file_function = 'file_copy', $file_replace = FILE_EXISTS_RENAME, $alt = NULL, $title = NULL, $description = NULL, $list = NULL, $throw_error = FALSE) {
  return get_defined_vars();
}