Overrides MigrateSourceInterface::fields
public function fields() { return [ 'uid' => 'Primary Key: Unique user ID.', 'access' => 'Timestamp for previous time user accessed the site.', 'picture' => "Path to the user's uploaded picture.", ]; }