Forms

  • login
    • username
    • password
    • remember_me
    • _token

login

"Whater\Infrastructure\SecurityBundle\Form\Type\LoginType"

Default Data

Property Value
Model Format same as normalized format
Normalized Format
Whater\Infrastructure\SecurityBundle\Form\DTO\LoginDTO {#227
  +username: null
  +password: null
}
View Format same as normalized format

Submitted Data

This form was not submitted.

Passed Options

Option Passed Value Resolved Value
action
"/login_check?_target_path=/public/distribution-network/show/id/6d2bfcb0-3d92-48d5-a9f6-9f4c62f26612"
same as passed value
csrf_protection
true
same as passed value
data
Whater\Infrastructure\SecurityBundle\Form\DTO\LoginDTO {#227
  +username: null
  +password: null
}
same as passed value
method
"POST"
same as passed value

Resolved Options

View Variables