You are here

protected property MigrateFileUri::$urlEncode in Migrate 7.2

Whether to apply rawurlencode to the components of an incoming file path.

File

plugins/destinations/file.inc, line 361
Support for file entity as destination. Note that File Fields have their own destination in fields.inc

Class

MigrateFileUri
Handle cases where we're handed a URI, or local filespec, representing a file to be imported to Drupal.

Code

protected $urlEncode = TRUE;