public static function MigrateFileInterface::fields in Migrate 7.2
Return a list of subfields and options specific to this implementation, keyed by name.
1 method overrides MigrateFileInterface::fields()
- MigrateFileBase::fields in plugins/
destinations/ file.inc - Default implementation of MigrateFileInterface::fields().
File
- plugins/
destinations/ file.inc, line 20 - Support for file entity as destination. Note that File Fields have their own destination in fields.inc
Class
- MigrateFileInterface
- Interface for taking some value representing a file and returning a Drupal file entity (creating the entity if necessary).
Code
public static function fields();