Forms
-
form
-
template
-
content
-
type
-
_token
-
form
Form type:
"Symfony\Component\Form\Extension\Core\Type\FormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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 | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#622 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#183 …} -logger: Monolog\Logger {#56 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#362 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#972 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 | "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() {#970 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#297 …} $message: Closure() {#971 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1137 -errors: [] -form: Symfony\Component\Form\Form {#1134 …} } |
| form | Symfony\Component\Form\FormView {#969 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | null |
template
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 | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control select-search" ] |
[ "class" => "form-control select-search" ] |
| choice_attr | Closure($template) {#1011 class: "App\Controller\MessagingController" this: App\Controller\MessagingController {#724 …} } |
same as passed value |
| class | "App\Entity\Template" |
same as passed value |
| label | "Utiliser un modèle" |
same as passed value |
| mapped | false |
same as passed value |
| multiple | false |
same as passed value |
| placeholder | "Choisir un modèle dans la liste" |
same as passed value |
| query_builder | Closure(TemplateRepository $tr) {#392 class: "App\Controller\MessagingController" this: App\Controller\MessagingController {#724 …} } |
Doctrine\ORM\QueryBuilder {#1053 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#967 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "t" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1036 #from: "App\Entity\Template" #alias: "t" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1023 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "t.type = 2" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: Doctrine\ORM\QueryType {#1012 …} -dql: "SELECT t FROM App\Entity\Template t WHERE t.type = 2" -parameters: Doctrine\Common\Collections\ArrayCollection {#1054 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#654 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control select-search" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | Closure($template) {#1011 class: "App\Controller\MessagingController" this: App\Controller\MessagingController {#724 …} } |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#960 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#987 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1046 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1031 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1057 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#961 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1076 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1049 …} } |
| choices | null |
| class | "App\Entity\Template" |
| 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\SameOriginCsrfTokenManager {#622 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#183 …} -logger: Monolog\Logger {#56 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#362 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#654 …11} |
| 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 {#1124 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#654 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1009 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Utiliser un modèle" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Choisir un modèle dans la liste" |
| 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 | Doctrine\ORM\QueryBuilder {#1053 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#967 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "t" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1036 #from: "App\Entity\Template" #alias: "t" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1023 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "t.type = 2" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: Doctrine\ORM\QueryType {#1012 …} -dql: "SELECT t FROM App\Entity\Template t WHERE t.type = 2" -parameters: Doctrine\Common\Collections\ArrayCollection {#1054 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#654 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#984 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#297 …} $message: Closure() {#980 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control select-search" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_form_template" ] |
| cache_key | "_form_template_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1156 +data: App\Entity\Template {#1189 …} +value: "7" +label: "Internet Abonnement sur année Civile (MAIL)" +attr: [ "data-content-template" => """ <p>Bonjour,</p>\r\n \r\n <p>Les abonnement Internet ne peuvent plus être à cheval sur deux années. Ils se terminent obligatoirement le 31 décembre de l'année en cours.</p>\r\n \r\n <p>L'année suivante, vous pourrez prendre un abonnement pour une année complète.</p>\r\n \r\n <p>Bien cordialement</p>\r\n <script src="//cdn.public.flmngr.com/FLMNFLMN/widgets.js"></script> """ "data-content-type" => 2 ] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1184 +data: App\Entity\Template {#1191 …} +value: "13" +label: "TEST EMAIL (MAIL)" +attr: [ "data-content-template" => """ <p>Bonjour, ce message est un test. Veuillez accuser de sa bonne réception à contact@domainedesmaurels.fr</p>\r\n \r\n <p>Hello, this message is a test sending. Please acknowledge receipt to contact@domainedesmaurels.fr</p>\r\n \r\n <p> </p>\r\n <script src="//cdn.public.flmngr.com/FLMNFLMN/widgets.js"></script> """ "data-content-type" => 2 ] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1045 +data: App\Entity\Template {#1192 …} +value: "16" +label: "Relevé compteur eau (MAIL)" +attr: [ "data-content-template" => """ <p>Bonjour, si vous êtes au Domaine pourriez-vous effectuer le relevé de votre compteur d'eau avant le .</p>\r\n \r\n <p>en scannant le QR code fixé près de votre compteur (voir fichier pdf)</p>\r\n \r\n <p>en prenant une photo de votre compteur et en nous la transmettant par mail à contact@domainedesmaurels.fr</p>\r\n \r\n <p>Merci</p>\r\n \r\n <p>Le bureau du Domaine</p>\r\n \r\n <p>---------------------------------------------------</p>\r\n \r\n <p>Hello,</p>\r\n \r\n <p>if you are at the Domaine could you take your water meter before the . by scanning the QR code attached to your meter (see pdf file)by taking a photo of your meter and sending it to us by email at contact@domainedesmaurels.fr</p>\r\n \r\n <p>thanks</p>\r\n \r\n <p>The Office of the Domain</p>\r\n \r\n <p> </p>\r\n <script src="//cdn.flmngr.com/widgets.js?apiKey=FLMNFLMN"></script> """ "data-content-type" => 2 ] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1128 +data: App\Entity\Template {#1193 …} +value: "19" +label: "CODE BOÎTE A CLEFS (MAIL)" +attr: [ "data-content-template" => """ <p>Bonjour,</p>\r\n \r\n <p>Vous pourrez retirer un badge double barrière dans la boîte à clefs N° qui se trouve sur la boîte à colis (boîtes aux lettres).</p>\r\n \r\n <p>Le badge devra être remis dans cette même boîte après utilisation et vous vouderz bien nous condirmer par email que vous l'avez remis en place.</p>\r\n \r\n <p>Le code de la boîte N° est </p>\r\n \r\n <p>Bien Cordialement</p>\r\n <script data-ts="1754128429371" src="//cdn.flmngr.com/widgets.js?apiKey=FLMNFLMN"></script> """ "data-content-type" => 2 ] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1153 +data: App\Entity\Template {#1194 …} +value: "22" +label: "NOUVEAU MEMBRE (MAIL)" +attr: [ "data-content-template" => """ <p>Bonjour madame, monsieur....</p>\r\n \r\n <p>Vous êtes maintenant associé(e) de la SCI et membre de l'association et nous vous souhaitons la bienvenue au Domaine des Maurels.</p>\r\n \r\n <p>Vous avez à présent accès à un espace privé sur le site du Domaine.</p>\r\n \r\n <p>Vous pourrez consulter vos consommations électriques, demander un abonnement pour internet, consulter vos quotes-parts et les régler depuis le site par CB.</p>\r\n \r\n <p>À partir d'un navigateur web, vous rendre à l'adresse <em><strong>https://manage.domainedesmaurels.fr</strong></em></p>\r\n \r\n <p>Votre identifiant est l'adresse email que vous nous avez communiqué</p>\r\n \r\n <p>ensuite pour une première connection utiliser la procédure de renouvellement de mot de passe.</p>\r\n \r\n <p>vous pourrez ensuite vous connecter.</p>\r\n \r\n <p>Nous restons à votre disposition pour tout autre demande (par email à l'adresse contact@domainedesmaurels.fr)</p>\r\n \r\n <p>Bien cordialement</p>\r\n <script data-ts="1749730386573" src="//cdn.flmngr.com/widgets.js?apiKey=FLMNFLMN"></script> """ "data-content-type" => 2 ] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1147 +data: App\Entity\Template {#1197 …} +value: "24" +label: "CHEQUE REFUS (MAIL)" +attr: [ "data-content-template" => """ <p>Cher Membre, </p>\r\n \r\n <p>Depuis juillet 2024, nous avons, à plusieurs reprises, indiqué que nous n'acceptons plus les règlement par chèques.</p>\r\n \r\n <p>Le chèque que nous avons reçu sera encaissé cette fois-çi encore mais à partir de 2026 tous les chèques seront refusés.</p>\r\n \r\n <p>Vous avez la possibilité de régler vos charges et cotisations par virement bancaire ou par carte bancaire à partir du site du Domaine (https://manage.domainedesmaurels.fr/).</p>\r\n \r\n <p>Nous comptons sur votre compréhension.</p>\r\n \r\n <p>Respectueusement</p>\r\n \r\n <p>Le Conseil d'Administration</p>\r\n <script data-ts="1763114396340" src="//cdn.flmngr.com/widgets.js?apiKey=FLMNFLMN"></script> """ "data-content-type" => 2 ] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1157 -errors: [] -form: Symfony\Component\Form\Form {#1172 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1159 …5} |
| full_name | "form[template]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_template" |
| is_selected | Closure($choice, $value) {#1143 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Utiliser un modèle" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "template" |
| placeholder | "Choisir un modèle dans la liste" |
| 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 | "_form_template" |
| valid | true |
| value | "" |
content
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 | [ "rows" => "10" ] |
[ "rows" => "10" ] |
| label | "Contenu du message" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "rows" => "10" ] |
| 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\SameOriginCsrfTokenManager {#622 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#183 …} -logger: Monolog\Logger {#56 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#362 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1042 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 | "Contenu du message" |
| 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() {#1063 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#297 …} $message: Closure() {#1043 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rows" => "10" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form_content" ] |
| cache_key | "_form_content_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1062 -errors: [] -form: Symfony\Component\Form\Form {#1175 …} } |
| form | Symfony\Component\Form\FormView {#1167 …5} |
| full_name | "form[content]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_content" |
| label | "Contenu du message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "content" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_content" |
| valid | true |
| value | "" |
type
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 |
|---|---|---|
| required | true |
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 | 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\SameOriginCsrfTokenManager {#622 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#183 …} -logger: Monolog\Logger {#56 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#362 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1123 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 | 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() {#1131 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#297 …} $message: Closure() {#1037 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_form_type" ] |
| cache_key | "_form_type_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1173 -errors: [] -form: Symfony\Component\Form\Form {#1178 …} } |
| form | Symfony\Component\Form\FormView {#1154 …5} |
| full_name | "form[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_type" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "type" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_type" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "7f6e9de651469755c2edaed4ad7fad.HRPum9HV13IBuPfvzu9uIIDFNMnc5vzUhf0DVol7LNA.WSGLzJDtiChp07Oqv58EWfKtbZ-OsLaA5JlHOeECer11aoLMq5m1IVT5gA" |
| 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 | "7f6e9de651469755c2edaed4ad7fad.HRPum9HV13IBuPfvzu9uIIDFNMnc5vzUhf0DVol7LNA.WSGLzJDtiChp07Oqv58EWfKtbZ-OsLaA5JlHOeECer11aoLMq5m1IVT5gA" |
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 | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#622 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#183 …} -logger: Monolog\Logger {#56 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#362 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "7f6e9de651469755c2edaed4ad7fad.HRPum9HV13IBuPfvzu9uIIDFNMnc5vzUhf0DVol7LNA.WSGLzJDtiChp07Oqv58EWfKtbZ-OsLaA5JlHOeECer11aoLMq5m1IVT5gA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1187 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() {#1195 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#297 …} $message: Closure() {#1183 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "7f6e9de651469755c2edaed4ad7fad.HRPum9HV13IBuPfvzu9uIIDFNMnc5vzUhf0DVol7LNA.WSGLzJDtiChp07Oqv58EWfKtbZ-OsLaA5JlHOeECer11aoLMq5m1IVT5gA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1152 -errors: [] -form: Symfony\Component\Form\Form {#1163 …} } |
| form | Symfony\Component\Form\FormView {#1158 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form__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 | "_form__token" |
| valid | true |
| value | "7f6e9de651469755c2edaed4ad7fad.HRPum9HV13IBuPfvzu9uIIDFNMnc5vzUhf0DVol7LNA.WSGLzJDtiChp07Oqv58EWfKtbZ-OsLaA5JlHOeECer11aoLMq5m1IVT5gA" |