Forms
-
interessado
-
nome
-
email
-
telefone
-
curso
-
mensagem
-
_token
-
interessado
Form type:
"App\Form\InteressadoType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Interessado {#831 -id: null -curso: App\Entity\Curso {#832 -id: 40 -titulo: "Curso Técnico em Educação 69e82f02e0d42" -chamadaCurta: "Aprenda na prática tudo sobre essa área fascinante." -chamadaLonga: "<h2>Uma imersão completa</h2><p>Este curso foi estruturado para desenvolver as competências exigidas pelo mercado de trabalho atual...</p>" -imagemPrincipal: "curso_69e82f02e0d47.jpg" -imagemPrincipalFile: Symfony\Component\HttpFoundation\File\File {#934 …} -ordem: 40 -active: true -updatedAt: DateTimeImmutable @1776838069 {#937 date: 2026-04-22 03:07:49.497059 America/Sao_Paulo (-03:00) } -gradesCurriculares: Doctrine\ORM\PersistentCollection {#845 …} -estruturas: Doctrine\ORM\PersistentCollection {#862 …} -faqs: Doctrine\ORM\PersistentCollection {#879 …} -interessados: Doctrine\ORM\PersistentCollection {#898 …} } -nome: null -email: null -telefone: null -mensagem: null -createdAt: DateTimeImmutable @1776838069 {#842 date: 2026-04-22 03:07:49.497097 America/Sao_Paulo (-03:00) } -status: "novo" } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Interessado {#831 -id: null -curso: App\Entity\Curso {#832 -id: 40 -titulo: "Curso Técnico em Educação 69e82f02e0d42" -chamadaCurta: "Aprenda na prática tudo sobre essa área fascinante." -chamadaLonga: "<h2>Uma imersão completa</h2><p>Este curso foi estruturado para desenvolver as competências exigidas pelo mercado de trabalho atual...</p>" -imagemPrincipal: "curso_69e82f02e0d47.jpg" -imagemPrincipalFile: Symfony\Component\HttpFoundation\File\File {#934 …} -ordem: 40 -active: true -updatedAt: DateTimeImmutable @1776838069 {#937 date: 2026-04-22 03:07:49.497059 America/Sao_Paulo (-03:00) } -gradesCurriculares: Doctrine\ORM\PersistentCollection {#845 …} -estruturas: Doctrine\ORM\PersistentCollection {#862 …} -faqs: Doctrine\ORM\PersistentCollection {#879 …} -interessados: Doctrine\ORM\PersistentCollection {#898 …} } -nome: null -email: null -telefone: null -mensagem: null -createdAt: DateTimeImmutable @1776838069 {#842 date: 2026-04-22 03:07:49.497097 America/Sao_Paulo (-03:00) } -status: "novo" } |
same as passed value |
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 | 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 | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#572 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#133 …} -logger: Monolog\Logger {#252 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#571 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | App\Entity\Interessado {#831 -id: null -curso: App\Entity\Curso {#832 -id: 40 -titulo: "Curso Técnico em Educação 69e82f02e0d42" -chamadaCurta: "Aprenda na prática tudo sobre essa área fascinante." -chamadaLonga: "<h2>Uma imersão completa</h2><p>Este curso foi estruturado para desenvolver as competências exigidas pelo mercado de trabalho atual...</p>" -imagemPrincipal: "curso_69e82f02e0d47.jpg" -imagemPrincipalFile: Symfony\Component\HttpFoundation\File\File {#934 …} -ordem: 40 -active: true -updatedAt: DateTimeImmutable @1776838069 {#937 date: 2026-04-22 03:07:49.497059 America/Sao_Paulo (-03:00) } -gradesCurriculares: Doctrine\ORM\PersistentCollection {#845 …} -estruturas: Doctrine\ORM\PersistentCollection {#862 …} -faqs: Doctrine\ORM\PersistentCollection {#879 …} -interessados: Doctrine\ORM\PersistentCollection {#898 …} } -nome: null -email: null -telefone: null -mensagem: null -createdAt: DateTimeImmutable @1776838069 {#842 date: 2026-04-22 03:07:49.497097 America/Sao_Paulo (-03:00) } -status: "novo" } |
| data_class | "App\Entity\Interessado" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1003 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Interessado" } } |
| 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() {#1005 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1004 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "interessado" "_interessado" ] |
| cache_key | "_interessado_interessado" |
| compound | true |
| data | App\Entity\Interessado {#831 -id: null -curso: App\Entity\Curso {#832 -id: 40 -titulo: "Curso Técnico em Educação 69e82f02e0d42" -chamadaCurta: "Aprenda na prática tudo sobre essa área fascinante." -chamadaLonga: "<h2>Uma imersão completa</h2><p>Este curso foi estruturado para desenvolver as competências exigidas pelo mercado de trabalho atual...</p>" -imagemPrincipal: "curso_69e82f02e0d47.jpg" -imagemPrincipalFile: Symfony\Component\HttpFoundation\File\File {#934 …} -ordem: 40 -active: true -updatedAt: DateTimeImmutable @1776838069 {#937 date: 2026-04-22 03:07:49.497059 America/Sao_Paulo (-03:00) } -gradesCurriculares: Doctrine\ORM\PersistentCollection {#845 …} -estruturas: Doctrine\ORM\PersistentCollection {#862 …} -faqs: Doctrine\ORM\PersistentCollection {#879 …} -interessados: Doctrine\ORM\PersistentCollection {#898 …} } -nome: null -email: null -telefone: null -mensagem: null -createdAt: DateTimeImmutable @1776838069 {#842 date: 2026-04-22 03:07:49.497097 America/Sao_Paulo (-03:00) } -status: "novo" } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1109 -errors: [] -form: Symfony\Component\Form\Form {#1114 …} } |
| form | Symfony\Component\Form\FormView {#1006 …5} |
| full_name | "interessado" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "interessado" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "interessado" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_interessado" |
| valid | true |
| value | App\Entity\Interessado {#831 -id: null -curso: App\Entity\Curso {#832 -id: 40 -titulo: "Curso Técnico em Educação 69e82f02e0d42" -chamadaCurta: "Aprenda na prática tudo sobre essa área fascinante." -chamadaLonga: "<h2>Uma imersão completa</h2><p>Este curso foi estruturado para desenvolver as competências exigidas pelo mercado de trabalho atual...</p>" -imagemPrincipal: "curso_69e82f02e0d47.jpg" -imagemPrincipalFile: Symfony\Component\HttpFoundation\File\File {#934 …} -ordem: 40 -active: true -updatedAt: DateTimeImmutable @1776838069 {#937 date: 2026-04-22 03:07:49.497059 America/Sao_Paulo (-03:00) } -gradesCurriculares: Doctrine\ORM\PersistentCollection {#845 …} -estruturas: Doctrine\ORM\PersistentCollection {#862 …} -faqs: Doctrine\ORM\PersistentCollection {#879 …} -interessados: Doctrine\ORM\PersistentCollection {#898 …} } -nome: null -email: null -telefone: null -mensagem: null -createdAt: DateTimeImmutable @1776838069 {#842 date: 2026-04-22 03:07:49.497097 America/Sao_Paulo (-03:00) } -status: "novo" } |
nome
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" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "placeholder" => "Seu nome" ] |
[ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "placeholder" => "Seu nome" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1011 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1011 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "Nome Completo *" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "placeholder" => "Seu nome" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1011 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#572 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#133 …} -logger: Monolog\Logger {#252 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#571 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1019 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Nome Completo *" |
| 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() {#1021 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1020 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "placeholder" => "Seu nome" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_interessado_nome" ] |
| cache_key | "_interessado_nome_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1022 -errors: [] -form: Symfony\Component\Form\Form {#1117 …} } |
| form | Symfony\Component\Form\FormView {#1035 …5} |
| full_name | "interessado[nome]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "interessado_nome" |
| label | "Nome Completo *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nome" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_interessado_nome" |
| 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" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "placeholder" => "seu@email.com" ] |
[ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "placeholder" => "seu@email.com" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1012 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1013 +payload: null +groups: ? ?array +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1012 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1013 +payload: null +groups: ? ?array +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| label | "E-mail *" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "placeholder" => "seu@email.com" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1012 +payload: null +groups: ? ?array +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1013 +payload: null +groups: ? ?array +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#572 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#133 …} -logger: Monolog\Logger {#252 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#571 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1032 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 enter a valid email address." |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1034 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1033 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "placeholder" => "seu@email.com" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_interessado_email" ] |
| cache_key | "_interessado_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1133 -errors: [] -form: Symfony\Component\Form\Form {#1120 …} } |
| form | Symfony\Component\Form\FormView {#1135 …5} |
| full_name | "interessado[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "interessado_email" |
| label | "E-mail *" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_interessado_email" |
| valid | true |
| value | "" |
telefone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
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" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "placeholder" => "(16) 99999-9999" ] |
[ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "placeholder" => "(16) 99999-9999" ] |
| label | "Telefone / WhatsApp" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "placeholder" => "(16) 99999-9999" ] |
| 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 | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#572 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#133 …} -logger: Monolog\Logger {#252 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#571 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1045 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Telefone / WhatsApp" |
| 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() {#1047 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1046 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "placeholder" => "(16) 99999-9999" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_interessado_telefone" ] |
| cache_key | "_interessado_telefone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1136 -errors: [] -form: Symfony\Component\Form\Form {#1123 …} } |
| form | Symfony\Component\Form\FormView {#1137 …5} |
| full_name | "interessado[telefone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "interessado_telefone" |
| label | "Telefone / WhatsApp" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "telefone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_interessado_telefone" |
| valid | true |
| value | "" |
curso
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Curso {#832 -id: 40 -titulo: "Curso Técnico em Educação 69e82f02e0d42" -chamadaCurta: "Aprenda na prática tudo sobre essa área fascinante." -chamadaLonga: "<h2>Uma imersão completa</h2><p>Este curso foi estruturado para desenvolver as competências exigidas pelo mercado de trabalho atual...</p>" -imagemPrincipal: "curso_69e82f02e0d47.jpg" -imagemPrincipalFile: Symfony\Component\HttpFoundation\File\File {#934 …} -ordem: 40 -active: true -updatedAt: DateTimeImmutable @1776838069 {#937 date: 2026-04-22 03:07:49.497059 America/Sao_Paulo (-03:00) } -gradesCurriculares: Doctrine\ORM\PersistentCollection {#845 …} -estruturas: Doctrine\ORM\PersistentCollection {#862 …} -faqs: Doctrine\ORM\PersistentCollection {#879 …} -interessados: Doctrine\ORM\PersistentCollection {#898 …} } |
| View Format |
"40"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" ] |
[ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" ] |
| choice_label | "titulo" |
same as passed value |
| class | "App\Entity\Curso" |
same as passed value |
| label | "Curso de Interesse" |
same as passed value |
| placeholder | "Selecione um curso" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "titulo" |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1089 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1081 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1090 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1091 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1093 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1092 …} } |
| choices | null |
| class | "App\Entity\Curso" |
| 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 | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#572 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#133 …} -logger: Monolog\Logger {#252 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#571 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Container6TskWf4\EntityManagerGhost614a58f {#166 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1085 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Container6TskWf4\EntityManagerGhost614a58f {#166 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#765 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Curso de Interesse" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Selecione um curso" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1080 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1078 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_interessado_curso" ] |
| cache_key | "_interessado_curso_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1162 +data: App\Entity\Curso {#1250 …} +value: "1" +label: "Curso Técnico em Engenharia 69e82e9e883e2" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1254 +data: App\Entity\Curso {#1266 …} +value: "2" +label: "Curso Técnico em Comunicação 69e82ea10b9ed" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1164 +data: App\Entity\Curso {#1275 …} +value: "3" +label: "Curso Técnico em Saúde 69e82ea3670c3" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1263 +data: App\Entity\Curso {#1284 …} +value: "4" +label: "Curso Técnico em Artes 69e82ea5e01f7" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1163 +data: App\Entity\Curso {#1293 …} +value: "5" +label: "Curso Técnico em Meio Ambiente 69e82ea86252c" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1252 +data: App\Entity\Curso {#1302 …} +value: "6" +label: "Curso Técnico em Saúde 69e82eaab68e4" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1169 +data: App\Entity\Curso {#1311 …} +value: "7" +label: "Curso Técnico em Design 69e82eadccfbc" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1253 +data: App\Entity\Curso {#1320 …} +value: "8" +label: "Curso Técnico em Negócios 69e82eb0be29e" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1165 +data: App\Entity\Curso {#1329 …} +value: "9" +label: "Curso Técnico em Saúde 69e82eb31eca8" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1166 +data: App\Entity\Curso {#1338 …} +value: "10" +label: "Curso Técnico em Engenharia 69e82eb5eb914" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1698 +data: App\Entity\Curso {#1347 …} +value: "11" +label: "Curso Técnico em Educação 69e82eb881e71" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1699 +data: App\Entity\Curso {#1356 …} +value: "12" +label: "Curso Técnico em Tecnologia 69e82ebb5c604" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1915 +data: App\Entity\Curso {#1365 …} +value: "13" +label: "Curso Técnico em Ciências 69e82ebe2b891" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1916 +data: App\Entity\Curso {#1374 …} +value: "14" +label: "Curso Técnico em Negócios 69e82ec119037" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1878 +data: App\Entity\Curso {#1383 …} +value: "15" +label: "Curso Técnico em Design 69e82ec3e2e4f" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1881 +data: App\Entity\Curso {#1392 …} +value: "16" +label: "Curso Técnico em Educação 69e82ec68456f" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1882 +data: App\Entity\Curso {#1401 …} +value: "17" +label: "Curso Técnico em Engenharia 69e82ec90c8f7" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1885 +data: App\Entity\Curso {#1410 …} +value: "18" +label: "Curso Técnico em Saúde 69e82ecb6117c" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1893 +data: App\Entity\Curso {#1419 …} +value: "19" +label: "Curso Técnico em Negócios 69e82ece1d8ca" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1890 +data: App\Entity\Curso {#1428 …} +value: "20" +label: "Curso Técnico em Tecnologia 69e82ed079d3e" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1886 +data: App\Entity\Curso {#1437 …} +value: "21" +label: "Curso Técnico em Negócios 69e82ed2dbe95" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1889 +data: App\Entity\Curso {#1446 …} +value: "22" +label: "Curso Técnico em Meio Ambiente 69e82ed5484fb" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1894 +data: App\Entity\Curso {#1455 …} +value: "23" +label: "Curso Técnico em Meio Ambiente 69e82ed817c48" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1897 +data: App\Entity\Curso {#1464 …} +value: "24" +label: "Curso Técnico em Negócios 69e82eda62f32" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1898 +data: App\Entity\Curso {#1473 …} +value: "25" +label: "Curso Técnico em Meio Ambiente 69e82edd0c8c8" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1901 +data: App\Entity\Curso {#1482 …} +value: "26" +label: "Curso Técnico em Design 69e82edfca34e" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1902 +data: App\Entity\Curso {#1491 …} +value: "27" +label: "Curso Técnico em Meio Ambiente 69e82ee23bbba" +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1910 +data: App\Entity\Curso {#1500 …} +value: "28" +label: "Curso Técnico em Design 69e82ee4a031d" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1909 +data: App\Entity\Curso {#1509 …} +value: "29" +label: "Curso Técnico em Negócios 69e82ee7a587e" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1905 +data: App\Entity\Curso {#1518 …} +value: "30" +label: "Curso Técnico em Ciências 69e82eea3fa42" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1906 +data: App\Entity\Curso {#1527 …} +value: "31" +label: "Curso Técnico em Design 69e82eeccc4a7" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1913 +data: App\Entity\Curso {#1536 …} +value: "32" +label: "Curso Técnico em Design 69e82eef40737" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1914 +data: App\Entity\Curso {#1545 …} +value: "33" +label: "Curso Técnico em Negócios 69e82ef1a09f9" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1917 +data: App\Entity\Curso {#1554 …} +value: "34" +label: "Curso Técnico em Tecnologia 69e82ef3d142b" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1918 +data: App\Entity\Curso {#1563 …} +value: "35" +label: "Curso Técnico em Meio Ambiente 69e82ef66627c" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1919 +data: App\Entity\Curso {#1572 …} +value: "36" +label: "Curso Técnico em Meio Ambiente 69e82ef8b9198" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1920 +data: App\Entity\Curso {#1581 …} +value: "37" +label: "Curso Técnico em Ciências 69e82efb2c856" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1921 +data: App\Entity\Curso {#1590 …} +value: "38" +label: "Curso Técnico em Ciências 69e82efdb4605" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1922 +data: App\Entity\Curso {#1599 …} +value: "39" +label: "Curso Técnico em Negócios 69e82f00644d3" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1923 +data: App\Entity\Curso {#832 -id: 40 -titulo: "Curso Técnico em Educação 69e82f02e0d42" -chamadaCurta: "Aprenda na prática tudo sobre essa área fascinante." -chamadaLonga: "<h2>Uma imersão completa</h2><p>Este curso foi estruturado para desenvolver as competências exigidas pelo mercado de trabalho atual...</p>" -imagemPrincipal: "curso_69e82f02e0d47.jpg" -imagemPrincipalFile: Symfony\Component\HttpFoundation\File\File {#934 …} -ordem: 40 -active: true -updatedAt: DateTimeImmutable @1776838069 {#937 date: 2026-04-22 03:07:49.497059 America/Sao_Paulo (-03:00) } -gradesCurriculares: Doctrine\ORM\PersistentCollection {#845 …} -estruturas: Doctrine\ORM\PersistentCollection {#862 …} -faqs: Doctrine\ORM\PersistentCollection {#879 …} -interessados: Doctrine\ORM\PersistentCollection {#898 …} } +value: "40" +label: "Curso Técnico em Educação 69e82f02e0d42" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1924 +data: App\Entity\Curso {#1608 …} +value: "41" +label: "Curso Técnico em Ciências 69e82f0558f17" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1925 +data: App\Entity\Curso {#1617 …} +value: "42" +label: "Curso Técnico em Educação 69e82f0793f40" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1926 +data: App\Entity\Curso {#1626 …} +value: "43" +label: "Curso Técnico em Meio Ambiente 69e82f0a4fc62" +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1927 +data: App\Entity\Curso {#1635 …} +value: "44" +label: "Curso Técnico em Engenharia 69e82f0cc7ebb" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1928 +data: App\Entity\Curso {#1644 …} +value: "45" +label: "Curso Técnico em Design 69e82f0f271b1" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1929 +data: App\Entity\Curso {#1653 …} +value: "46" +label: "Curso Técnico em Negócios 69e82f11a83d4" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1930 +data: App\Entity\Curso {#1662 …} +value: "47" +label: "Curso Técnico em Tecnologia 69e82f140e313" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1931 +data: App\Entity\Curso {#1671 …} +value: "48" +label: "Curso Técnico em Design 69e82f16c4a8e" +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1932 +data: App\Entity\Curso {#1680 …} +value: "49" +label: "Curso Técnico em Tecnologia 69e82f1916a78" +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1933 +data: App\Entity\Curso {#1689 …} +value: "50" +label: "Curso Técnico em Comunicação 69e82f1b6940f" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | App\Entity\Curso {#832 -id: 40 -titulo: "Curso Técnico em Educação 69e82f02e0d42" -chamadaCurta: "Aprenda na prática tudo sobre essa área fascinante." -chamadaLonga: "<h2>Uma imersão completa</h2><p>Este curso foi estruturado para desenvolver as competências exigidas pelo mercado de trabalho atual...</p>" -imagemPrincipal: "curso_69e82f02e0d47.jpg" -imagemPrincipalFile: Symfony\Component\HttpFoundation\File\File {#934 …} -ordem: 40 -active: true -updatedAt: DateTimeImmutable @1776838069 {#937 date: 2026-04-22 03:07:49.497059 America/Sao_Paulo (-03:00) } -gradesCurriculares: Doctrine\ORM\PersistentCollection {#845 …} -estruturas: Doctrine\ORM\PersistentCollection {#862 …} -faqs: Doctrine\ORM\PersistentCollection {#879 …} -interessados: Doctrine\ORM\PersistentCollection {#898 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1138 -errors: [] -form: Symfony\Component\Form\Form {#1126 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1158 …5} |
| full_name | "interessado[curso]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "interessado_curso" |
| is_selected | Closure($choice, $value) {#1161 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Curso de Interesse" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "curso" |
| placeholder | "Selecione um curso" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_interessado_curso" |
| valid | true |
| value | "40" |
mensagem
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" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "rows" => 3 "placeholder" => "Alguma dúvida ou observação?" ] |
[ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "rows" => 3 "placeholder" => "Alguma dúvida ou observação?" ] |
| label | "Mensagem (opcional)" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "rows" => 3 "placeholder" => "Alguma dúvida ou observação?" ] |
| 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 | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#572 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#133 …} -logger: Monolog\Logger {#252 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#571 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1106 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Mensagem (opcional)" |
| 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() {#1108 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1107 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:border-cetec-orange transition-colors bg-white" "rows" => 3 "placeholder" => "Alguma dúvida ou observação?" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_interessado_mensagem" ] |
| cache_key | "_interessado_mensagem_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1934 -errors: [] -form: Symfony\Component\Form\Form {#1129 …} } |
| form | Symfony\Component\Form\FormView {#1160 …5} |
| full_name | "interessado[mensagem]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "interessado_mensagem" |
| label | "Mensagem (opcional)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "mensagem" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_interessado_mensagem" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "csrf-token" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "csrf-token" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| 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 | "submit" |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#572 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#133 …} -logger: Monolog\Logger {#252 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#571 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "csrf-token" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1938 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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() {#1940 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#222 …} $message: Closure() {#1939 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_interessado__token" ] |
| cache_key | "_interessado__token_hidden" |
| compound | false |
| data | "csrf-token" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1950 -errors: [] -form: Symfony\Component\Form\Form {#1946 …} } |
| form | Symfony\Component\Form\FormView {#1941 …5} |
| full_name | "interessado[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "interessado__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 | "_interessado__token" |
| valid | true |
| value | "csrf-token" |