Forms
colleague_basic
Form type:
"App\Form\ColleagueBasicType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Colleague {#1915 -id: null -first_name: null -last_name: null -email: null -phone: null -mobile: null -job: null -owner: null -photo: null -website: null -facebook: null -twitter: null -instagram: null -youtube: null -tiktok: null -createdAt: null -updatedAt: null -deletedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/app/colleague/1/edit/ajax" |
same as passed value |
attr | [ "name" => "colleague_type_edit" ] |
[ "name" => "colleague_type_edit" ] |
data | App\Entity\Colleague {#1915 -id: null -first_name: null -last_name: null -email: null -phone: null -mobile: null -job: null -owner: null -photo: null -website: null -facebook: null -twitter: null -instagram: null -youtube: null -tiktok: null -createdAt: null -updatedAt: null -deletedAt: null } |
same as passed value |
method | "POST" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/app/colleague/1/edit/ajax" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "name" => "colleague_type_edit" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1948 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1949 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1950 …} -namespace: Closure() {#1952 …} } |
data | App\Entity\Colleague {#1915 -id: null -first_name: null -last_name: null -email: null -phone: null -mobile: null -job: null -owner: null -photo: null -website: null -facebook: null -twitter: null -instagram: null -youtube: null -tiktok: null -createdAt: null -updatedAt: null -deletedAt: null } |
data_class | "App\Entity\Colleague" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2169 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1935 …} use: { $class: "App\Entity\Colleague" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2167 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1959 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2168 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "/app/colleague/1/edit/ajax" |
attr | [ "name" => "colleague_type_edit" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "colleague_basic" "_colleague_basic" ] |
cache_key | "_colleague_basic_colleague_basic" |
compound | true |
data | App\Entity\Colleague {#1915 -id: null -first_name: null -last_name: null -email: null -phone: null -mobile: null -job: null -owner: null -photo: null -website: null -facebook: null -twitter: null -instagram: null -youtube: null -tiktok: null -createdAt: null -updatedAt: null -deletedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2265 -form: Symfony\Component\Form\Form {#2183 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2266 …5} |
full_name | "colleague_basic" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "colleague_basic" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "colleague_basic" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_colleague_basic" |
valid | true |
value | App\Entity\Colleague {#1915 -id: null -first_name: null -last_name: null -email: null -phone: null -mobile: null -job: null -owner: null -photo: null -website: null -facebook: null -twitter: null -instagram: null -youtube: null -tiktok: null -createdAt: null -updatedAt: null -deletedAt: null } |
first_name
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "" ] |
[ "class" => "form-control" "placeholder" => "" ] |
help | "" |
same as passed value |
label | "Prénom" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1948 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1949 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1950 …} -namespace: Closure() {#1952 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2159 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1935 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2157 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1959 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2158 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_colleague_basic_first_name" ] |
cache_key | "_colleague_basic_first_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2270 -form: Symfony\Component\Form\Form {#2186 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2269 …5} |
full_name | "colleague_basic[first_name]" |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "colleague_basic_first_name" |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first_name" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_colleague_basic_first_name" |
valid | true |
value | "" |
last_name
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "" ] |
[ "class" => "form-control" "placeholder" => "" ] |
help | "" |
same as passed value |
label | "Nom" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1948 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1949 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1950 …} -namespace: Closure() {#1952 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2150 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1935 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2148 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1959 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2149 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_colleague_basic_last_name" ] |
cache_key | "_colleague_basic_last_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2271 -form: Symfony\Component\Form\Form {#2189 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2272 …5} |
full_name | "colleague_basic[last_name]" |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "colleague_basic_last_name" |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "last_name" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_colleague_basic_last_name" |
valid | true |
value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "" ] |
[ "class" => "form-control" "placeholder" => "" ] |
help | "" |
same as passed value |
invalid_message | "Email non valid" |
same as passed value |
label | "E-mail" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1948 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1949 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1950 …} -namespace: Closure() {#1952 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2141 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1935 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Email non valid" |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "E-mail" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2139 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1959 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2140 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_colleague_basic_email" ] |
cache_key | "_colleague_basic_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2273 -form: Symfony\Component\Form\Form {#2192 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2274 …5} |
full_name | "colleague_basic[email]" |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "colleague_basic_email" |
label | "E-mail" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_colleague_basic_email" |
valid | true |
value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "" ] |
[ "class" => "form-control" "placeholder" => "" ] |
help | "" |
same as passed value |
label | "Téléphone" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1948 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1949 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1950 …} -namespace: Closure() {#1952 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2132 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1935 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2130 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1959 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2131 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_colleague_basic_phone" ] |
cache_key | "_colleague_basic_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2275 -form: Symfony\Component\Form\Form {#2195 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2276 …5} |
full_name | "colleague_basic[phone]" |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "colleague_basic_phone" |
label | "Téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_colleague_basic_phone" |
valid | true |
value | "" |
mobile
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "" ] |
[ "class" => "form-control" "placeholder" => "" ] |
help | "" |
same as passed value |
label | "Mobile" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1948 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1949 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1950 …} -namespace: Closure() {#1952 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2123 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1935 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Mobile" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2120 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1959 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2122 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_colleague_basic_mobile" ] |
cache_key | "_colleague_basic_mobile_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2277 -form: Symfony\Component\Form\Form {#2198 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2278 …5} |
full_name | "colleague_basic[mobile]" |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "colleague_basic_mobile" |
label | "Mobile" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mobile" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_colleague_basic_mobile" |
valid | true |
value | "" |
job
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "" ] |
[ "class" => "form-control" "placeholder" => "" ] |
help | "" |
same as passed value |
label | "Emploi" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1948 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1949 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1950 …} -namespace: Closure() {#1952 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1983 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1935 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Emploi" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2019 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1959 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#1986 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_colleague_basic_job" ] |
cache_key | "_colleague_basic_job_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2279 -form: Symfony\Component\Form\Form {#2201 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2280 …5} |
full_name | "colleague_basic[job]" |
help | "" |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "colleague_basic_job" |
label | "Emploi" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "job" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_colleague_basic_job" |
valid | true |
value | "" |
photo
Form type:
"Symfony\Component\Form\Extension\Core\Type\FileType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "" ] |
[ "class" => "form-control" "placeholder" => "" ] |
constraints | [ Symfony\Component\Validator\Constraints\File {#2161 +payload: null +binaryFormat: false +mimeTypes: [ "image/*" ] +extensions: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Veuillez télécharger une image valide" +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 2048000 } ] |
[ Symfony\Component\Validator\Constraints\File {#2161 +payload: null +binaryFormat: false +mimeTypes: [ "image/*" ] +extensions: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Veuillez télécharger une image valide" +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 2048000 } ] |
label | "Photo d'identité" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\File {#2161 +payload: null +binaryFormat: false +mimeTypes: [ "image/*" ] +extensions: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "Veuillez télécharger une image valide" +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 2048000 } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1948 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1949 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1950 …} -namespace: Closure() {#1952 …} } |
data_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid file." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Photo d'identité" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2176 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1959 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2175 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_colleague_basic_photo" ] |
cache_key | "_colleague_basic_photo_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2281 -form: Symfony\Component\Form\Form {#2204 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2282 …5} |
full_name | "colleague_basic[photo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "colleague_basic_photo" |
label | "Photo d'identité" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "photo" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_colleague_basic_photo" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "ad635b605e2854d1993dbf.FW4ffjRU8RrpnSNDooGARf9KVkhxxGMVrQnjL_uzys4.IAhmPwMRwX2Lrxc56MPvHLczLgAbtBFn5ziwW7_1hIpGKmwNRhuEQ4v5ag" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "ad635b605e2854d1993dbf.FW4ffjRU8RrpnSNDooGARf9KVkhxxGMVrQnjL_uzys4.IAhmPwMRwX2Lrxc56MPvHLczLgAbtBFn5ziwW7_1hIpGKmwNRhuEQ4v5ag" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1948 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1949 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1950 …} -namespace: Closure() {#1952 …} } |
data | "ad635b605e2854d1993dbf.FW4ffjRU8RrpnSNDooGARf9KVkhxxGMVrQnjL_uzys4.IAhmPwMRwX2Lrxc56MPvHLczLgAbtBFn5ziwW7_1hIpGKmwNRhuEQ4v5ag" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2267 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1935 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2283 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1959 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#434 …} $translationDomain: "validators" $message: Closure() {#2284 …} } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_colleague_basic__token" ] |
cache_key | "_colleague_basic__token_hidden" |
compound | false |
data | "ad635b605e2854d1993dbf.FW4ffjRU8RrpnSNDooGARf9KVkhxxGMVrQnjL_uzys4.IAhmPwMRwX2Lrxc56MPvHLczLgAbtBFn5ziwW7_1hIpGKmwNRhuEQ4v5ag" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2294 -form: Symfony\Component\Form\Form {#2290 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2285 …5} |
full_name | "colleague_basic[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "colleague_basic__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_colleague_basic__token" |
valid | true |
value | "ad635b605e2854d1993dbf.FW4ffjRU8RrpnSNDooGARf9KVkhxxGMVrQnjL_uzys4.IAhmPwMRwX2Lrxc56MPvHLczLgAbtBFn5ziwW7_1hIpGKmwNRhuEQ4v5ag" |