Do you mean in controller? You can get them with:
$form->all()
or single field
$form->get('field')->getData()