https://autodiscover.selecao-dev.promestre.fae.ufmg.br/cadastro

Forms

  • cadastro_candidato
    • nome
    • nacionalidade
    • cpf
    • passaporte
    • telefone
    • email
    • plainPassword
    • save
    • _token

cadastro_candidato

"App\Form\CadastroCandidatoType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
App\Entity\Usuario {#392
  -id: null
  -password: null
  -plainPassword: null
  #roles: [
    "ROLE_USER"
    "ROLE_CANDIDATO"
  ]
  -ativo: true
  -resetToken: null
  -resetTokenExpiresAt: null
  -arquivos: Doctrine\Common\Collections\ArrayCollection {#559 …}
  -permissoes: Doctrine\Common\Collections\ArrayCollection {#523 …}
  -nacionalidade: "BR"
  -cpf: null
  -inscricoes: Doctrine\Common\Collections\ArrayCollection {#525 …}
  -resetEmail: null
  -telefone: null
  -passaporte: null
  -remanejos: Doctrine\Common\Collections\ArrayCollection {#528 …}
  -remanejosAceitos: Doctrine\Common\Collections\ArrayCollection {#527 …}
  -recursos: Doctrine\Common\Collections\ArrayCollection {#536 …}
  #createdAt: null
  #updatedAt: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
data
App\Entity\Usuario {#392
  -id: null
  -password: null
  -plainPassword: null
  #roles: [
    "ROLE_USER"
    "ROLE_CANDIDATO"
  ]
  -ativo: true
  -resetToken: null
  -resetTokenExpiresAt: null
  -arquivos: Doctrine\Common\Collections\ArrayCollection {#559 …}
  -permissoes: Doctrine\Common\Collections\ArrayCollection {#523 …}
  -nacionalidade: "BR"
  -cpf: null
  -inscricoes: Doctrine\Common\Collections\ArrayCollection {#525 …}
  -resetEmail: null
  -telefone: null
  -passaporte: null
  -remanejos: Doctrine\Common\Collections\ArrayCollection {#528 …}
  -remanejosAceitos: Doctrine\Common\Collections\ArrayCollection {#527 …}
  -recursos: Doctrine\Common\Collections\ArrayCollection {#536 …}
  #createdAt: null
  #updatedAt: null
}
same as passed value
repository
App\Repository\UsuarioRepository {#707
  -registry: Doctrine\Bundle\DoctrineBundle\Registry {#263 …}
  -entityClass: "App\Entity\Usuario"
}
same as passed value

Resolved Options

View Variables