Overrides MigrateSourceInterface::fields
public function fields() { return [ 'rid' => $this->t('Role ID.'), 'name' => $this->t('The name of the user role.'), 'weight' => $this->t('The weight of the role.'), ]; }