protected property MigrateFileBlob::$fileContents in Migrate 7.2
The file contents we will be writing to a real file.
@var
File
- plugins/
destinations/ file.inc, line 490 - Support for file entity as destination. Note that File Fields have their own destination in fields.inc
Class
- MigrateFileBlob
- Handle cases where we're handed a blob (i.e., the actual contents of a file, such as image data) to be stored as a real file in Drupal.
Code
protected $fileContents;