- POL - Cache Calls
- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 6
- Events
- Routing
- Cache
- Translation 217
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Messages
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
entity
-
field
-
type
-
value
-
aCondition
-
description
-
specificFieldId
-
whenApply
-
containValues
-
customerId
-
mode
-
custom_event_trigger
"App\V4\Form\Type\CustomEventTrigger\CustomEventTriggerType"
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
Option | Passed Value | Resolved Value |
---|---|---|
customerId | "37f0fc4421cf42aead0a654e3b6e7f1d" |
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 | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1771 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1822 …} -namespace: Closure() {#1791 …} } |
customerId | "37f0fc4421cf42aead0a654e3b6e7f1d" |
data_class | "App\V4\Entity\CustomEventTrigger" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1784 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1732 …} use: { $class: "App\V4\Entity\CustomEventTrigger" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1868 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1880 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1243 …} $translationDomain: "validators" $message: Closure() {#1865 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "custom_event_trigger" "_custom_event_trigger" ] |
cache_key | "_custom_event_trigger_custom_event_trigger" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#13753 -form: Symfony\Component\Form\Form {#8685 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#13755 …5} |
full_name | "custom_event_trigger" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "custom_event_trigger" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "custom_event_trigger" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_custom_event_trigger" |
valid | true |
value | null |
entity
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Quote" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Quote" "Prospect" ] |
[ "Quote" "Prospect" ] |
data | "Quote" |
same as passed 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 |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [ "Quote" "Prospect" ] |
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 {#1771 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1822 …} -namespace: Closure() {#1791 …} } |
data | "Quote" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#8948 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1880 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1243 …} $translationDomain: "validators" $message: Closure() {#8957 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_custom_event_trigger_entity" ] |
cache_key | "_custom_event_trigger_entity_choice" |
choice_translation_domain | null |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6550 +label: "0" +value: "Quote" +data: "Quote" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8449 +label: "1" +value: "Prospect" +data: "Prospect" +attr: [] } ] |
compound | false |
data | "Quote" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#13759 -form: Symfony\Component\Form\Form {#8692 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#13758 …5} |
full_name | "custom_event_trigger[entity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "custom_event_trigger_entity" |
is_selected | Closure($choice, $value) {#13760 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2418 …} } |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "entity" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_custom_event_trigger_entity" |
valid | true |
value | "Quote" |
field
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "name" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "[Multiple] Description (description)" => "description" "[Multiple] Géré par (managedBy)" => "managedBy" "[Multiple] Potentiel (potential)" => "potential" "[Prospect] Activité (sf_55a455ab3f024adf8ca8a9b37f6b7c55)" => "sf_55a455ab3f024adf8ca8a9b37f6b7c55" "[Prospect] Adresse (Livraison) (deliveryAddress.address)" => "deliveryAddress.address" "[Prospect] Adresse (mainAddress.address)" => "mainAddress.address" "[Prospect] Affineur (sf_d641897b34c541b48f83263da02c9e39)" => "sf_d641897b34c541b48f83263da02c9e39" "[Prospect] Bureau d'étude (sf_2060784f65734207a136ef1ac3f26771)" => "sf_2060784f65734207a136ef1ac3f26771" "[Prospect] CEDEX (Livraison) (deliveryAddress.postalCedex)" => "deliveryAddress.postalCedex" "[Prospect] CEDEX (mainAddress.postalCedex)" => "mainAddress.postalCedex" "[Prospect] Capital Social (company.socialCapital)" => "company.socialCapital" "[Prospect] Chiffre d'affaire € (company.turnover)" => "company.turnover" "[Prospect] Civilité (contact.civility)" => "contact.civility" "[Prospect] Client depuis (customerSince)" => "customerSince" "[Prospect] Client historique (sf_da5000d9025b4aa6a0a3ce724c9939ff)" => "sf_da5000d9025b4aa6a0a3ce724c9939ff" "[Prospect] Code Naf (company.naf)" => "company.naf" "[Prospect] Code Postal (mainAddress.postalCode)" => "mainAddress.postalCode" "[Prospect] Code client (customerCode)" => "customerCode" "[Prospect] Code postal (Livraison) (deliveryAddress.postalCode)" => "deliveryAddress.postalCode" "[Prospect] Collecteur (sf_e4d718c7c0b04ed78471937939d05c23)" => "sf_e4d718c7c0b04ed78471937939d05c23" "[Prospect] Compl. Adresse (mainAddress.addressMore)" => "mainAddress.addressMore" "[Prospect] Complément d'adresse (Livraison) (deliveryAddress.addressMore)" => "deliveryAddress.addressMore" "[Prospect] Complément nom (company.nameComplement)" => "company.nameComplement" "[Prospect] Conditions de paiement (sf_1fc978d7f2c449bf8dc58e7bcd0794a9)" => "sf_1fc978d7f2c449bf8dc58e7bcd0794a9" "[Prospect] Demande entrante (sf_7d0857d39ebb485ebfe0b9b4a44b1786)" => "sf_7d0857d39ebb485ebfe0b9b4a44b1786" "[Prospect] Effectif (company.workforce)" => "company.workforce" "[Prospect] Email (contact.email)" => "contact.email" "[Prospect] Fonction (contact.job)" => "contact.job" "[Prospect] Forme légale (company.legalForm)" => "company.legalForm" "[Prospect] Groupe / Enseigne (groupName)" => "groupName" "[Prospect] Institutionnel (sf_0d055b88915e4bb688a56552e618e682)" => "sf_0d055b88915e4bb688a56552e618e682" "[Prospect] La fiche contient-elle des données personnelles (RGPDInfo.hasPersonalData)" => "RGPDInfo.hasPersonalData" "[Prospect] Mémo (memo)" => "memo" "[Prospect] Nom (contact.lastname)" => "contact.lastname" "[Prospect] Nom du prescripteur (sf_82a283273c394f3eb64fdc621d28053c)" => "sf_82a283273c394f3eb64fdc621d28053c" "[Prospect] Nom usuel (sf_ca279e7046654ccf94813ea10f825733)" => "sf_ca279e7046654ccf94813ea10f825733" "[Prospect] Origine (origin)" => "origin" "[Prospect] Pays (Livraison) (deliveryAddress.country)" => "deliveryAddress.country" "[Prospect] Pays (mainAddress.country)" => "mainAddress.country" "[Prospect] Personnel ER (sf_c51af21683e843b2a6489c203b8ad5f9)" => "sf_c51af21683e843b2a6489c203b8ad5f9" "[Prospect] Prescription (sf_d40a9dc5d4884e81b97bfa38009e5d82)" => "sf_d40a9dc5d4884e81b97bfa38009e5d82" "[Prospect] Producteur de déchets (sf_09c434e763354834a8a23dd5b5438220)" => "sf_09c434e763354834a8a23dd5b5438220" "[Prospect] Prospection directe (sf_67a4b3d0b0184c35abdc5be039947cef)" => "sf_67a4b3d0b0184c35abdc5be039947cef" "[Prospect] Prénom (contact.firstname)" => "contact.firstname" "[Prospect] SIRET (company.siret)" => "company.siret" "[Prospect] Salon (sf_0302504357094c9fae35140e30d39be4)" => "sf_0302504357094c9fae35140e30d39be4" "[Prospect] Site Internet (company.webSite)" => "company.webSite" "[Prospect] TVA (tva)" => "tva" "[Prospect] TVA Intracommunautaire (sf_a9e93f722774456088f0f3553aad8689)" => "sf_a9e93f722774456088f0f3553aad8689" "[Prospect] Tel. direct (contact.phone)" => "contact.phone" "[Prospect] Trader (sf_8d80fdcedbd24c0ca0fbb22d794cfa19)" => "sf_8d80fdcedbd24c0ca0fbb22d794cfa19" "[Prospect] Type de déchet (sf_036eaf2fe6da4aa88be3a2696f2f5a70)" => "sf_036eaf2fe6da4aa88be3a2696f2f5a70" "[Prospect] Type de fiche (prospectType)" => "prospectType" "[Prospect] Type de structure (company.structureType)" => "company.structureType" "[Prospect] Téléphone Portable (contact.mobile)" => "contact.mobile" "[Prospect] Valorisateur (sf_d45c2b98f1494dec88ff9f123a98dcb7)" => "sf_d45c2b98f1494dec88ff9f123a98dcb7" "[Prospect] Ville (Livraison) (deliveryAddress.city)" => "deliveryAddress.city" "[Prospect] Ville (mainAddress.city)" => "mainAddress.city" "[Quote] Ancien Id (externalId)" => "externalId" "[Quote] Autre conditionnement (sf_ef2484d9648d48a5bd1f55ded89021e3)" => "sf_ef2484d9648d48a5bd1f55ded89021e3" "[Quote] Bon de réception (Commercial) (sf_c65f02a0171544bc981e06b5b8b9a1b4)" => "sf_c65f02a0171544bc981e06b5b8b9a1b4" "[Quote] Code déchet (sf_6b28112fc43c49049d8e98670bfa77a2)" => "sf_6b28112fc43c49049d8e98670bfa77a2" "[Quote] Code nomenclature douanière (sf_c52beb4b7b4d458597acd5081b40ad65)" => "sf_c52beb4b7b4d458597acd5081b40ad65" "[Quote] Commentaire (comment)" => "comment" "[Quote] Commentaire réception (Laboratoire) (sf_7d1c832010ad48728f80b7fb387d1ea7)" => "sf_7d1c832010ad48728f80b7fb387d1ea7" "[Quote] Composition (sf_e4737c0ed9ae481e89a07a78b49f5f9d)" => "sf_e4737c0ed9ae481e89a07a78b49f5f9d" "[Quote] Compte/Prospect (prospectId)" => "prospectId" "[Quote] Condition de l'offre / montant (sf_7b9ba2e239474147a7b4d9ebd1ee2597)" => "sf_7b9ba2e239474147a7b4d9ebd1ee2597" "[Quote] Conditionnement (sf_fb9015d8a2cc443ebc93d11cc3fce79a)" => "sf_fb9015d8a2cc443ebc93d11cc3fce79a" "[Quote] Conditions (terms)" => "terms" "[Quote] Conformité lot (sf_87b9f38e5f3d4381b72c2ff4714462fa)" => "sf_87b9f38e5f3d4381b72c2ff4714462fa" "[Quote] Contact Concerné (contactId)" => "contactId" "[Quote] Contrat de maintenance (isMaintenance)" => "isMaintenance" "[Quote] Dangerosité (sf_d26ea454d3a843b38a718847c60d799b)" => "sf_d26ea454d3a843b38a718847c60d799b" "[Quote] Date conformité réception (Laboratoire) (sf_89a7fd676fa941db9a89c2e0fa592e90)" => "sf_89a7fd676fa941db9a89c2e0fa592e90" "[Quote] Date d'enlèvement (Logistique) (sf_0f47f8691e184b5c845d1bbe0cbadcb2)" => "sf_0f47f8691e184b5c845d1bbe0cbadcb2" "[Quote] Date d'émission (issuedAt)" => "issuedAt" "[Quote] Date d'émission (sf_2263364d19d14524b19cd6e47e3f5342)" => "sf_2263364d19d14524b19cd6e47e3f5342" "[Quote] Date de garantie (warrantlyAt)" => "warrantlyAt" "[Quote] Date de livraison (Logistique) (sf_f135c1acb2d84402a1f9a177f1b0f699)" => "sf_f135c1acb2d84402a1f9a177f1b0f699" "[Quote] Date de réception (sf_1cea867640f14e8c89b48fb508953bad)" => "sf_1cea867640f14e8c89b48fb508953bad" "[Quote] Date de signature (expectedSignedAt)" => "expectedSignedAt" "[Quote] Date de validité (expiredAt)" => "expiredAt" "[Quote] Date du CAP (Logistique) (sf_60b350671c4741c6afe14c4c5eeff9d1)" => "sf_60b350671c4741c6afe14c4c5eeff9d1" "[Quote] Date enregistrement analyse (Laboratoire) (sf_bf94c57cd69d439c9279acc57e25aeb2)" => "sf_bf94c57cd69d439c9279acc57e25aeb2" "[Quote] Date réception échantillon (sf_248e8ed7ac5c4d02878af926d41a3853)" => "sf_248e8ed7ac5c4d02878af926d41a3853" "[Quote] Date signature FID (sf_4cdbd12d21a447fdb3542778fec86e19)" => "sf_4cdbd12d21a447fdb3542778fec86e19" "[Quote] Date émission (sf_5793d108b39841cdae1fb7e97a194a1e)" => "sf_5793d108b39841cdae1fb7e97a194a1e" "[Quote] Document(s) du devis (customerFiles)" => "customerFiles" "[Quote] Est Gagné (status_isWon)" => "status_isWon" "[Quote] Filière envisagée (sf_32e42381434147998e510e3d13726e4b)" => "sf_32e42381434147998e510e3d13726e4b" "[Quote] Flux (sf_7e8b6e1c94fc43028a7374442bbc69a3)" => "sf_7e8b6e1c94fc43028a7374442bbc69a3" "[Quote] Flux (sf_87ee9dbea0db4f5ab0fb41c57457661a)" => "sf_87ee9dbea0db4f5ab0fb41c57457661a" "[Quote] Incoterm (sf_fcf9ffce3b6d43aabec383a6da8d5bcf)" => "sf_fcf9ffce3b6d43aabec383a6da8d5bcf" "[Quote] Infos de facturation (sf_cb518eb9733040928c2129eb0e8daf42)" => "sf_cb518eb9733040928c2129eb0e8daf42" "[Quote] Modalité Achat/Vente (sf_801e01b16c4745a6a12fcd2da6f8a97f)" => "sf_801e01b16c4745a6a12fcd2da6f8a97f" "[Quote] Montant € (Commercial) (sf_2cab47d15c50430b8862e82c177b3d2b)" => "sf_2cab47d15c50430b8862e82c177b3d2b" "[Quote] Montant €/T (Commercial) (sf_80f4b3d31afa43a3941d61b51e5f48a0)" => "sf_80f4b3d31afa43a3941d61b51e5f48a0" "[Quote] Motif (facultatif) (reasonComment)" => "reasonComment" "[Quote] Nom du producteur (si le client est un collecteur) (sf_1343927b4ded4078b6fa4a8a81319806)" => "sf_1343927b4ded4078b6fa4a8a81319806" "[Quote] Num. Devis (quoteNumber)" => "quoteNumber" "[Quote] Numéro FID (sf_85f93eb9983c4504afb3c2cd2b0c6205)" => "sf_85f93eb9983c4504afb3c2cd2b0c6205" "[Quote] Numéro de contrat (contractNumber)" => "contractNumber" "[Quote] Numéro échantillon (sf_32f8b5addfe3473ca26b16c20df2cafb)" => "sf_32f8b5addfe3473ca26b16c20df2cafb" "[Quote] N° de CAP (Logistique) (sf_e5bab0c577714e99b565a18b0829df24)" => "sf_e5bab0c577714e99b565a18b0829df24" "[Quote] Poids brut (T) (Logistique) (sf_33d9295174d446d8a9903a8ac0887691)" => "sf_33d9295174d446d8a9903a8ac0887691" "[Quote] Poids disponible (en T) (sf_cdc0f999544b42af8d3470e28cc9ad50)" => "sf_cdc0f999544b42af8d3470e28cc9ad50" "[Quote] Poids net (T) (Logistique) (sf_839f155dc8ff42f6b64851c09e981a0f)" => "sf_839f155dc8ff42f6b64851c09e981a0f" "[Quote] Poids net (en T) (sf_03efeaac14e04f23a3136bcd85ece07d)" => "sf_03efeaac14e04f23a3136bcd85ece07d" "[Quote] Portefeuille (isSalesForecast)" => "isSalesForecast" "[Quote] Raison (reason)" => "reason" "[Quote] Référence (sf_a29cdaddd0bd4263b320a431f449a1b5)" => "sf_a29cdaddd0bd4263b320a431f449a1b5" "[Quote] Site de livraison / enlèvement (sf_fa3f04c4ebf1401ea71452576c9e80cd)" => "sf_fa3f04c4ebf1401ea71452576c9e80cd" "[Quote] Statut (status)" => "status" "[Quote] Statut Devis (sf_cefeca4f9cf747bcaacce1b6b11b2ea1)" => "sf_cefeca4f9cf747bcaacce1b6b11b2ea1" "[Quote] Statut déchet (sf_0b10f6220763402eb1a5be24843e891a)" => "sf_0b10f6220763402eb1a5be24843e891a" "[Quote] Statut facture (sf_d02e6df9946e444b8fcde60d8ab642e6)" => "sf_d02e6df9946e444b8fcde60d8ab642e6" "[Quote] Statut réception (sf_c3283ac48a5e4ed0a57829567f365f8d)" => "sf_c3283ac48a5e4ed0a57829567f365f8d" "[Quote] Suite à donner (sf_927944670f064504b122b26ba0197b37)" => "sf_927944670f064504b122b26ba0197b37" "[Quote] Suivi échantillon (sf_45d0610d71594628852a96e8dfa40149)" => "sf_45d0610d71594628852a96e8dfa40149" "[Quote] Tarif €/T (sf_dd5ed5fae9604754a3643f74c082e01c)" => "sf_dd5ed5fae9604754a3643f74c082e01c" "[Quote] Titre de l'offre (name)" => "name" "[Quote] Tonnage annuel (sf_cccdd1a2c9834b5b8c5c54de97bab0ec)" => "sf_cccdd1a2c9834b5b8c5c54de97bab0ec" "[Quote] Total HT (totalExcludingVat)" => "totalExcludingVat" "[Quote] Total pondéré (weightedTotal)" => "weightedTotal" "[Quote] Traitement envisagé (sf_e5ccba8ca04740a2a995714b640f127d)" => "sf_e5ccba8ca04740a2a995714b640f127d" "[Quote] Type de devis (sf_ade585bf781c4dc7ad5a0cbb2d9968ca)" => "sf_ade585bf781c4dc7ad5a0cbb2d9968ca" "[Quote] Type de produit (sf_31bd8633e49241cf9cffb2f0a77acf30)" => "sf_31bd8633e49241cf9cffb2f0a77acf30" "[Quote] Ventilation analytique (sf_70633ff429ce40ee914985d98bbc9c4e)" => "sf_70633ff429ce40ee914985d98bbc9c4e" "tasks" => "tasks" ] |
[ "[Multiple] Description (description)" => "description" "[Multiple] Géré par (managedBy)" => "managedBy" "[Multiple] Potentiel (potential)" => "potential" "[Prospect] Activité (sf_55a455ab3f024adf8ca8a9b37f6b7c55)" => "sf_55a455ab3f024adf8ca8a9b37f6b7c55" "[Prospect] Adresse (Livraison) (deliveryAddress.address)" => "deliveryAddress.address" "[Prospect] Adresse (mainAddress.address)" => "mainAddress.address" "[Prospect] Affineur (sf_d641897b34c541b48f83263da02c9e39)" => "sf_d641897b34c541b48f83263da02c9e39" "[Prospect] Bureau d'étude (sf_2060784f65734207a136ef1ac3f26771)" => "sf_2060784f65734207a136ef1ac3f26771" "[Prospect] CEDEX (Livraison) (deliveryAddress.postalCedex)" => "deliveryAddress.postalCedex" "[Prospect] CEDEX (mainAddress.postalCedex)" => "mainAddress.postalCedex" "[Prospect] Capital Social (company.socialCapital)" => "company.socialCapital" "[Prospect] Chiffre d'affaire € (company.turnover)" => "company.turnover" "[Prospect] Civilité (contact.civility)" => "contact.civility" "[Prospect] Client depuis (customerSince)" => "customerSince" "[Prospect] Client historique (sf_da5000d9025b4aa6a0a3ce724c9939ff)" => "sf_da5000d9025b4aa6a0a3ce724c9939ff" "[Prospect] Code Naf (company.naf)" => "company.naf" "[Prospect] Code Postal (mainAddress.postalCode)" => "mainAddress.postalCode" "[Prospect] Code client (customerCode)" => "customerCode" "[Prospect] Code postal (Livraison) (deliveryAddress.postalCode)" => "deliveryAddress.postalCode" "[Prospect] Collecteur (sf_e4d718c7c0b04ed78471937939d05c23)" => "sf_e4d718c7c0b04ed78471937939d05c23" "[Prospect] Compl. Adresse (mainAddress.addressMore)" => "mainAddress.addressMore" "[Prospect] Complément d'adresse (Livraison) (deliveryAddress.addressMore)" => "deliveryAddress.addressMore" "[Prospect] Complément nom (company.nameComplement)" => "company.nameComplement" "[Prospect] Conditions de paiement (sf_1fc978d7f2c449bf8dc58e7bcd0794a9)" => "sf_1fc978d7f2c449bf8dc58e7bcd0794a9" "[Prospect] Demande entrante (sf_7d0857d39ebb485ebfe0b9b4a44b1786)" => "sf_7d0857d39ebb485ebfe0b9b4a44b1786" "[Prospect] Effectif (company.workforce)" => "company.workforce" "[Prospect] Email (contact.email)" => "contact.email" "[Prospect] Fonction (contact.job)" => "contact.job" "[Prospect] Forme légale (company.legalForm)" => "company.legalForm" "[Prospect] Groupe / Enseigne (groupName)" => "groupName" "[Prospect] Institutionnel (sf_0d055b88915e4bb688a56552e618e682)" => "sf_0d055b88915e4bb688a56552e618e682" "[Prospect] La fiche contient-elle des données personnelles (RGPDInfo.hasPersonalData)" => "RGPDInfo.hasPersonalData" "[Prospect] Mémo (memo)" => "memo" "[Prospect] Nom (contact.lastname)" => "contact.lastname" "[Prospect] Nom du prescripteur (sf_82a283273c394f3eb64fdc621d28053c)" => "sf_82a283273c394f3eb64fdc621d28053c" "[Prospect] Nom usuel (sf_ca279e7046654ccf94813ea10f825733)" => "sf_ca279e7046654ccf94813ea10f825733" "[Prospect] Origine (origin)" => "origin" "[Prospect] Pays (Livraison) (deliveryAddress.country)" => "deliveryAddress.country" "[Prospect] Pays (mainAddress.country)" => "mainAddress.country" "[Prospect] Personnel ER (sf_c51af21683e843b2a6489c203b8ad5f9)" => "sf_c51af21683e843b2a6489c203b8ad5f9" "[Prospect] Prescription (sf_d40a9dc5d4884e81b97bfa38009e5d82)" => "sf_d40a9dc5d4884e81b97bfa38009e5d82" "[Prospect] Producteur de déchets (sf_09c434e763354834a8a23dd5b5438220)" => "sf_09c434e763354834a8a23dd5b5438220" "[Prospect] Prospection directe (sf_67a4b3d0b0184c35abdc5be039947cef)" => "sf_67a4b3d0b0184c35abdc5be039947cef" "[Prospect] Prénom (contact.firstname)" => "contact.firstname" "[Prospect] SIRET (company.siret)" => "company.siret" "[Prospect] Salon (sf_0302504357094c9fae35140e30d39be4)" => "sf_0302504357094c9fae35140e30d39be4" "[Prospect] Site Internet (company.webSite)" => "company.webSite" "[Prospect] TVA (tva)" => "tva" "[Prospect] TVA Intracommunautaire (sf_a9e93f722774456088f0f3553aad8689)" => "sf_a9e93f722774456088f0f3553aad8689" "[Prospect] Tel. direct (contact.phone)" => "contact.phone" "[Prospect] Trader (sf_8d80fdcedbd24c0ca0fbb22d794cfa19)" => "sf_8d80fdcedbd24c0ca0fbb22d794cfa19" "[Prospect] Type de déchet (sf_036eaf2fe6da4aa88be3a2696f2f5a70)" => "sf_036eaf2fe6da4aa88be3a2696f2f5a70" "[Prospect] Type de fiche (prospectType)" => "prospectType" "[Prospect] Type de structure (company.structureType)" => "company.structureType" "[Prospect] Téléphone Portable (contact.mobile)" => "contact.mobile" "[Prospect] Valorisateur (sf_d45c2b98f1494dec88ff9f123a98dcb7)" => "sf_d45c2b98f1494dec88ff9f123a98dcb7" "[Prospect] Ville (Livraison) (deliveryAddress.city)" => "deliveryAddress.city" "[Prospect] Ville (mainAddress.city)" => "mainAddress.city" "[Quote] Ancien Id (externalId)" => "externalId" "[Quote] Autre conditionnement (sf_ef2484d9648d48a5bd1f55ded89021e3)" => "sf_ef2484d9648d48a5bd1f55ded89021e3" "[Quote] Bon de réception (Commercial) (sf_c65f02a0171544bc981e06b5b8b9a1b4)" => "sf_c65f02a0171544bc981e06b5b8b9a1b4" "[Quote] Code déchet (sf_6b28112fc43c49049d8e98670bfa77a2)" => "sf_6b28112fc43c49049d8e98670bfa77a2" "[Quote] Code nomenclature douanière (sf_c52beb4b7b4d458597acd5081b40ad65)" => "sf_c52beb4b7b4d458597acd5081b40ad65" "[Quote] Commentaire (comment)" => "comment" "[Quote] Commentaire réception (Laboratoire) (sf_7d1c832010ad48728f80b7fb387d1ea7)" => "sf_7d1c832010ad48728f80b7fb387d1ea7" "[Quote] Composition (sf_e4737c0ed9ae481e89a07a78b49f5f9d)" => "sf_e4737c0ed9ae481e89a07a78b49f5f9d" "[Quote] Compte/Prospect (prospectId)" => "prospectId" "[Quote] Condition de l'offre / montant (sf_7b9ba2e239474147a7b4d9ebd1ee2597)" => "sf_7b9ba2e239474147a7b4d9ebd1ee2597" "[Quote] Conditionnement (sf_fb9015d8a2cc443ebc93d11cc3fce79a)" => "sf_fb9015d8a2cc443ebc93d11cc3fce79a" "[Quote] Conditions (terms)" => "terms" "[Quote] Conformité lot (sf_87b9f38e5f3d4381b72c2ff4714462fa)" => "sf_87b9f38e5f3d4381b72c2ff4714462fa" "[Quote] Contact Concerné (contactId)" => "contactId" "[Quote] Contrat de maintenance (isMaintenance)" => "isMaintenance" "[Quote] Dangerosité (sf_d26ea454d3a843b38a718847c60d799b)" => "sf_d26ea454d3a843b38a718847c60d799b" "[Quote] Date conformité réception (Laboratoire) (sf_89a7fd676fa941db9a89c2e0fa592e90)" => "sf_89a7fd676fa941db9a89c2e0fa592e90" "[Quote] Date d'enlèvement (Logistique) (sf_0f47f8691e184b5c845d1bbe0cbadcb2)" => "sf_0f47f8691e184b5c845d1bbe0cbadcb2" "[Quote] Date d'émission (issuedAt)" => "issuedAt" "[Quote] Date d'émission (sf_2263364d19d14524b19cd6e47e3f5342)" => "sf_2263364d19d14524b19cd6e47e3f5342" "[Quote] Date de garantie (warrantlyAt)" => "warrantlyAt" "[Quote] Date de livraison (Logistique) (sf_f135c1acb2d84402a1f9a177f1b0f699)" => "sf_f135c1acb2d84402a1f9a177f1b0f699" "[Quote] Date de réception (sf_1cea867640f14e8c89b48fb508953bad)" => "sf_1cea867640f14e8c89b48fb508953bad" "[Quote] Date de signature (expectedSignedAt)" => "expectedSignedAt" "[Quote] Date de validité (expiredAt)" => "expiredAt" "[Quote] Date du CAP (Logistique) (sf_60b350671c4741c6afe14c4c5eeff9d1)" => "sf_60b350671c4741c6afe14c4c5eeff9d1" "[Quote] Date enregistrement analyse (Laboratoire) (sf_bf94c57cd69d439c9279acc57e25aeb2)" => "sf_bf94c57cd69d439c9279acc57e25aeb2" "[Quote] Date réception échantillon (sf_248e8ed7ac5c4d02878af926d41a3853)" => "sf_248e8ed7ac5c4d02878af926d41a3853" "[Quote] Date signature FID (sf_4cdbd12d21a447fdb3542778fec86e19)" => "sf_4cdbd12d21a447fdb3542778fec86e19" "[Quote] Date émission (sf_5793d108b39841cdae1fb7e97a194a1e)" => "sf_5793d108b39841cdae1fb7e97a194a1e" "[Quote] Document(s) du devis (customerFiles)" => "customerFiles" "[Quote] Est Gagné (status_isWon)" => "status_isWon" "[Quote] Filière envisagée (sf_32e42381434147998e510e3d13726e4b)" => "sf_32e42381434147998e510e3d13726e4b" "[Quote] Flux (sf_7e8b6e1c94fc43028a7374442bbc69a3)" => "sf_7e8b6e1c94fc43028a7374442bbc69a3" "[Quote] Flux (sf_87ee9dbea0db4f5ab0fb41c57457661a)" => "sf_87ee9dbea0db4f5ab0fb41c57457661a" "[Quote] Incoterm (sf_fcf9ffce3b6d43aabec383a6da8d5bcf)" => "sf_fcf9ffce3b6d43aabec383a6da8d5bcf" "[Quote] Infos de facturation (sf_cb518eb9733040928c2129eb0e8daf42)" => "sf_cb518eb9733040928c2129eb0e8daf42" "[Quote] Modalité Achat/Vente (sf_801e01b16c4745a6a12fcd2da6f8a97f)" => "sf_801e01b16c4745a6a12fcd2da6f8a97f" "[Quote] Montant € (Commercial) (sf_2cab47d15c50430b8862e82c177b3d2b)" => "sf_2cab47d15c50430b8862e82c177b3d2b" "[Quote] Montant €/T (Commercial) (sf_80f4b3d31afa43a3941d61b51e5f48a0)" => "sf_80f4b3d31afa43a3941d61b51e5f48a0" "[Quote] Motif (facultatif) (reasonComment)" => "reasonComment" "[Quote] Nom du producteur (si le client est un collecteur) (sf_1343927b4ded4078b6fa4a8a81319806)" => "sf_1343927b4ded4078b6fa4a8a81319806" "[Quote] Num. Devis (quoteNumber)" => "quoteNumber" "[Quote] Numéro FID (sf_85f93eb9983c4504afb3c2cd2b0c6205)" => "sf_85f93eb9983c4504afb3c2cd2b0c6205" "[Quote] Numéro de contrat (contractNumber)" => "contractNumber" "[Quote] Numéro échantillon (sf_32f8b5addfe3473ca26b16c20df2cafb)" => "sf_32f8b5addfe3473ca26b16c20df2cafb" "[Quote] N° de CAP (Logistique) (sf_e5bab0c577714e99b565a18b0829df24)" => "sf_e5bab0c577714e99b565a18b0829df24" "[Quote] Poids brut (T) (Logistique) (sf_33d9295174d446d8a9903a8ac0887691)" => "sf_33d9295174d446d8a9903a8ac0887691" "[Quote] Poids disponible (en T) (sf_cdc0f999544b42af8d3470e28cc9ad50)" => "sf_cdc0f999544b42af8d3470e28cc9ad50" "[Quote] Poids net (T) (Logistique) (sf_839f155dc8ff42f6b64851c09e981a0f)" => "sf_839f155dc8ff42f6b64851c09e981a0f" "[Quote] Poids net (en T) (sf_03efeaac14e04f23a3136bcd85ece07d)" => "sf_03efeaac14e04f23a3136bcd85ece07d" "[Quote] Portefeuille (isSalesForecast)" => "isSalesForecast" "[Quote] Raison (reason)" => "reason" "[Quote] Référence (sf_a29cdaddd0bd4263b320a431f449a1b5)" => "sf_a29cdaddd0bd4263b320a431f449a1b5" "[Quote] Site de livraison / enlèvement (sf_fa3f04c4ebf1401ea71452576c9e80cd)" => "sf_fa3f04c4ebf1401ea71452576c9e80cd" "[Quote] Statut (status)" => "status" "[Quote] Statut Devis (sf_cefeca4f9cf747bcaacce1b6b11b2ea1)" => "sf_cefeca4f9cf747bcaacce1b6b11b2ea1" "[Quote] Statut déchet (sf_0b10f6220763402eb1a5be24843e891a)" => "sf_0b10f6220763402eb1a5be24843e891a" "[Quote] Statut facture (sf_d02e6df9946e444b8fcde60d8ab642e6)" => "sf_d02e6df9946e444b8fcde60d8ab642e6" "[Quote] Statut réception (sf_c3283ac48a5e4ed0a57829567f365f8d)" => "sf_c3283ac48a5e4ed0a57829567f365f8d" "[Quote] Suite à donner (sf_927944670f064504b122b26ba0197b37)" => "sf_927944670f064504b122b26ba0197b37" "[Quote] Suivi échantillon (sf_45d0610d71594628852a96e8dfa40149)" => "sf_45d0610d71594628852a96e8dfa40149" "[Quote] Tarif €/T (sf_dd5ed5fae9604754a3643f74c082e01c)" => "sf_dd5ed5fae9604754a3643f74c082e01c" "[Quote] Titre de l'offre (name)" => "name" "[Quote] Tonnage annuel (sf_cccdd1a2c9834b5b8c5c54de97bab0ec)" => "sf_cccdd1a2c9834b5b8c5c54de97bab0ec" "[Quote] Total HT (totalExcludingVat)" => "totalExcludingVat" "[Quote] Total pondéré (weightedTotal)" => "weightedTotal" "[Quote] Traitement envisagé (sf_e5ccba8ca04740a2a995714b640f127d)" => "sf_e5ccba8ca04740a2a995714b640f127d" "[Quote] Type de devis (sf_ade585bf781c4dc7ad5a0cbb2d9968ca)" => "sf_ade585bf781c4dc7ad5a0cbb2d9968ca" "[Quote] Type de produit (sf_31bd8633e49241cf9cffb2f0a77acf30)" => "sf_31bd8633e49241cf9cffb2f0a77acf30" "[Quote] Ventilation analytique (sf_70633ff429ce40ee914985d98bbc9c4e)" => "sf_70633ff429ce40ee914985d98bbc9c4e" "tasks" => "tasks" ] |
constraints | [ Symfony\Component\Validator\Constraints\Callback {#6673 +callback: Closure(string $value, ExecutionContextInterface $context) {#6484 …} +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Callback {#6673 +callback: Closure(string $value, ExecutionContextInterface $context) {#6484 …} +payload: null } ] |
data | "name" |
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 |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [ "[Multiple] Description (description)" => "description" "[Multiple] Géré par (managedBy)" => "managedBy" "[Multiple] Potentiel (potential)" => "potential" "[Prospect] Activité (sf_55a455ab3f024adf8ca8a9b37f6b7c55)" => "sf_55a455ab3f024adf8ca8a9b37f6b7c55" "[Prospect] Adresse (Livraison) (deliveryAddress.address)" => "deliveryAddress.address" "[Prospect] Adresse (mainAddress.address)" => "mainAddress.address" "[Prospect] Affineur (sf_d641897b34c541b48f83263da02c9e39)" => "sf_d641897b34c541b48f83263da02c9e39" "[Prospect] Bureau d'étude (sf_2060784f65734207a136ef1ac3f26771)" => "sf_2060784f65734207a136ef1ac3f26771" "[Prospect] CEDEX (Livraison) (deliveryAddress.postalCedex)" => "deliveryAddress.postalCedex" "[Prospect] CEDEX (mainAddress.postalCedex)" => "mainAddress.postalCedex" "[Prospect] Capital Social (company.socialCapital)" => "company.socialCapital" "[Prospect] Chiffre d'affaire € (company.turnover)" => "company.turnover" "[Prospect] Civilité (contact.civility)" => "contact.civility" "[Prospect] Client depuis (customerSince)" => "customerSince" "[Prospect] Client historique (sf_da5000d9025b4aa6a0a3ce724c9939ff)" => "sf_da5000d9025b4aa6a0a3ce724c9939ff" "[Prospect] Code Naf (company.naf)" => "company.naf" "[Prospect] Code Postal (mainAddress.postalCode)" => "mainAddress.postalCode" "[Prospect] Code client (customerCode)" => "customerCode" "[Prospect] Code postal (Livraison) (deliveryAddress.postalCode)" => "deliveryAddress.postalCode" "[Prospect] Collecteur (sf_e4d718c7c0b04ed78471937939d05c23)" => "sf_e4d718c7c0b04ed78471937939d05c23" "[Prospect] Compl. Adresse (mainAddress.addressMore)" => "mainAddress.addressMore" "[Prospect] Complément d'adresse (Livraison) (deliveryAddress.addressMore)" => "deliveryAddress.addressMore" "[Prospect] Complément nom (company.nameComplement)" => "company.nameComplement" "[Prospect] Conditions de paiement (sf_1fc978d7f2c449bf8dc58e7bcd0794a9)" => "sf_1fc978d7f2c449bf8dc58e7bcd0794a9" "[Prospect] Demande entrante (sf_7d0857d39ebb485ebfe0b9b4a44b1786)" => "sf_7d0857d39ebb485ebfe0b9b4a44b1786" "[Prospect] Effectif (company.workforce)" => "company.workforce" "[Prospect] Email (contact.email)" => "contact.email" "[Prospect] Fonction (contact.job)" => "contact.job" "[Prospect] Forme légale (company.legalForm)" => "company.legalForm" "[Prospect] Groupe / Enseigne (groupName)" => "groupName" "[Prospect] Institutionnel (sf_0d055b88915e4bb688a56552e618e682)" => "sf_0d055b88915e4bb688a56552e618e682" "[Prospect] La fiche contient-elle des données personnelles (RGPDInfo.hasPersonalData)" => "RGPDInfo.hasPersonalData" "[Prospect] Mémo (memo)" => "memo" "[Prospect] Nom (contact.lastname)" => "contact.lastname" "[Prospect] Nom du prescripteur (sf_82a283273c394f3eb64fdc621d28053c)" => "sf_82a283273c394f3eb64fdc621d28053c" "[Prospect] Nom usuel (sf_ca279e7046654ccf94813ea10f825733)" => "sf_ca279e7046654ccf94813ea10f825733" "[Prospect] Origine (origin)" => "origin" "[Prospect] Pays (Livraison) (deliveryAddress.country)" => "deliveryAddress.country" "[Prospect] Pays (mainAddress.country)" => "mainAddress.country" "[Prospect] Personnel ER (sf_c51af21683e843b2a6489c203b8ad5f9)" => "sf_c51af21683e843b2a6489c203b8ad5f9" "[Prospect] Prescription (sf_d40a9dc5d4884e81b97bfa38009e5d82)" => "sf_d40a9dc5d4884e81b97bfa38009e5d82" "[Prospect] Producteur de déchets (sf_09c434e763354834a8a23dd5b5438220)" => "sf_09c434e763354834a8a23dd5b5438220" "[Prospect] Prospection directe (sf_67a4b3d0b0184c35abdc5be039947cef)" => "sf_67a4b3d0b0184c35abdc5be039947cef" "[Prospect] Prénom (contact.firstname)" => "contact.firstname" "[Prospect] SIRET (company.siret)" => "company.siret" "[Prospect] Salon (sf_0302504357094c9fae35140e30d39be4)" => "sf_0302504357094c9fae35140e30d39be4" "[Prospect] Site Internet (company.webSite)" => "company.webSite" "[Prospect] TVA (tva)" => "tva" "[Prospect] TVA Intracommunautaire (sf_a9e93f722774456088f0f3553aad8689)" => "sf_a9e93f722774456088f0f3553aad8689" "[Prospect] Tel. direct (contact.phone)" => "contact.phone" "[Prospect] Trader (sf_8d80fdcedbd24c0ca0fbb22d794cfa19)" => "sf_8d80fdcedbd24c0ca0fbb22d794cfa19" "[Prospect] Type de déchet (sf_036eaf2fe6da4aa88be3a2696f2f5a70)" => "sf_036eaf2fe6da4aa88be3a2696f2f5a70" "[Prospect] Type de fiche (prospectType)" => "prospectType" "[Prospect] Type de structure (company.structureType)" => "company.structureType" "[Prospect] Téléphone Portable (contact.mobile)" => "contact.mobile" "[Prospect] Valorisateur (sf_d45c2b98f1494dec88ff9f123a98dcb7)" => "sf_d45c2b98f1494dec88ff9f123a98dcb7" "[Prospect] Ville (Livraison) (deliveryAddress.city)" => "deliveryAddress.city" "[Prospect] Ville (mainAddress.city)" => "mainAddress.city" "[Quote] Ancien Id (externalId)" => "externalId" "[Quote] Autre conditionnement (sf_ef2484d9648d48a5bd1f55ded89021e3)" => "sf_ef2484d9648d48a5bd1f55ded89021e3" "[Quote] Bon de réception (Commercial) (sf_c65f02a0171544bc981e06b5b8b9a1b4)" => "sf_c65f02a0171544bc981e06b5b8b9a1b4" "[Quote] Code déchet (sf_6b28112fc43c49049d8e98670bfa77a2)" => "sf_6b28112fc43c49049d8e98670bfa77a2" "[Quote] Code nomenclature douanière (sf_c52beb4b7b4d458597acd5081b40ad65)" => "sf_c52beb4b7b4d458597acd5081b40ad65" "[Quote] Commentaire (comment)" => "comment" "[Quote] Commentaire réception (Laboratoire) (sf_7d1c832010ad48728f80b7fb387d1ea7)" => "sf_7d1c832010ad48728f80b7fb387d1ea7" "[Quote] Composition (sf_e4737c0ed9ae481e89a07a78b49f5f9d)" => "sf_e4737c0ed9ae481e89a07a78b49f5f9d" "[Quote] Compte/Prospect (prospectId)" => "prospectId" "[Quote] Condition de l'offre / montant (sf_7b9ba2e239474147a7b4d9ebd1ee2597)" => "sf_7b9ba2e239474147a7b4d9ebd1ee2597" "[Quote] Conditionnement (sf_fb9015d8a2cc443ebc93d11cc3fce79a)" => "sf_fb9015d8a2cc443ebc93d11cc3fce79a" "[Quote] Conditions (terms)" => "terms" "[Quote] Conformité lot (sf_87b9f38e5f3d4381b72c2ff4714462fa)" => "sf_87b9f38e5f3d4381b72c2ff4714462fa" "[Quote] Contact Concerné (contactId)" => "contactId" "[Quote] Contrat de maintenance (isMaintenance)" => "isMaintenance" "[Quote] Dangerosité (sf_d26ea454d3a843b38a718847c60d799b)" => "sf_d26ea454d3a843b38a718847c60d799b" "[Quote] Date conformité réception (Laboratoire) (sf_89a7fd676fa941db9a89c2e0fa592e90)" => "sf_89a7fd676fa941db9a89c2e0fa592e90" "[Quote] Date d'enlèvement (Logistique) (sf_0f47f8691e184b5c845d1bbe0cbadcb2)" => "sf_0f47f8691e184b5c845d1bbe0cbadcb2" "[Quote] Date d'émission (issuedAt)" => "issuedAt" "[Quote] Date d'émission (sf_2263364d19d14524b19cd6e47e3f5342)" => "sf_2263364d19d14524b19cd6e47e3f5342" "[Quote] Date de garantie (warrantlyAt)" => "warrantlyAt" "[Quote] Date de livraison (Logistique) (sf_f135c1acb2d84402a1f9a177f1b0f699)" => "sf_f135c1acb2d84402a1f9a177f1b0f699" "[Quote] Date de réception (sf_1cea867640f14e8c89b48fb508953bad)" => "sf_1cea867640f14e8c89b48fb508953bad" "[Quote] Date de signature (expectedSignedAt)" => "expectedSignedAt" "[Quote] Date de validité (expiredAt)" => "expiredAt" "[Quote] Date du CAP (Logistique) (sf_60b350671c4741c6afe14c4c5eeff9d1)" => "sf_60b350671c4741c6afe14c4c5eeff9d1" "[Quote] Date enregistrement analyse (Laboratoire) (sf_bf94c57cd69d439c9279acc57e25aeb2)" => "sf_bf94c57cd69d439c9279acc57e25aeb2" "[Quote] Date réception échantillon (sf_248e8ed7ac5c4d02878af926d41a3853)" => "sf_248e8ed7ac5c4d02878af926d41a3853" "[Quote] Date signature FID (sf_4cdbd12d21a447fdb3542778fec86e19)" => "sf_4cdbd12d21a447fdb3542778fec86e19" "[Quote] Date émission (sf_5793d108b39841cdae1fb7e97a194a1e)" => "sf_5793d108b39841cdae1fb7e97a194a1e" "[Quote] Document(s) du devis (customerFiles)" => "customerFiles" "[Quote] Est Gagné (status_isWon)" => "status_isWon" "[Quote] Filière envisagée (sf_32e42381434147998e510e3d13726e4b)" => "sf_32e42381434147998e510e3d13726e4b" "[Quote] Flux (sf_7e8b6e1c94fc43028a7374442bbc69a3)" => "sf_7e8b6e1c94fc43028a7374442bbc69a3" "[Quote] Flux (sf_87ee9dbea0db4f5ab0fb41c57457661a)" => "sf_87ee9dbea0db4f5ab0fb41c57457661a" "[Quote] Incoterm (sf_fcf9ffce3b6d43aabec383a6da8d5bcf)" => "sf_fcf9ffce3b6d43aabec383a6da8d5bcf" "[Quote] Infos de facturation (sf_cb518eb9733040928c2129eb0e8daf42)" => "sf_cb518eb9733040928c2129eb0e8daf42" "[Quote] Modalité Achat/Vente (sf_801e01b16c4745a6a12fcd2da6f8a97f)" => "sf_801e01b16c4745a6a12fcd2da6f8a97f" "[Quote] Montant € (Commercial) (sf_2cab47d15c50430b8862e82c177b3d2b)" => "sf_2cab47d15c50430b8862e82c177b3d2b" "[Quote] Montant €/T (Commercial) (sf_80f4b3d31afa43a3941d61b51e5f48a0)" => "sf_80f4b3d31afa43a3941d61b51e5f48a0" "[Quote] Motif (facultatif) (reasonComment)" => "reasonComment" "[Quote] Nom du producteur (si le client est un collecteur) (sf_1343927b4ded4078b6fa4a8a81319806)" => "sf_1343927b4ded4078b6fa4a8a81319806" "[Quote] Num. Devis (quoteNumber)" => "quoteNumber" "[Quote] Numéro FID (sf_85f93eb9983c4504afb3c2cd2b0c6205)" => "sf_85f93eb9983c4504afb3c2cd2b0c6205" "[Quote] Numéro de contrat (contractNumber)" => "contractNumber" "[Quote] Numéro échantillon (sf_32f8b5addfe3473ca26b16c20df2cafb)" => "sf_32f8b5addfe3473ca26b16c20df2cafb" "[Quote] N° de CAP (Logistique) (sf_e5bab0c577714e99b565a18b0829df24)" => "sf_e5bab0c577714e99b565a18b0829df24" "[Quote] Poids brut (T) (Logistique) (sf_33d9295174d446d8a9903a8ac0887691)" => "sf_33d9295174d446d8a9903a8ac0887691" "[Quote] Poids disponible (en T) (sf_cdc0f999544b42af8d3470e28cc9ad50)" => "sf_cdc0f999544b42af8d3470e28cc9ad50" "[Quote] Poids net (T) (Logistique) (sf_839f155dc8ff42f6b64851c09e981a0f)" => "sf_839f155dc8ff42f6b64851c09e981a0f" "[Quote] Poids net (en T) (sf_03efeaac14e04f23a3136bcd85ece07d)" => "sf_03efeaac14e04f23a3136bcd85ece07d" "[Quote] Portefeuille (isSalesForecast)" => "isSalesForecast" "[Quote] Raison (reason)" => "reason" "[Quote] Référence (sf_a29cdaddd0bd4263b320a431f449a1b5)" => "sf_a29cdaddd0bd4263b320a431f449a1b5" "[Quote] Site de livraison / enlèvement (sf_fa3f04c4ebf1401ea71452576c9e80cd)" => "sf_fa3f04c4ebf1401ea71452576c9e80cd" "[Quote] Statut (status)" => "status" "[Quote] Statut Devis (sf_cefeca4f9cf747bcaacce1b6b11b2ea1)" => "sf_cefeca4f9cf747bcaacce1b6b11b2ea1" "[Quote] Statut déchet (sf_0b10f6220763402eb1a5be24843e891a)" => "sf_0b10f6220763402eb1a5be24843e891a" "[Quote] Statut facture (sf_d02e6df9946e444b8fcde60d8ab642e6)" => "sf_d02e6df9946e444b8fcde60d8ab642e6" "[Quote] Statut réception (sf_c3283ac48a5e4ed0a57829567f365f8d)" => "sf_c3283ac48a5e4ed0a57829567f365f8d" "[Quote] Suite à donner (sf_927944670f064504b122b26ba0197b37)" => "sf_927944670f064504b122b26ba0197b37" "[Quote] Suivi échantillon (sf_45d0610d71594628852a96e8dfa40149)" => "sf_45d0610d71594628852a96e8dfa40149" "[Quote] Tarif €/T (sf_dd5ed5fae9604754a3643f74c082e01c)" => "sf_dd5ed5fae9604754a3643f74c082e01c" "[Quote] Titre de l'offre (name)" => "name" "[Quote] Tonnage annuel (sf_cccdd1a2c9834b5b8c5c54de97bab0ec)" => "sf_cccdd1a2c9834b5b8c5c54de97bab0ec" "[Quote] Total HT (totalExcludingVat)" => "totalExcludingVat" "[Quote] Total pondéré (weightedTotal)" => "weightedTotal" "[Quote] Traitement envisagé (sf_e5ccba8ca04740a2a995714b640f127d)" => "sf_e5ccba8ca04740a2a995714b640f127d" "[Quote] Type de devis (sf_ade585bf781c4dc7ad5a0cbb2d9968ca)" => "sf_ade585bf781c4dc7ad5a0cbb2d9968ca" "[Quote] Type de produit (sf_31bd8633e49241cf9cffb2f0a77acf30)" => "sf_31bd8633e49241cf9cffb2f0a77acf30" "[Quote] Ventilation analytique (sf_70633ff429ce40ee914985d98bbc9c4e)" => "sf_70633ff429ce40ee914985d98bbc9c4e" "tasks" => "tasks" ] |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Callback {#6673 +callback: Closure(string $value, ExecutionContextInterface $context) {#6484 …} +payload: null } ] |
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 {#1771 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1822 …} -namespace: Closure() {#1791 …} } |
data | "name" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#8928 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1880 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1243 …} $translationDomain: "validators" $message: Closure() {#8929 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_custom_event_trigger_field" ] |
cache_key | "_custom_event_trigger_field_choice" |
choice_translation_domain | null |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#8564 +label: "[Multiple] Description (description)" +value: "description" +data: "description" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8545 +label: "[Multiple] Géré par (managedBy)" +value: "managedBy" +data: "managedBy" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8520 +label: "[Multiple] Potentiel (potential)" +value: "potential" +data: "potential" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8767 +label: "[Prospect] Activité (sf_55a455ab3f024adf8ca8a9b37f6b7c55)" +value: "sf_55a455ab3f024adf8ca8a9b37f6b7c55" +data: "sf_55a455ab3f024adf8ca8a9b37f6b7c55" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8736 +label: "[Prospect] Adresse (Livraison) (deliveryAddress.address)" +value: "deliveryAddress.address" +data: "deliveryAddress.address" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8731 +label: "[Prospect] Adresse (mainAddress.address)" +value: "mainAddress.address" +data: "mainAddress.address" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6584 +label: "[Prospect] Affineur (sf_d641897b34c541b48f83263da02c9e39)" +value: "sf_d641897b34c541b48f83263da02c9e39" +data: "sf_d641897b34c541b48f83263da02c9e39" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8869 +label: "[Prospect] Bureau d'étude (sf_2060784f65734207a136ef1ac3f26771)" +value: "sf_2060784f65734207a136ef1ac3f26771" +data: "sf_2060784f65734207a136ef1ac3f26771" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8939 +label: "[Prospect] CEDEX (Livraison) (deliveryAddress.postalCedex)" +value: "deliveryAddress.postalCedex" +data: "deliveryAddress.postalCedex" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1759 +label: "[Prospect] CEDEX (mainAddress.postalCedex)" +value: "mainAddress.postalCedex" +data: "mainAddress.postalCedex" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1741 +label: "[Prospect] Capital Social (company.socialCapital)" +value: "company.socialCapital" +data: "company.socialCapital" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2556 +label: "[Prospect] Chiffre d'affaire € (company.turnover)" +value: "company.turnover" +data: "company.turnover" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2572 +label: "[Prospect] Civilité (contact.civility)" +value: "contact.civility" +data: "contact.civility" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2560 +label: "[Prospect] Client depuis (customerSince)" +value: "customerSince" +data: "customerSince" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2558 +label: "[Prospect] Client historique (sf_da5000d9025b4aa6a0a3ce724c9939ff)" +value: "sf_da5000d9025b4aa6a0a3ce724c9939ff" +data: "sf_da5000d9025b4aa6a0a3ce724c9939ff" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2559 +label: "[Prospect] Code Naf (company.naf)" +value: "company.naf" +data: "company.naf" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2723 +label: "[Prospect] Code Postal (mainAddress.postalCode)" +value: "mainAddress.postalCode" +data: "mainAddress.postalCode" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2732 +label: "[Prospect] Code client (customerCode)" +value: "customerCode" +data: "customerCode" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2701 +label: "[Prospect] Code postal (Livraison) (deliveryAddress.postalCode)" +value: "deliveryAddress.postalCode" +data: "deliveryAddress.postalCode" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2690 +label: "[Prospect] Collecteur (sf_e4d718c7c0b04ed78471937939d05c23)" +value: "sf_e4d718c7c0b04ed78471937939d05c23" +data: "sf_e4d718c7c0b04ed78471937939d05c23" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2714 +label: "[Prospect] Compl. Adresse (mainAddress.addressMore)" +value: "mainAddress.addressMore" +data: "mainAddress.addressMore" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10602 +label: "[Prospect] Complément d'adresse (Livraison) (deliveryAddress.addressMore)" +value: "deliveryAddress.addressMore" +data: "deliveryAddress.addressMore" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10624 +label: "[Prospect] Complément nom (company.nameComplement)" +value: "company.nameComplement" +data: "company.nameComplement" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10595 +label: "[Prospect] Conditions de paiement (sf_1fc978d7f2c449bf8dc58e7bcd0794a9)" +value: "sf_1fc978d7f2c449bf8dc58e7bcd0794a9" +data: "sf_1fc978d7f2c449bf8dc58e7bcd0794a9" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#8429 +label: "[Prospect] Demande entrante (sf_7d0857d39ebb485ebfe0b9b4a44b1786)" +value: "sf_7d0857d39ebb485ebfe0b9b4a44b1786" +data: "sf_7d0857d39ebb485ebfe0b9b4a44b1786" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#10652 +label: "[Prospect] Effectif (company.workforce)" +value: "company.workforce" +data: "company.workforce" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13204 +label: "[Prospect] Email (contact.email)" +value: "contact.email" +data: "contact.email" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13223 +label: "[Prospect] Fonction (contact.job)" +value: "contact.job" +data: "contact.job" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13245 +label: "[Prospect] Forme légale (company.legalForm)" +value: "company.legalForm" +data: "company.legalForm" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13244 +label: "[Prospect] Groupe / Enseigne (groupName)" +value: "groupName" +data: "groupName" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13246 +label: "[Prospect] Institutionnel (sf_0d055b88915e4bb688a56552e618e682)" +value: "sf_0d055b88915e4bb688a56552e618e682" +data: "sf_0d055b88915e4bb688a56552e618e682" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13247 +label: "[Prospect] La fiche contient-elle des données personnelles (RGPDInfo.hasPersonalData)" +value: "RGPDInfo.hasPersonalData" +data: "RGPDInfo.hasPersonalData" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13248 +label: "[Prospect] Mémo (memo)" +value: "memo" +data: "memo" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13249 +label: "[Prospect] Nom (contact.lastname)" +value: "contact.lastname" +data: "contact.lastname" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13250 +label: "[Prospect] Nom du prescripteur (sf_82a283273c394f3eb64fdc621d28053c)" +value: "sf_82a283273c394f3eb64fdc621d28053c" +data: "sf_82a283273c394f3eb64fdc621d28053c" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13251 +label: "[Prospect] Nom usuel (sf_ca279e7046654ccf94813ea10f825733)" +value: "sf_ca279e7046654ccf94813ea10f825733" +data: "sf_ca279e7046654ccf94813ea10f825733" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13252 +label: "[Prospect] Origine (origin)" +value: "origin" +data: "origin" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13253 +label: "[Prospect] Pays (Livraison) (deliveryAddress.country)" +value: "deliveryAddress.country" +data: "deliveryAddress.country" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13254 +label: "[Prospect] Pays (mainAddress.country)" +value: "mainAddress.country" +data: "mainAddress.country" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13255 +label: "[Prospect] Personnel ER (sf_c51af21683e843b2a6489c203b8ad5f9)" +value: "sf_c51af21683e843b2a6489c203b8ad5f9" +data: "sf_c51af21683e843b2a6489c203b8ad5f9" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13256 +label: "[Prospect] Prescription (sf_d40a9dc5d4884e81b97bfa38009e5d82)" +value: "sf_d40a9dc5d4884e81b97bfa38009e5d82" +data: "sf_d40a9dc5d4884e81b97bfa38009e5d82" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13257 +label: "[Prospect] Producteur de déchets (sf_09c434e763354834a8a23dd5b5438220)" +value: "sf_09c434e763354834a8a23dd5b5438220" +data: "sf_09c434e763354834a8a23dd5b5438220" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13258 +label: "[Prospect] Prospection directe (sf_67a4b3d0b0184c35abdc5be039947cef)" +value: "sf_67a4b3d0b0184c35abdc5be039947cef" +data: "sf_67a4b3d0b0184c35abdc5be039947cef" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13259 +label: "[Prospect] Prénom (contact.firstname)" +value: "contact.firstname" +data: "contact.firstname" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13260 +label: "[Prospect] SIRET (company.siret)" +value: "company.siret" +data: "company.siret" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13261 +label: "[Prospect] Salon (sf_0302504357094c9fae35140e30d39be4)" +value: "sf_0302504357094c9fae35140e30d39be4" +data: "sf_0302504357094c9fae35140e30d39be4" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13262 +label: "[Prospect] Site Internet (company.webSite)" +value: "company.webSite" +data: "company.webSite" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13263 +label: "[Prospect] TVA (tva)" +value: "tva" +data: "tva" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13264 +label: "[Prospect] TVA Intracommunautaire (sf_a9e93f722774456088f0f3553aad8689)" +value: "sf_a9e93f722774456088f0f3553aad8689" +data: "sf_a9e93f722774456088f0f3553aad8689" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13265 +label: "[Prospect] Tel. direct (contact.phone)" +value: "contact.phone" +data: "contact.phone" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13266 +label: "[Prospect] Trader (sf_8d80fdcedbd24c0ca0fbb22d794cfa19)" +value: "sf_8d80fdcedbd24c0ca0fbb22d794cfa19" +data: "sf_8d80fdcedbd24c0ca0fbb22d794cfa19" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13267 +label: "[Prospect] Type de déchet (sf_036eaf2fe6da4aa88be3a2696f2f5a70)" +value: "sf_036eaf2fe6da4aa88be3a2696f2f5a70" +data: "sf_036eaf2fe6da4aa88be3a2696f2f5a70" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13268 +label: "[Prospect] Type de fiche (prospectType)" +value: "prospectType" +data: "prospectType" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13269 +label: "[Prospect] Type de structure (company.structureType)" +value: "company.structureType" +data: "company.structureType" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13270 +label: "[Prospect] Téléphone Portable (contact.mobile)" +value: "contact.mobile" +data: "contact.mobile" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13271 +label: "[Prospect] Valorisateur (sf_d45c2b98f1494dec88ff9f123a98dcb7)" +value: "sf_d45c2b98f1494dec88ff9f123a98dcb7" +data: "sf_d45c2b98f1494dec88ff9f123a98dcb7" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13272 +label: "[Prospect] Ville (Livraison) (deliveryAddress.city)" +value: "deliveryAddress.city" +data: "deliveryAddress.city" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13273 +label: "[Prospect] Ville (mainAddress.city)" +value: "mainAddress.city" +data: "mainAddress.city" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13274 +label: "[Quote] Ancien Id (externalId)" +value: "externalId" +data: "externalId" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13275 +label: "[Quote] Autre conditionnement (sf_ef2484d9648d48a5bd1f55ded89021e3)" +value: "sf_ef2484d9648d48a5bd1f55ded89021e3" +data: "sf_ef2484d9648d48a5bd1f55ded89021e3" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13276 +label: "[Quote] Bon de réception (Commercial) (sf_c65f02a0171544bc981e06b5b8b9a1b4)" +value: "sf_c65f02a0171544bc981e06b5b8b9a1b4" +data: "sf_c65f02a0171544bc981e06b5b8b9a1b4" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13277 +label: "[Quote] Code déchet (sf_6b28112fc43c49049d8e98670bfa77a2)" +value: "sf_6b28112fc43c49049d8e98670bfa77a2" +data: "sf_6b28112fc43c49049d8e98670bfa77a2" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13278 +label: "[Quote] Code nomenclature douanière (sf_c52beb4b7b4d458597acd5081b40ad65)" +value: "sf_c52beb4b7b4d458597acd5081b40ad65" +data: "sf_c52beb4b7b4d458597acd5081b40ad65" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13279 +label: "[Quote] Commentaire (comment)" +value: "comment" +data: "comment" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13280 +label: "[Quote] Commentaire réception (Laboratoire) (sf_7d1c832010ad48728f80b7fb387d1ea7)" +value: "sf_7d1c832010ad48728f80b7fb387d1ea7" +data: "sf_7d1c832010ad48728f80b7fb387d1ea7" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13281 +label: "[Quote] Composition (sf_e4737c0ed9ae481e89a07a78b49f5f9d)" +value: "sf_e4737c0ed9ae481e89a07a78b49f5f9d" +data: "sf_e4737c0ed9ae481e89a07a78b49f5f9d" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13282 +label: "[Quote] Compte/Prospect (prospectId)" +value: "prospectId" +data: "prospectId" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13283 +label: "[Quote] Condition de l'offre / montant (sf_7b9ba2e239474147a7b4d9ebd1ee2597)" +value: "sf_7b9ba2e239474147a7b4d9ebd1ee2597" +data: "sf_7b9ba2e239474147a7b4d9ebd1ee2597" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13284 +label: "[Quote] Conditionnement (sf_fb9015d8a2cc443ebc93d11cc3fce79a)" +value: "sf_fb9015d8a2cc443ebc93d11cc3fce79a" +data: "sf_fb9015d8a2cc443ebc93d11cc3fce79a" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13285 +label: "[Quote] Conditions (terms)" +value: "terms" +data: "terms" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13286 +label: "[Quote] Conformité lot (sf_87b9f38e5f3d4381b72c2ff4714462fa)" +value: "sf_87b9f38e5f3d4381b72c2ff4714462fa" +data: "sf_87b9f38e5f3d4381b72c2ff4714462fa" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13287 +label: "[Quote] Contact Concerné (contactId)" +value: "contactId" +data: "contactId" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13288 +label: "[Quote] Contrat de maintenance (isMaintenance)" +value: "isMaintenance" +data: "isMaintenance" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13289 +label: "[Quote] Dangerosité (sf_d26ea454d3a843b38a718847c60d799b)" +value: "sf_d26ea454d3a843b38a718847c60d799b" +data: "sf_d26ea454d3a843b38a718847c60d799b" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13290 +label: "[Quote] Date conformité réception (Laboratoire) (sf_89a7fd676fa941db9a89c2e0fa592e90)" +value: "sf_89a7fd676fa941db9a89c2e0fa592e90" +data: "sf_89a7fd676fa941db9a89c2e0fa592e90" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13291 +label: "[Quote] Date d'enlèvement (Logistique) (sf_0f47f8691e184b5c845d1bbe0cbadcb2)" +value: "sf_0f47f8691e184b5c845d1bbe0cbadcb2" +data: "sf_0f47f8691e184b5c845d1bbe0cbadcb2" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13292 +label: "[Quote] Date d'émission (issuedAt)" +value: "issuedAt" +data: "issuedAt" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13293 +label: "[Quote] Date d'émission (sf_2263364d19d14524b19cd6e47e3f5342)" +value: "sf_2263364d19d14524b19cd6e47e3f5342" +data: "sf_2263364d19d14524b19cd6e47e3f5342" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13294 +label: "[Quote] Date de garantie (warrantlyAt)" +value: "warrantlyAt" +data: "warrantlyAt" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13295 +label: "[Quote] Date de livraison (Logistique) (sf_f135c1acb2d84402a1f9a177f1b0f699)" +value: "sf_f135c1acb2d84402a1f9a177f1b0f699" +data: "sf_f135c1acb2d84402a1f9a177f1b0f699" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13296 +label: "[Quote] Date de réception (sf_1cea867640f14e8c89b48fb508953bad)" +value: "sf_1cea867640f14e8c89b48fb508953bad" +data: "sf_1cea867640f14e8c89b48fb508953bad" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13297 +label: "[Quote] Date de signature (expectedSignedAt)" +value: "expectedSignedAt" +data: "expectedSignedAt" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13298 +label: "[Quote] Date de validité (expiredAt)" +value: "expiredAt" +data: "expiredAt" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13299 +label: "[Quote] Date du CAP (Logistique) (sf_60b350671c4741c6afe14c4c5eeff9d1)" +value: "sf_60b350671c4741c6afe14c4c5eeff9d1" +data: "sf_60b350671c4741c6afe14c4c5eeff9d1" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13300 +label: "[Quote] Date enregistrement analyse (Laboratoire) (sf_bf94c57cd69d439c9279acc57e25aeb2)" +value: "sf_bf94c57cd69d439c9279acc57e25aeb2" +data: "sf_bf94c57cd69d439c9279acc57e25aeb2" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13301 +label: "[Quote] Date réception échantillon (sf_248e8ed7ac5c4d02878af926d41a3853)" +value: "sf_248e8ed7ac5c4d02878af926d41a3853" +data: "sf_248e8ed7ac5c4d02878af926d41a3853" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13302 +label: "[Quote] Date signature FID (sf_4cdbd12d21a447fdb3542778fec86e19)" +value: "sf_4cdbd12d21a447fdb3542778fec86e19" +data: "sf_4cdbd12d21a447fdb3542778fec86e19" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13303 +label: "[Quote] Date émission (sf_5793d108b39841cdae1fb7e97a194a1e)" +value: "sf_5793d108b39841cdae1fb7e97a194a1e" +data: "sf_5793d108b39841cdae1fb7e97a194a1e" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13304 +label: "[Quote] Document(s) du devis (customerFiles)" +value: "customerFiles" +data: "customerFiles" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13305 +label: "[Quote] Est Gagné (status_isWon)" +value: "status_isWon" +data: "status_isWon" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13306 +label: "[Quote] Filière envisagée (sf_32e42381434147998e510e3d13726e4b)" +value: "sf_32e42381434147998e510e3d13726e4b" +data: "sf_32e42381434147998e510e3d13726e4b" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13307 +label: "[Quote] Flux (sf_7e8b6e1c94fc43028a7374442bbc69a3)" +value: "sf_7e8b6e1c94fc43028a7374442bbc69a3" +data: "sf_7e8b6e1c94fc43028a7374442bbc69a3" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13308 +label: "[Quote] Flux (sf_87ee9dbea0db4f5ab0fb41c57457661a)" +value: "sf_87ee9dbea0db4f5ab0fb41c57457661a" +data: "sf_87ee9dbea0db4f5ab0fb41c57457661a" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13309 +label: "[Quote] Incoterm (sf_fcf9ffce3b6d43aabec383a6da8d5bcf)" +value: "sf_fcf9ffce3b6d43aabec383a6da8d5bcf" +data: "sf_fcf9ffce3b6d43aabec383a6da8d5bcf" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13310 +label: "[Quote] Infos de facturation (sf_cb518eb9733040928c2129eb0e8daf42)" +value: "sf_cb518eb9733040928c2129eb0e8daf42" +data: "sf_cb518eb9733040928c2129eb0e8daf42" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13311 +label: "[Quote] Modalité Achat/Vente (sf_801e01b16c4745a6a12fcd2da6f8a97f)" +value: "sf_801e01b16c4745a6a12fcd2da6f8a97f" +data: "sf_801e01b16c4745a6a12fcd2da6f8a97f" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13312 +label: "[Quote] Montant € (Commercial) (sf_2cab47d15c50430b8862e82c177b3d2b)" +value: "sf_2cab47d15c50430b8862e82c177b3d2b" +data: "sf_2cab47d15c50430b8862e82c177b3d2b" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13313 +label: "[Quote] Montant €/T (Commercial) (sf_80f4b3d31afa43a3941d61b51e5f48a0)" +value: "sf_80f4b3d31afa43a3941d61b51e5f48a0" +data: "sf_80f4b3d31afa43a3941d61b51e5f48a0" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13314 +label: "[Quote] Motif (facultatif) (reasonComment)" +value: "reasonComment" +data: "reasonComment" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13315 +label: "[Quote] Nom du producteur (si le client est un collecteur) (sf_1343927b4ded4078b6fa4a8a81319806)" +value: "sf_1343927b4ded4078b6fa4a8a81319806" +data: "sf_1343927b4ded4078b6fa4a8a81319806" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13316 +label: "[Quote] Num. Devis (quoteNumber)" +value: "quoteNumber" +data: "quoteNumber" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13317 +label: "[Quote] Numéro FID (sf_85f93eb9983c4504afb3c2cd2b0c6205)" +value: "sf_85f93eb9983c4504afb3c2cd2b0c6205" +data: "sf_85f93eb9983c4504afb3c2cd2b0c6205" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13318 +label: "[Quote] Numéro de contrat (contractNumber)" +value: "contractNumber" +data: "contractNumber" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13319 +label: "[Quote] Numéro échantillon (sf_32f8b5addfe3473ca26b16c20df2cafb)" +value: "sf_32f8b5addfe3473ca26b16c20df2cafb" +data: "sf_32f8b5addfe3473ca26b16c20df2cafb" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13320 +label: "[Quote] N° de CAP (Logistique) (sf_e5bab0c577714e99b565a18b0829df24)" +value: "sf_e5bab0c577714e99b565a18b0829df24" +data: "sf_e5bab0c577714e99b565a18b0829df24" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13321 +label: "[Quote] Poids brut (T) (Logistique) (sf_33d9295174d446d8a9903a8ac0887691)" +value: "sf_33d9295174d446d8a9903a8ac0887691" +data: "sf_33d9295174d446d8a9903a8ac0887691" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13322 +label: "[Quote] Poids disponible (en T) (sf_cdc0f999544b42af8d3470e28cc9ad50)" +value: "sf_cdc0f999544b42af8d3470e28cc9ad50" +data: "sf_cdc0f999544b42af8d3470e28cc9ad50" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13323 +label: "[Quote] Poids net (T) (Logistique) (sf_839f155dc8ff42f6b64851c09e981a0f)" +value: "sf_839f155dc8ff42f6b64851c09e981a0f" +data: "sf_839f155dc8ff42f6b64851c09e981a0f" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13324 +label: "[Quote] Poids net (en T) (sf_03efeaac14e04f23a3136bcd85ece07d)" +value: "sf_03efeaac14e04f23a3136bcd85ece07d" +data: "sf_03efeaac14e04f23a3136bcd85ece07d" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13325 +label: "[Quote] Portefeuille (isSalesForecast)" +value: "isSalesForecast" +data: "isSalesForecast" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13326 +label: "[Quote] Raison (reason)" +value: "reason" +data: "reason" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13327 +label: "[Quote] Référence (sf_a29cdaddd0bd4263b320a431f449a1b5)" +value: "sf_a29cdaddd0bd4263b320a431f449a1b5" +data: "sf_a29cdaddd0bd4263b320a431f449a1b5" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13328 +label: "[Quote] Site de livraison / enlèvement (sf_fa3f04c4ebf1401ea71452576c9e80cd)" +value: "sf_fa3f04c4ebf1401ea71452576c9e80cd" +data: "sf_fa3f04c4ebf1401ea71452576c9e80cd" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13329 +label: "[Quote] Statut (status)" +value: "status" +data: "status" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13330 +label: "[Quote] Statut Devis (sf_cefeca4f9cf747bcaacce1b6b11b2ea1)" +value: "sf_cefeca4f9cf747bcaacce1b6b11b2ea1" +data: "sf_cefeca4f9cf747bcaacce1b6b11b2ea1" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13331 +label: "[Quote] Statut déchet (sf_0b10f6220763402eb1a5be24843e891a)" +value: "sf_0b10f6220763402eb1a5be24843e891a" +data: "sf_0b10f6220763402eb1a5be24843e891a" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13332 +label: "[Quote] Statut facture (sf_d02e6df9946e444b8fcde60d8ab642e6)" +value: "sf_d02e6df9946e444b8fcde60d8ab642e6" +data: "sf_d02e6df9946e444b8fcde60d8ab642e6" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13333 +label: "[Quote] Statut réception (sf_c3283ac48a5e4ed0a57829567f365f8d)" +value: "sf_c3283ac48a5e4ed0a57829567f365f8d" +data: "sf_c3283ac48a5e4ed0a57829567f365f8d" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13334 +label: "[Quote] Suite à donner (sf_927944670f064504b122b26ba0197b37)" +value: "sf_927944670f064504b122b26ba0197b37" +data: "sf_927944670f064504b122b26ba0197b37" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13335 +label: "[Quote] Suivi échantillon (sf_45d0610d71594628852a96e8dfa40149)" +value: "sf_45d0610d71594628852a96e8dfa40149" +data: "sf_45d0610d71594628852a96e8dfa40149" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13336 +label: "[Quote] Tarif €/T (sf_dd5ed5fae9604754a3643f74c082e01c)" +value: "sf_dd5ed5fae9604754a3643f74c082e01c" +data: "sf_dd5ed5fae9604754a3643f74c082e01c" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13337 +label: "[Quote] Titre de l'offre (name)" +value: "name" +data: "name" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13338 +label: "[Quote] Tonnage annuel (sf_cccdd1a2c9834b5b8c5c54de97bab0ec)" +value: "sf_cccdd1a2c9834b5b8c5c54de97bab0ec" +data: "sf_cccdd1a2c9834b5b8c5c54de97bab0ec" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13339 +label: "[Quote] Total HT (totalExcludingVat)" +value: "totalExcludingVat" +data: "totalExcludingVat" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13340 +label: "[Quote] Total pondéré (weightedTotal)" +value: "weightedTotal" +data: "weightedTotal" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13341 +label: "[Quote] Traitement envisagé (sf_e5ccba8ca04740a2a995714b640f127d)" +value: "sf_e5ccba8ca04740a2a995714b640f127d" +data: "sf_e5ccba8ca04740a2a995714b640f127d" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13342 +label: "[Quote] Type de devis (sf_ade585bf781c4dc7ad5a0cbb2d9968ca)" +value: "sf_ade585bf781c4dc7ad5a0cbb2d9968ca" +data: "sf_ade585bf781c4dc7ad5a0cbb2d9968ca" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13343 +label: "[Quote] Type de produit (sf_31bd8633e49241cf9cffb2f0a77acf30)" +value: "sf_31bd8633e49241cf9cffb2f0a77acf30" +data: "sf_31bd8633e49241cf9cffb2f0a77acf30" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13344 +label: "[Quote] Ventilation analytique (sf_70633ff429ce40ee914985d98bbc9c4e)" +value: "sf_70633ff429ce40ee914985d98bbc9c4e" +data: "sf_70633ff429ce40ee914985d98bbc9c4e" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13345 +label: "tasks" +value: "tasks" +data: "tasks" +attr: [] } ] |
compound | false |
data | "name" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10648 -form: Symfony\Component\Form\Form {#8677 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#10650 …5} |
full_name | "custom_event_trigger[field]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "custom_event_trigger_field" |
is_selected | Closure($choice, $value) {#10630 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2418 …} } |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "field" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_custom_event_trigger_field" |
valid | true |
value | "name" |
type
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "string" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "string" "numeric" "date" "specific_field" "boolean" "choice_type_multiple" ] |
[ "string" "numeric" "date" "specific_field" "boolean" "choice_type_multiple" ] |
data | "string" |
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 |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [ "string" "numeric" "date" "specific_field" "boolean" "choice_type_multiple" ] |
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 {#1771 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1822 …} -namespace: Closure() {#1791 …} } |
data | "string" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#8867 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1880 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1243 …} $translationDomain: "validators" $message: Closure() {#8866 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_custom_event_trigger_type" ] |
cache_key | "_custom_event_trigger_type_choice" |
choice_translation_domain | null |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#13350 +label: "0" +value: "string" +data: "string" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13351 +label: "1" +value: "numeric" +data: "numeric" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13352 +label: "2" +value: "date" +data: "date" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13353 +label: "3" +value: "specific_field" +data: "specific_field" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13354 +label: "4" +value: "boolean" +data: "boolean" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13355 +label: "5" +value: "choice_type_multiple" +data: "choice_type_multiple" +attr: [] } ] |
compound | false |
data | "string" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10632 -form: Symfony\Component\Form\Form {#8681 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#10631 …5} |
full_name | "custom_event_trigger[type]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "custom_event_trigger_type" |
is_selected | Closure($choice, $value) {#10604 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2418 …} } |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "type" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_custom_event_trigger_type" |
valid | true |
value | "string" |
value
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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\CsrfTokenManager {#1771 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1822 …} -namespace: Closure() {#1791 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#6643 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1732 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6590 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1880 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1243 …} $translationDomain: "validators" $message: Closure() {#6585 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_custom_event_trigger_value" ] |
cache_key | "_custom_event_trigger_value_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10651 -form: Symfony\Component\Form\Form {#8659 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10603 …5} |
full_name | "custom_event_trigger[value]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "custom_event_trigger_value" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "value" |
pattern | null |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_custom_event_trigger_value" |
valid | true |
value | "" |
aCondition
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "condition_is_empty" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "condition_is_empty" "condition_all_time" "condition_on_creation" "condition_contains_tasks" ] |
[ "condition_is_empty" "condition_all_time" "condition_on_creation" "condition_contains_tasks" ] |
data | "condition_is_empty" |
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 |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [ "condition_is_empty" "condition_all_time" "condition_on_creation" "condition_contains_tasks" ] |
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 {#1771 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1822 …} -namespace: Closure() {#1791 …} } |
data | "condition_is_empty" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#8611 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1880 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1243 …} $translationDomain: "validators" $message: Closure() {#8600 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_custom_event_trigger_aCondition" ] |
cache_key | "_custom_event_trigger_aCondition_choice" |
choice_translation_domain | null |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#13362 +label: "0" +value: "condition_is_empty" +data: "condition_is_empty" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13363 +label: "1" +value: "condition_all_time" +data: "condition_all_time" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13364 +label: "2" +value: "condition_on_creation" +data: "condition_on_creation" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13365 +label: "3" +value: "condition_contains_tasks" +data: "condition_contains_tasks" +attr: [] } ] |
compound | false |
data | "condition_is_empty" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10649 -form: Symfony\Component\Form\Form {#8663 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#10642 …5} |
full_name | "custom_event_trigger[aCondition]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "custom_event_trigger_aCondition" |
is_selected | Closure($choice, $value) {#10644 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2418 …} } |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "aCondition" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_custom_event_trigger_aCondition" |
valid | true |
value | "condition_is_empty" |
description
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | 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 | 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 {#1771 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1822 …} -namespace: Closure() {#1791 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#8560 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1732 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8563 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1880 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1243 …} $translationDomain: "validators" $message: Closure() {#8561 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_custom_event_trigger_description" ] |
cache_key | "_custom_event_trigger_description_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10643 -form: Symfony\Component\Form\Form {#8651 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10614 …5} |
full_name | "custom_event_trigger[description]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "custom_event_trigger_description" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "description" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_custom_event_trigger_description" |
valid | true |
value | "" |
specificFieldId
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | 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 | 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 {#1771 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1822 …} -namespace: Closure() {#1791 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#8553 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1732 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8543 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1880 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1243 …} $translationDomain: "validators" $message: Closure() {#8542 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_custom_event_trigger_specificFieldId" ] |
cache_key | "_custom_event_trigger_specificFieldId_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10658 -form: Symfony\Component\Form\Form {#8652 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10659 …5} |
full_name | "custom_event_trigger[specificFieldId]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "custom_event_trigger_specificFieldId" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "specificFieldId" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_custom_event_trigger_specificFieldId" |
valid | true |
value | "" |
whenApply
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "preSubmit" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "preSubmit" "postPersist" "postSetData" ] |
[ "preSubmit" "postPersist" "postSetData" ] |
data | "preSubmit" |
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 |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [ "preSubmit" "postPersist" "postSetData" ] |
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 {#1771 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1822 …} -namespace: Closure() {#1791 …} } |
data | "preSubmit" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#8535 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1880 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1243 …} $translationDomain: "validators" $message: Closure() {#8537 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_custom_event_trigger_whenApply" ] |
cache_key | "_custom_event_trigger_whenApply_choice" |
choice_translation_domain | null |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#13374 +label: "0" +value: "preSubmit" +data: "preSubmit" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13375 +label: "1" +value: "postPersist" +data: "postPersist" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13376 +label: "2" +value: "postSetData" +data: "postSetData" +attr: [] } ] |
compound | false |
data | "preSubmit" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10613 -form: Symfony\Component\Form\Form {#8644 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#10645 …5} |
full_name | "custom_event_trigger[whenApply]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "custom_event_trigger_whenApply" |
is_selected | Closure($choice, $value) {#10647 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2418 …} } |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "whenApply" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_custom_event_trigger_whenApply" |
valid | true |
value | "preSubmit" |
containValues
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | 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 | 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 {#1771 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1822 …} -namespace: Closure() {#1791 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#8762 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1732 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8763 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1880 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1243 …} $translationDomain: "validators" $message: Closure() {#8766 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_custom_event_trigger_containValues" ] |
cache_key | "_custom_event_trigger_containValues_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10646 -form: Symfony\Component\Form\Form {#8469 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10667 …5} |
full_name | "custom_event_trigger[containValues]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "custom_event_trigger_containValues" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "containValues" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_custom_event_trigger_containValues" |
valid | true |
value | "" |
customerId
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "37f0fc4421cf42aead0a654e3b6e7f1d" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "type" => "hidden" ] |
[ "type" => "hidden" ] |
data | "37f0fc4421cf42aead0a654e3b6e7f1d" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "type" => "hidden" ] |
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 {#1771 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1822 …} -namespace: Closure() {#1791 …} } |
data | "37f0fc4421cf42aead0a654e3b6e7f1d" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#8758 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1732 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#8745 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1880 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1243 …} $translationDomain: "validators" $message: Closure() {#8756 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "type" => "hidden" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_custom_event_trigger_customerId" ] |
cache_key | "_custom_event_trigger_customerId_text" |
compound | false |
data | "37f0fc4421cf42aead0a654e3b6e7f1d" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10668 -form: Symfony\Component\Form\Form {#8473 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10637 …5} |
full_name | "custom_event_trigger[customerId]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "custom_event_trigger_customerId" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "customerId" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_custom_event_trigger_customerId" |
valid | true |
value | "37f0fc4421cf42aead0a654e3b6e7f1d" |
mode
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "simple" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "simple" "twig" ] |
[ "simple" "twig" ] |
data | "simple" |
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 |
choice_attr | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [ "simple" "twig" ] |
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 {#1771 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1742 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1822 …} -namespace: Closure() {#1791 …} } |
data | "simple" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#8730 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1880 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1243 …} $translationDomain: "validators" $message: Closure() {#8728 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_custom_event_trigger_mode" ] |
cache_key | "_custom_event_trigger_mode_choice" |
choice_translation_domain | null |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#13385 +label: "0" +value: "simple" +data: "simple" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#13386 +label: "1" +value: "twig" +data: "twig" +attr: [] } ] |
compound | false |
data | "simple" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#10661 -form: Symfony\Component\Form\Form {#8461 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#10662 …5} |
full_name | "custom_event_trigger[mode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "custom_event_trigger_mode" |
is_selected | Closure($choice, $value) {#10625 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2418 …} } |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "mode" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_custom_event_trigger_mode" |
valid | true |
value | "simple" |