Overrides MigrateDestinationInterface::fields
public function fields() { return [ 'uid' => 'The user id.', 'module' => 'The module name responsible for the settings.', 'key' => 'The setting key to save under.', 'settings' => 'The settings to save.', ]; }