function MigrateMapSaveEvent::getFields
Gets the fields about to be saved to the map.
Return value
array Array of map fields, keyed by field name.
File
- 
              core/
modules/ migrate/ src/ Event/ MigrateMapSaveEvent.php, line 56  
Class
- MigrateMapSaveEvent
 - Wraps a migrate map save event for event listeners.
 
Namespace
Drupal\migrate\EventCode
public function getFields() {
  return $this->fields;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.