protected property MigrateFieldMapping::$callbacks in Migrate 6.2
Same name and namespace in other branches
- 7.2 includes/field_mapping.inc \MigrateFieldMapping::callbacks
Array of callbacks to be called on a source value.
Type: string
File
- includes/
field_mapping.inc, line 73 - The MigrateFieldMapping class - tracking mappings between source and destination.
Class
- MigrateFieldMapping
- @file The MigrateFieldMapping class - tracking mappings between source and destination.
Code
protected $callbacks = array();