Forms
-
ida_ref_key
-
society
-
year
-
startingNumber
-
numberOfKeys
-
_token
-
-
society_switch
-
idaSocietyEntity
-
_token
-
ida_ref_key
Form type:
"App\Form\Type\IdaRefKey\IdaRefKeyType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1818 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1432 …} $message: Closure() {#1819 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "ida_ref_key" "_ida_ref_key" ] |
| cache_key | "_ida_ref_key_ida_ref_key" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1912 -form: Symfony\Component\Form\Form {#1943 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1931 …5} |
| full_name | "ida_ref_key" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ida_ref_key" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "ida_ref_key" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ida_ref_key" |
| valid | true |
| value | null |
society
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| autocomplete | true |
same as passed value |
| choice_label | Closure(IdaSociety $entity) {#1826 class: "App\Form\Type\IdaRefKey\IdaRefKeyType" this: App\Form\Type\IdaRefKey\IdaRefKeyType {#1606 …} } |
same as passed value |
| class | "App\Entity\IdaSociety" |
same as passed value |
| label | "label.society" |
same as passed value |
| placeholder | "" |
same as passed value |
| query_builder | Closure(IdaSocietyRepository $idaSocietyRepository) {#1827 class: "App\Form\Type\IdaRefKey\IdaRefKeyType" this: App\Form\Type\IdaRefKey\IdaRefKeyType {#1606 …} } |
Doctrine\ORM\QueryBuilder {#1863 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1861 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1862 #from: "App\Entity\IdaSociety" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1867 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "s.flValidSociety = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1860 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.labelSociety ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1407 …} -dql: "SELECT s FROM App\Entity\IdaSociety s WHERE s.flValidSociety = 1 ORDER BY s.labelSociety ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1868 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: ContainerOOWBeZb\EntityManagerGhostEbeb667 {#503 …12} } |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | true |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(IdaSociety $entity) {#1826 class: "App\Form\Type\IdaRefKey\IdaRefKeyType" this: App\Form\Type\IdaRefKey\IdaRefKeyType {#1606 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1914 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1866 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1865 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1872 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1896 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1871 …} } |
| choices | null |
| class | "App\Entity\IdaSociety" |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| 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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerOOWBeZb\EntityManagerGhostEbeb667 {#503 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1893 -singleId: true -intId: true -idField: "idSociety" -associationIdReader: null -om: ContainerOOWBeZb\EntityManagerGhostEbeb667 {#503 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1334 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "label.society" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | "" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1863 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1861 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1862 #from: "App\Entity\IdaSociety" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1867 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "s.flValidSociety = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1860 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.labelSociety ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1407 …} -dql: "SELECT s FROM App\Entity\IdaSociety s WHERE s.flValidSociety = 1 ORDER BY s.labelSociety ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1868 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: ContainerOOWBeZb\EntityManagerGhostEbeb667 {#503 …12} } |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1858 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1432 …} $message: Closure() {#1856 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "symfony--ux-autocomplete--autocomplete" "data-symfony--ux-autocomplete--autocomplete-max-results-value" => 10 "data-symfony--ux-autocomplete--autocomplete-loading-more-text-value" => "Chargement d'autres résultats..." "data-symfony--ux-autocomplete--autocomplete-no-results-found-text-value" => "Aucun résultat trouvé" "data-symfony--ux-autocomplete--autocomplete-no-more-results-text-value" => "Aucun autre résultat trouvé" "data-symfony--ux-autocomplete--autocomplete-create-option-text-value" => "Ajouter %placeholder%..." "data-symfony--ux-autocomplete--autocomplete-preload-value" => "focus" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_ida_ref_key_society" ] |
| cache_key | "_ida_ref_key_society_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1962 +label: "Agadu (004)" +value: "56" +data: App\Entity\IdaSociety {#1978 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1964 +label: "AIPA (289)" +value: "44" +data: App\Entity\IdaSociety {#2176 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1977 +label: "AKKA-LAA (122)" +value: "38" +data: App\Entity\IdaSociety {#2209 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1981 +label: "ALCS (054)" +value: "7" +data: App\Entity\IdaSociety {#2223 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1980 +label: "ARGENTORES (014)" +value: "26" +data: App\Entity\IdaSociety {#2237 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1963 +label: "ASDACS (251)" +value: "22" +data: App\Entity\IdaSociety {#2251 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1976 +label: "ATN (141)" +value: "39" +data: App\Entity\IdaSociety {#2265 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1985 +label: "AWGACS (203)" +value: "29" +data: App\Entity\IdaSociety {#2279 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1984 +label: "AZDG (290)" +value: "48" +data: App\Entity\IdaSociety {#2290 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1972 +label: "BILDKUNST (132)" +value: "10" +data: App\Entity\IdaSociety {#2304 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1982 +label: "BURIDA (024)" +value: "37" +data: App\Entity\IdaSociety {#2318 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +label: "COPYSWEDE (337)" +value: "54" +data: App\Entity\IdaSociety {#2332 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2892 +label: "CSCS (212)" +value: "28" +data: App\Entity\IdaSociety {#2346 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2893 +label: "DAC (248)" +value: "21" +data: App\Entity\IdaSociety {#2360 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +label: "DACIN SARA (296)" +value: "58" +data: App\Entity\IdaSociety {#2371 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +label: "DAMA (240)" +value: "16" +data: App\Entity\IdaSociety {#2385 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2896 +label: "DASC (276)" +value: "45" +data: App\Entity\IdaSociety {#2399 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2897 +label: "DBCA (293)" +value: "43" +data: App\Entity\IdaSociety {#2413 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2898 +label: "DGK (333)" +value: "51" +data: App\Entity\IdaSociety {#2427 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2899 +label: "DHFA (271)" +value: "32" +data: App\Entity\IdaSociety {#2441 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2900 +label: "DILIA (031)" +value: "31" +data: App\Entity\IdaSociety {#2455 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2901 +label: "DIRECTORS UK (145)" +value: "8" +data: App\Entity\IdaSociety {#2469 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +label: "DRCC (213)" +value: "25" +data: App\Entity\IdaSociety {#2480 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2903 +label: "DYGA Chile (349)" +value: "60" +data: App\Entity\IdaSociety {#2491 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2904 +label: "EAU (116)" +value: "40" +data: App\Entity\IdaSociety {#2502 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2905 +label: "EKKI (339)" +value: "57" +data: App\Entity\IdaSociety {#2516 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2906 +label: "FILMAUTOR (147)" +value: "41" +data: App\Entity\IdaSociety {#2527 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +label: "FILMJUS (174)" +value: "27" +data: App\Entity\IdaSociety {#2541 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +label: "GEDAR (297)" +value: "46" +data: App\Entity\IdaSociety {#2555 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2909 +label: "IDA (314)" +value: "17" +data: Proxies\__CG__\App\Entity\IdaSociety {#922 -idSociety: 17 -idaCountryIdCountry: 73 -stdSociety: "314" -labelSociety: "IDA" -flValidSociety: true -flCisac: true -registrantLogin: "" -idaWorkEntities: Doctrine\ORM\PersistentCollection {#2566 …} -idaUserEntities: Doctrine\ORM\PersistentCollection {#2574 …} -idaCountryEntity: Proxies\__CG__\App\Entity\IdaCountry {#2571 …} -mtSearchPresets: Doctrine\ORM\PersistentCollection {#2569 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#2581 …} -monitoringListReferences: Doctrine\ORM\PersistentCollection {#2583 …} -lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#937 …} } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2910 +label: "ISOCRATIS (335)" +value: "53" +data: App\Entity\IdaSociety {#2585 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2911 +label: "KOPIOSTO (138)" +value: "11" +data: App\Entity\IdaSociety {#2599 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2912 +label: "KTRWA (356)" +value: "62" +data: App\Entity\IdaSociety {#2613 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +label: "LATGA (110)" +value: "42" +data: App\Entity\IdaSociety {#2624 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +label: "LIRA (120)" +value: "36" +data: App\Entity\IdaSociety {#2638 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +label: "LITA (028)" +value: "34" +data: App\Entity\IdaSociety {#2652 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2916 +label: "MRIGHTS (357)" +value: "63" +data: App\Entity\IdaSociety {#2666 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2917 +label: "OAZA (327)" +value: "50" +data: App\Entity\IdaSociety {#2680 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2918 +label: "OOAS (298)" +value: "49" +data: App\Entity\IdaSociety {#2691 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +label: "REDES (294)" +value: "47" +data: App\Entity\IdaSociety {#2702 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2920 +label: "SABAM (055)" +value: "6" +data: App\Entity\IdaSociety {#2713 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2921 +label: "SACD (056)" +value: "1" +data: App\Entity\IdaSociety {#2727 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2922 +label: "SCAM (073)" +value: "3" +data: App\Entity\IdaSociety {#2738 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2923 +label: "SEF (351)" +value: "59" +data: App\Entity\IdaSociety {#2749 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2924 +label: "SGAE (072)" +value: "19" +data: App\Entity\IdaSociety {#2763 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2925 +label: "SIAE (074)" +value: "20" +data: App\Entity\IdaSociety {#2774 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2926 +label: "SPA (069)" +value: "12" +data: App\Entity\IdaSociety {#2785 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2927 +label: "SRAI (359)" +value: "61" +data: App\Entity\IdaSociety {#2799 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +label: "SSA (091)" +value: "5" +data: App\Entity\IdaSociety {#2813 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +label: "SUISSIMAGE (075)" +value: "4" +data: App\Entity\IdaSociety {#2827 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +label: "TALI (237)" +value: "30" +data: App\Entity\IdaSociety {#2838 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +label: "VDFS (121)" +value: "15" +data: App\Entity\IdaSociety {#2852 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +label: "VEVAM (195)" +value: "23" +data: App\Entity\IdaSociety {#2866 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +label: "ZAPA (199)" +value: "24" +data: App\Entity\IdaSociety {#2877 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1961 -form: Symfony\Component\Form\Form {#1946 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1959 …5} |
| full_name | "ida_ref_key[society]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ida_ref_key_society" |
| is_selected | Closure($choice, $value) {#2935 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "label.society" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "society" |
| placeholder | "" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ida_ref_key_society" |
| uses_autocomplete | true |
| valid | true |
| value | "" |
year
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "min" => 0 "max" => 99 ] |
[ "min" => 0 "max" => 99 ] |
| label | "label.year" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "min" => 0 "max" => 99 ] |
| 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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1879 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter an integer." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "label.year" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1876 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1432 …} $message: Closure() {#1878 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "min" => 0 "max" => 99 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_ida_ref_key_year" ] |
| cache_key | "_ida_ref_key_year_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3038 -form: Symfony\Component\Form\Form {#1949 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2934 …5} |
| full_name | "ida_ref_key[year]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ida_ref_key_year" |
| label | "label.year" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "year" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ida_ref_key_year" |
| valid | true |
| value | "" |
startingNumber
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "min" => 1 "max" => 999999 ] |
[ "min" => 1 "max" => 999999 ] |
| label | "label.starting_number" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "min" => 1 "max" => 999999 ] |
| 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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1897 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter an integer." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "label.starting_number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1899 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1432 …} $message: Closure() {#1895 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "min" => 1 "max" => 999999 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_ida_ref_key_startingNumber" ] |
| cache_key | "_ida_ref_key_startingNumber_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3037 -form: Symfony\Component\Form\Form {#1952 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3036 …5} |
| full_name | "ida_ref_key[startingNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ida_ref_key_startingNumber" |
| label | "label.starting_number" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "startingNumber" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ida_ref_key_startingNumber" |
| valid | true |
| value | "" |
numberOfKeys
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "min" => 1 "max" => 9999 ] |
[ "min" => 1 "max" => 9999 ] |
| label | "label.number_of_keys" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "min" => 1 "max" => 9999 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1903 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter an integer." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "label.number_of_keys" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1936 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1432 …} $message: Closure() {#1937 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "min" => 1 "max" => 9999 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_ida_ref_key_numberOfKeys" ] |
| cache_key | "_ida_ref_key_numberOfKeys_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3035 -form: Symfony\Component\Form\Form {#1955 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3034 …5} |
| full_name | "ida_ref_key[numberOfKeys]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ida_ref_key_numberOfKeys" |
| label | "label.number_of_keys" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "numberOfKeys" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ida_ref_key_numberOfKeys" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "fdbf7db0bbc144e5b9650.VKHLNgIa2ij0O6QodqPeBS6CFz5LMdgBK0hpWfDPA_c.Z_eAfU4342GOaPRKDum3Mn_lU1oBde5SexFcF4K-c8YXwv0EUFGYXbFMxw" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "fdbf7db0bbc144e5b9650.VKHLNgIa2ij0O6QodqPeBS6CFz5LMdgBK0hpWfDPA_c.Z_eAfU4342GOaPRKDum3Mn_lU1oBde5SexFcF4K-c8YXwv0EUFGYXbFMxw" |
same as passed value |
| mapped | false |
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 | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
| data | "fdbf7db0bbc144e5b9650.VKHLNgIa2ij0O6QodqPeBS6CFz5LMdgBK0hpWfDPA_c.Z_eAfU4342GOaPRKDum3Mn_lU1oBde5SexFcF4K-c8YXwv0EUFGYXbFMxw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3030 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3028 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1432 …} $message: Closure() {#3029 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_ida_ref_key__token" ] |
| cache_key | "_ida_ref_key__token_hidden" |
| compound | false |
| data | "fdbf7db0bbc144e5b9650.VKHLNgIa2ij0O6QodqPeBS6CFz5LMdgBK0hpWfDPA_c.Z_eAfU4342GOaPRKDum3Mn_lU1oBde5SexFcF4K-c8YXwv0EUFGYXbFMxw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3018 -form: Symfony\Component\Form\Form {#3022 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3027 …5} |
| full_name | "ida_ref_key[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "ida_ref_key__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_ida_ref_key__token" |
| valid | true |
| value | "fdbf7db0bbc144e5b9650.VKHLNgIa2ij0O6QodqPeBS6CFz5LMdgBK0hpWfDPA_c.Z_eAfU4342GOaPRKDum3Mn_lU1oBde5SexFcF4K-c8YXwv0EUFGYXbFMxw" |
society_switch
Form type:
"App\Form\Type\UserProfile\SocietySwitchType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\IdaUser {#913 -id: 869 -username: "Nmsilini" -password: "$2y$13$MVl/y6/FxjjvJ.YTnV/7ouvoVz0kdOZRSF/.4ggfnXbrESfZ6qM7u" -oldPassword: "c98a070e1982194a1e1940142fc8d458" -roles: [ "ROLE_SUPER_ADMIN" ] -nameUser: "MSILINI" -firstNameUser: "Najah" -idaLanguageIdLanguage: 34 -idaSocietyIdSociety: 17 -idaUserProfileIdUserProfile: null -emailUser: "najah.msilini@prestataire.sacd.fr" -userStatus: true -flIsanMailRecipient: false -flEnrichementAlert: false -flReportRecipient: false -flDetectDuplicateAtImport: false -flEodInCsvFormat: false -dateLastUpdatePassword: DateTime @1780650965 {#951 date: 2026-06-05 11:16:05.0 Europe/Paris (+02:00) } -dateLastLogin: DateTime @1783068276 {#947 date: 2026-07-03 10:44:36.0 Europe/Paris (+02:00) } -idaSocietyEntity: Proxies\__CG__\App\Entity\IdaSociety {#922 -idSociety: 17 -idaCountryIdCountry: 73 -stdSociety: "314" -labelSociety: "IDA" -flValidSociety: true -flCisac: true -registrantLogin: "" -idaWorkEntities: Doctrine\ORM\PersistentCollection {#2566 …} -idaUserEntities: Doctrine\ORM\PersistentCollection {#2574 …} -idaCountryEntity: Proxies\__CG__\App\Entity\IdaCountry {#2571 …} -mtSearchPresets: Doctrine\ORM\PersistentCollection {#2569 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#2581 …} -monitoringListReferences: Doctrine\ORM\PersistentCollection {#2583 …} -lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#937 …} } -idaLanguageEntity: Proxies\__CG__\App\Entity\IdaLanguage {#770 …} -idaUserProfileEntity: null -idaUserFilterEntity: App\Entity\IdaUserFilter {#1350 …} -monitoringJobName: App\Entity\IdaMonitoringJobName {#1353 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#812 …} -idaMonitoringExportFieldsEntity: App\Entity\IdaMonitoringExportFields {#1356 …} -mtSearchPresetEntity: null -mtSearchPresets: Doctrine\ORM\PersistentCollection {#803 …} -idaUserResultEntity: App\Entity\IdaUserResult {#1359 …} -monitoringCriterias: Doctrine\ORM\PersistentCollection {#794 …} -ftpAccountStatus: 1 -ftpAccountErrorMessage: "" -ftpAccountCreatedAt: DateTimeImmutable @1780651022 {#917 date: 2026-06-05 11:17:02.0 Europe/Paris (+02:00) } -ftpAccountUpdatedAt: null -ftpAccountDeletedAt: null -isMigrated: false -flEodFormat: 3 -flIsMlRef: false -flMlNotif: false -flIsMlEnabled: false -monitoringImportedFiles: Doctrine\ORM\PersistentCollection {#1349 …} -period: null -format: null -reffererId: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/society-switcher" |
same as passed value |
| data | App\Entity\IdaUser {#913 -id: 869 -username: "Nmsilini" -password: "$2y$13$MVl/y6/FxjjvJ.YTnV/7ouvoVz0kdOZRSF/.4ggfnXbrESfZ6qM7u" -oldPassword: "c98a070e1982194a1e1940142fc8d458" -roles: [ "ROLE_SUPER_ADMIN" ] -nameUser: "MSILINI" -firstNameUser: "Najah" -idaLanguageIdLanguage: 34 -idaSocietyIdSociety: 17 -idaUserProfileIdUserProfile: null -emailUser: "najah.msilini@prestataire.sacd.fr" -userStatus: true -flIsanMailRecipient: false -flEnrichementAlert: false -flReportRecipient: false -flDetectDuplicateAtImport: false -flEodInCsvFormat: false -dateLastUpdatePassword: DateTime @1780650965 {#951 date: 2026-06-05 11:16:05.0 Europe/Paris (+02:00) } -dateLastLogin: DateTime @1783068276 {#947 date: 2026-07-03 10:44:36.0 Europe/Paris (+02:00) } -idaSocietyEntity: Proxies\__CG__\App\Entity\IdaSociety {#922 -idSociety: 17 -idaCountryIdCountry: 73 -stdSociety: "314" -labelSociety: "IDA" -flValidSociety: true -flCisac: true -registrantLogin: "" -idaWorkEntities: Doctrine\ORM\PersistentCollection {#2566 …} -idaUserEntities: Doctrine\ORM\PersistentCollection {#2574 …} -idaCountryEntity: Proxies\__CG__\App\Entity\IdaCountry {#2571 …} -mtSearchPresets: Doctrine\ORM\PersistentCollection {#2569 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#2581 …} -monitoringListReferences: Doctrine\ORM\PersistentCollection {#2583 …} -lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#937 …} } -idaLanguageEntity: Proxies\__CG__\App\Entity\IdaLanguage {#770 …} -idaUserProfileEntity: null -idaUserFilterEntity: App\Entity\IdaUserFilter {#1350 …} -monitoringJobName: App\Entity\IdaMonitoringJobName {#1353 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#812 …} -idaMonitoringExportFieldsEntity: App\Entity\IdaMonitoringExportFields {#1356 …} -mtSearchPresetEntity: null -mtSearchPresets: Doctrine\ORM\PersistentCollection {#803 …} -idaUserResultEntity: App\Entity\IdaUserResult {#1359 …} -monitoringCriterias: Doctrine\ORM\PersistentCollection {#794 …} -ftpAccountStatus: 1 -ftpAccountErrorMessage: "" -ftpAccountCreatedAt: DateTimeImmutable @1780651022 {#917 date: 2026-06-05 11:17:02.0 Europe/Paris (+02:00) } -ftpAccountUpdatedAt: null -ftpAccountDeletedAt: null -isMigrated: false -flEodFormat: 3 -flIsMlRef: false -flMlNotif: false -flIsMlEnabled: false -monitoringImportedFiles: Doctrine\ORM\PersistentCollection {#1349 …} -period: null -format: null -reffererId: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/society-switcher" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
| data | App\Entity\IdaUser {#913 -id: 869 -username: "Nmsilini" -password: "$2y$13$MVl/y6/FxjjvJ.YTnV/7ouvoVz0kdOZRSF/.4ggfnXbrESfZ6qM7u" -oldPassword: "c98a070e1982194a1e1940142fc8d458" -roles: [ "ROLE_SUPER_ADMIN" ] -nameUser: "MSILINI" -firstNameUser: "Najah" -idaLanguageIdLanguage: 34 -idaSocietyIdSociety: 17 -idaUserProfileIdUserProfile: null -emailUser: "najah.msilini@prestataire.sacd.fr" -userStatus: true -flIsanMailRecipient: false -flEnrichementAlert: false -flReportRecipient: false -flDetectDuplicateAtImport: false -flEodInCsvFormat: false -dateLastUpdatePassword: DateTime @1780650965 {#951 date: 2026-06-05 11:16:05.0 Europe/Paris (+02:00) } -dateLastLogin: DateTime @1783068276 {#947 date: 2026-07-03 10:44:36.0 Europe/Paris (+02:00) } -idaSocietyEntity: Proxies\__CG__\App\Entity\IdaSociety {#922 -idSociety: 17 -idaCountryIdCountry: 73 -stdSociety: "314" -labelSociety: "IDA" -flValidSociety: true -flCisac: true -registrantLogin: "" -idaWorkEntities: Doctrine\ORM\PersistentCollection {#2566 …} -idaUserEntities: Doctrine\ORM\PersistentCollection {#2574 …} -idaCountryEntity: Proxies\__CG__\App\Entity\IdaCountry {#2571 …} -mtSearchPresets: Doctrine\ORM\PersistentCollection {#2569 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#2581 …} -monitoringListReferences: Doctrine\ORM\PersistentCollection {#2583 …} -lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#937 …} } -idaLanguageEntity: Proxies\__CG__\App\Entity\IdaLanguage {#770 …} -idaUserProfileEntity: null -idaUserFilterEntity: App\Entity\IdaUserFilter {#1350 …} -monitoringJobName: App\Entity\IdaMonitoringJobName {#1353 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#812 …} -idaMonitoringExportFieldsEntity: App\Entity\IdaMonitoringExportFields {#1356 …} -mtSearchPresetEntity: null -mtSearchPresets: Doctrine\ORM\PersistentCollection {#803 …} -idaUserResultEntity: App\Entity\IdaUserResult {#1359 …} -monitoringCriterias: Doctrine\ORM\PersistentCollection {#794 …} -ftpAccountStatus: 1 -ftpAccountErrorMessage: "" -ftpAccountCreatedAt: DateTimeImmutable @1780651022 {#917 date: 2026-06-05 11:17:02.0 Europe/Paris (+02:00) } -ftpAccountUpdatedAt: null -ftpAccountDeletedAt: null -isMigrated: false -flEodFormat: 3 -flIsMlRef: false -flMlNotif: false -flIsMlEnabled: false -monitoringImportedFiles: Doctrine\ORM\PersistentCollection {#1349 …} -period: null -format: null -reffererId: null } |
| data_class | "App\Entity\IdaUser" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3243 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\IdaUser" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3245 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1432 …} $message: Closure() {#3244 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/society-switcher" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "society_switch" "_society_switch" ] |
| cache_key | "_society_switch_society_switch" |
| compound | true |
| data | App\Entity\IdaUser {#913 -id: 869 -username: "Nmsilini" -password: "$2y$13$MVl/y6/FxjjvJ.YTnV/7ouvoVz0kdOZRSF/.4ggfnXbrESfZ6qM7u" -oldPassword: "c98a070e1982194a1e1940142fc8d458" -roles: [ "ROLE_SUPER_ADMIN" ] -nameUser: "MSILINI" -firstNameUser: "Najah" -idaLanguageIdLanguage: 34 -idaSocietyIdSociety: 17 -idaUserProfileIdUserProfile: null -emailUser: "najah.msilini@prestataire.sacd.fr" -userStatus: true -flIsanMailRecipient: false -flEnrichementAlert: false -flReportRecipient: false -flDetectDuplicateAtImport: false -flEodInCsvFormat: false -dateLastUpdatePassword: DateTime @1780650965 {#951 date: 2026-06-05 11:16:05.0 Europe/Paris (+02:00) } -dateLastLogin: DateTime @1783068276 {#947 date: 2026-07-03 10:44:36.0 Europe/Paris (+02:00) } -idaSocietyEntity: Proxies\__CG__\App\Entity\IdaSociety {#922 -idSociety: 17 -idaCountryIdCountry: 73 -stdSociety: "314" -labelSociety: "IDA" -flValidSociety: true -flCisac: true -registrantLogin: "" -idaWorkEntities: Doctrine\ORM\PersistentCollection {#2566 …} -idaUserEntities: Doctrine\ORM\PersistentCollection {#2574 …} -idaCountryEntity: Proxies\__CG__\App\Entity\IdaCountry {#2571 …} -mtSearchPresets: Doctrine\ORM\PersistentCollection {#2569 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#2581 …} -monitoringListReferences: Doctrine\ORM\PersistentCollection {#2583 …} -lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#937 …} } -idaLanguageEntity: Proxies\__CG__\App\Entity\IdaLanguage {#770 …} -idaUserProfileEntity: null -idaUserFilterEntity: App\Entity\IdaUserFilter {#1350 …} -monitoringJobName: App\Entity\IdaMonitoringJobName {#1353 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#812 …} -idaMonitoringExportFieldsEntity: App\Entity\IdaMonitoringExportFields {#1356 …} -mtSearchPresetEntity: null -mtSearchPresets: Doctrine\ORM\PersistentCollection {#803 …} -idaUserResultEntity: App\Entity\IdaUserResult {#1359 …} -monitoringCriterias: Doctrine\ORM\PersistentCollection {#794 …} -ftpAccountStatus: 1 -ftpAccountErrorMessage: "" -ftpAccountCreatedAt: DateTimeImmutable @1780651022 {#917 date: 2026-06-05 11:17:02.0 Europe/Paris (+02:00) } -ftpAccountUpdatedAt: null -ftpAccountDeletedAt: null -isMigrated: false -flEodFormat: 3 -flIsMlRef: false -flMlNotif: false -flIsMlEnabled: false -monitoringImportedFiles: Doctrine\ORM\PersistentCollection {#1349 …} -period: null -format: null -reffererId: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3272 -form: Symfony\Component\Form\Form {#3275 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3246 …5} |
| full_name | "society_switch" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_switch" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "society_switch" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_switch" |
| valid | true |
| value | App\Entity\IdaUser {#913 -id: 869 -username: "Nmsilini" -password: "$2y$13$MVl/y6/FxjjvJ.YTnV/7ouvoVz0kdOZRSF/.4ggfnXbrESfZ6qM7u" -oldPassword: "c98a070e1982194a1e1940142fc8d458" -roles: [ "ROLE_SUPER_ADMIN" ] -nameUser: "MSILINI" -firstNameUser: "Najah" -idaLanguageIdLanguage: 34 -idaSocietyIdSociety: 17 -idaUserProfileIdUserProfile: null -emailUser: "najah.msilini@prestataire.sacd.fr" -userStatus: true -flIsanMailRecipient: false -flEnrichementAlert: false -flReportRecipient: false -flDetectDuplicateAtImport: false -flEodInCsvFormat: false -dateLastUpdatePassword: DateTime @1780650965 {#951 date: 2026-06-05 11:16:05.0 Europe/Paris (+02:00) } -dateLastLogin: DateTime @1783068276 {#947 date: 2026-07-03 10:44:36.0 Europe/Paris (+02:00) } -idaSocietyEntity: Proxies\__CG__\App\Entity\IdaSociety {#922 -idSociety: 17 -idaCountryIdCountry: 73 -stdSociety: "314" -labelSociety: "IDA" -flValidSociety: true -flCisac: true -registrantLogin: "" -idaWorkEntities: Doctrine\ORM\PersistentCollection {#2566 …} -idaUserEntities: Doctrine\ORM\PersistentCollection {#2574 …} -idaCountryEntity: Proxies\__CG__\App\Entity\IdaCountry {#2571 …} -mtSearchPresets: Doctrine\ORM\PersistentCollection {#2569 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#2581 …} -monitoringListReferences: Doctrine\ORM\PersistentCollection {#2583 …} -lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#937 …} } -idaLanguageEntity: Proxies\__CG__\App\Entity\IdaLanguage {#770 …} -idaUserProfileEntity: null -idaUserFilterEntity: App\Entity\IdaUserFilter {#1350 …} -monitoringJobName: App\Entity\IdaMonitoringJobName {#1353 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#812 …} -idaMonitoringExportFieldsEntity: App\Entity\IdaMonitoringExportFields {#1356 …} -mtSearchPresetEntity: null -mtSearchPresets: Doctrine\ORM\PersistentCollection {#803 …} -idaUserResultEntity: App\Entity\IdaUserResult {#1359 …} -monitoringCriterias: Doctrine\ORM\PersistentCollection {#794 …} -ftpAccountStatus: 1 -ftpAccountErrorMessage: "" -ftpAccountCreatedAt: DateTimeImmutable @1780651022 {#917 date: 2026-06-05 11:17:02.0 Europe/Paris (+02:00) } -ftpAccountUpdatedAt: null -ftpAccountDeletedAt: null -isMigrated: false -flEodFormat: 3 -flIsMlRef: false -flMlNotif: false -flIsMlEnabled: false -monitoringImportedFiles: Doctrine\ORM\PersistentCollection {#1349 …} -period: null -format: null -reffererId: null } |
idaSocietyEntity
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Proxies\__CG__\App\Entity\IdaSociety {#922 -idSociety: 17 -idaCountryIdCountry: 73 -stdSociety: "314" -labelSociety: "IDA" -flValidSociety: true -flCisac: true -registrantLogin: "" -idaWorkEntities: Doctrine\ORM\PersistentCollection {#2566 …} -idaUserEntities: Doctrine\ORM\PersistentCollection {#2574 …} -idaCountryEntity: Proxies\__CG__\App\Entity\IdaCountry {#2571 …} -mtSearchPresets: Doctrine\ORM\PersistentCollection {#2569 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#2581 …} -monitoringListReferences: Doctrine\ORM\PersistentCollection {#2583 …} -lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#937 …} } |
| View Format |
"17"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "society-switcher" ] |
[ "data-controller" => "society-switcher" ] |
| autocomplete | true |
same as passed value |
| choice_filter | Closure(?IdaSociety $idaSociety) {#3252 class: "App\Form\Type\UserProfile\SocietySwitchType" this: App\Form\Type\UserProfile\SocietySwitchType {#3238 …} } |
same as passed value |
| choice_label | Closure(IdaSociety $idaSociety) {#3251 class: "App\Form\Type\UserProfile\SocietySwitchType" this: App\Form\Type\UserProfile\SocietySwitchType {#3238 …} } |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| class | "App\Entity\IdaSociety" |
same as passed value |
| label | false |
same as passed value |
| query_builder | Closure(IdaSocietyRepository $repository) {#3253 class: "App\Form\Type\UserProfile\SocietySwitchType" this: App\Form\Type\UserProfile\SocietySwitchType {#3238 …} } |
Doctrine\ORM\QueryBuilder {#3257 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3265 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3264 #from: "App\Entity\IdaSociety" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3263 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "s.flValidSociety = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3258 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.labelSociety ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1407 …} -dql: "SELECT s FROM App\Entity\IdaSociety s WHERE s.flValidSociety = 1 ORDER BY s.labelSociety ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#3262 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: ContainerOOWBeZb\EntityManagerGhostEbeb667 {#503 …12} } |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "data-controller" => "society-switcher" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | true |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | Closure(?IdaSociety $idaSociety) {#3252 class: "App\Form\Type\UserProfile\SocietySwitchType" this: App\Form\Type\UserProfile\SocietySwitchType {#3238 …} } |
| choice_label | Closure(IdaSociety $idaSociety) {#3251 class: "App\Form\Type\UserProfile\SocietySwitchType" this: App\Form\Type\UserProfile\SocietySwitchType {#3238 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3268 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1866 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3260 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1872 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3271 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1871 …} } |
| choices | null |
| class | "App\Entity\IdaSociety" |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| 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 {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerOOWBeZb\EntityManagerGhostEbeb667 {#503 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1893 -singleId: true -intId: true -idField: "idSociety" -associationIdReader: null -om: ContainerOOWBeZb\EntityManagerGhostEbeb667 {#503 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1334 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#3257 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3265 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3264 #from: "App\Entity\IdaSociety" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3263 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "s.flValidSociety = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3258 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.labelSociety ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1407 …} -dql: "SELECT s FROM App\Entity\IdaSociety s WHERE s.flValidSociety = 1 ORDER BY s.labelSociety ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#3262 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: ContainerOOWBeZb\EntityManagerGhostEbeb667 {#503 …12} } |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3256 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1432 …} $message: Closure() {#3255 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "society-switcher symfony--ux-autocomplete--autocomplete" "data-symfony--ux-autocomplete--autocomplete-max-results-value" => 10 "data-symfony--ux-autocomplete--autocomplete-loading-more-text-value" => "Chargement d'autres résultats..." "data-symfony--ux-autocomplete--autocomplete-no-results-found-text-value" => "Aucun résultat trouvé" "data-symfony--ux-autocomplete--autocomplete-no-more-results-text-value" => "Aucun autre résultat trouvé" "data-symfony--ux-autocomplete--autocomplete-create-option-text-value" => "Ajouter %placeholder%..." "data-symfony--ux-autocomplete--autocomplete-preload-value" => "focus" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_society_switch_idaSocietyEntity" ] |
| cache_key | "_society_switch_idaSocietyEntity_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3287 +label: "Agadu" +value: "56" +data: App\Entity\IdaSociety {#1978 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3291 +label: "AIPA" +value: "44" +data: App\Entity\IdaSociety {#2176 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3293 +label: "AKKA-LAA" +value: "38" +data: App\Entity\IdaSociety {#2209 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3294 +label: "ALCS" +value: "7" +data: App\Entity\IdaSociety {#2223 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3295 +label: "ARGENTORES" +value: "26" +data: App\Entity\IdaSociety {#2237 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3296 +label: "ASDACS" +value: "22" +data: App\Entity\IdaSociety {#2251 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3297 +label: "ATN" +value: "39" +data: App\Entity\IdaSociety {#2265 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3298 +label: "AWGACS" +value: "29" +data: App\Entity\IdaSociety {#2279 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3299 +label: "AZDG" +value: "48" +data: App\Entity\IdaSociety {#2290 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3300 +label: "BILDKUNST" +value: "10" +data: App\Entity\IdaSociety {#2304 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3301 +label: "BURIDA" +value: "37" +data: App\Entity\IdaSociety {#2318 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3302 +label: "COPYSWEDE" +value: "54" +data: App\Entity\IdaSociety {#2332 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3303 +label: "CSCS" +value: "28" +data: App\Entity\IdaSociety {#2346 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3304 +label: "DAC" +value: "21" +data: App\Entity\IdaSociety {#2360 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3305 +label: "DACIN SARA" +value: "58" +data: App\Entity\IdaSociety {#2371 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3306 +label: "DAMA" +value: "16" +data: App\Entity\IdaSociety {#2385 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3307 +label: "DASC" +value: "45" +data: App\Entity\IdaSociety {#2399 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3308 +label: "DBCA" +value: "43" +data: App\Entity\IdaSociety {#2413 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3309 +label: "DGK" +value: "51" +data: App\Entity\IdaSociety {#2427 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3310 +label: "DHFA" +value: "32" +data: App\Entity\IdaSociety {#2441 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3311 +label: "DILIA" +value: "31" +data: App\Entity\IdaSociety {#2455 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3312 +label: "DIRECTORS UK" +value: "8" +data: App\Entity\IdaSociety {#2469 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3313 +label: "DRCC" +value: "25" +data: App\Entity\IdaSociety {#2480 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3314 +label: "DYGA Chile" +value: "60" +data: App\Entity\IdaSociety {#2491 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3315 +label: "EAU" +value: "40" +data: App\Entity\IdaSociety {#2502 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3316 +label: "EKKI" +value: "57" +data: App\Entity\IdaSociety {#2516 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3317 +label: "FILMAUTOR" +value: "41" +data: App\Entity\IdaSociety {#2527 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3318 +label: "FILMJUS" +value: "27" +data: App\Entity\IdaSociety {#2541 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3319 +label: "GEDAR" +value: "46" +data: App\Entity\IdaSociety {#2555 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3320 +label: "IDA" +value: "17" +data: Proxies\__CG__\App\Entity\IdaSociety {#922 -idSociety: 17 -idaCountryIdCountry: 73 -stdSociety: "314" -labelSociety: "IDA" -flValidSociety: true -flCisac: true -registrantLogin: "" -idaWorkEntities: Doctrine\ORM\PersistentCollection {#2566 …} -idaUserEntities: Doctrine\ORM\PersistentCollection {#2574 …} -idaCountryEntity: Proxies\__CG__\App\Entity\IdaCountry {#2571 …} -mtSearchPresets: Doctrine\ORM\PersistentCollection {#2569 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#2581 …} -monitoringListReferences: Doctrine\ORM\PersistentCollection {#2583 …} -lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#937 …} } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3321 +label: "ISOCRATIS" +value: "53" +data: App\Entity\IdaSociety {#2585 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3322 +label: "KOPIOSTO" +value: "11" +data: App\Entity\IdaSociety {#2599 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3323 +label: "KTRWA" +value: "62" +data: App\Entity\IdaSociety {#2613 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3324 +label: "LATGA" +value: "42" +data: App\Entity\IdaSociety {#2624 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3325 +label: "LIRA" +value: "36" +data: App\Entity\IdaSociety {#2638 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3326 +label: "LITA" +value: "34" +data: App\Entity\IdaSociety {#2652 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3327 +label: "MRIGHTS" +value: "63" +data: App\Entity\IdaSociety {#2666 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3328 +label: "OAZA" +value: "50" +data: App\Entity\IdaSociety {#2680 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3329 +label: "OOAS" +value: "49" +data: App\Entity\IdaSociety {#2691 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3330 +label: "REDES" +value: "47" +data: App\Entity\IdaSociety {#2702 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3331 +label: "SABAM" +value: "6" +data: App\Entity\IdaSociety {#2713 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3332 +label: "SACD" +value: "1" +data: App\Entity\IdaSociety {#2727 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3333 +label: "SCAM" +value: "3" +data: App\Entity\IdaSociety {#2738 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3334 +label: "SEF" +value: "59" +data: App\Entity\IdaSociety {#2749 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3335 +label: "SGAE" +value: "19" +data: App\Entity\IdaSociety {#2763 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3336 +label: "SIAE" +value: "20" +data: App\Entity\IdaSociety {#2774 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3337 +label: "SPA" +value: "12" +data: App\Entity\IdaSociety {#2785 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3338 +label: "SRAI" +value: "61" +data: App\Entity\IdaSociety {#2799 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3339 +label: "SSA" +value: "5" +data: App\Entity\IdaSociety {#2813 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3340 +label: "SUISSIMAGE" +value: "4" +data: App\Entity\IdaSociety {#2827 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3341 +label: "TALI" +value: "30" +data: App\Entity\IdaSociety {#2838 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3342 +label: "VDFS" +value: "15" +data: App\Entity\IdaSociety {#2852 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3343 +label: "VEVAM" +value: "23" +data: App\Entity\IdaSociety {#2866 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3344 +label: "ZAPA" +value: "24" +data: App\Entity\IdaSociety {#2877 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | Proxies\__CG__\App\Entity\IdaSociety {#922 -idSociety: 17 -idaCountryIdCountry: 73 -stdSociety: "314" -labelSociety: "IDA" -flValidSociety: true -flCisac: true -registrantLogin: "" -idaWorkEntities: Doctrine\ORM\PersistentCollection {#2566 …} -idaUserEntities: Doctrine\ORM\PersistentCollection {#2574 …} -idaCountryEntity: Proxies\__CG__\App\Entity\IdaCountry {#2571 …} -mtSearchPresets: Doctrine\ORM\PersistentCollection {#2569 …} -monitoringGeneratedExport: Doctrine\ORM\PersistentCollection {#2581 …} -monitoringListReferences: Doctrine\ORM\PersistentCollection {#2583 …} -lazyObjectState: Symfony\Component\VarExporter\Internal\LazyObjectState {#937 …} } |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3286 -form: Symfony\Component\Form\Form {#3278 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3285 …5} |
| full_name | "society_switch[idaSocietyEntity]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_switch_idaSocietyEntity" |
| is_selected | Closure($choice, $value) {#3346 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "idaSocietyEntity" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_switch_idaSocietyEntity" |
| uses_autocomplete | true |
| valid | true |
| value | "17" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "2c4f09.5USGv88it0hf5hMU4b2L4FEgjvd-Or_q-S-mkwDOMDo.tnzF5oBr7RdojGl-jorI0St61845adyTnVf8ykyEXEyxC_HbjXT1EhmzKw" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "2c4f09.5USGv88it0hf5hMU4b2L4FEgjvd-Or_q-S-mkwDOMDo.tnzF5oBr7RdojGl-jorI0St61845adyTnVf8ykyEXEyxC_HbjXT1EhmzKw" |
same as passed value |
| mapped | false |
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 | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1793 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1794 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1795 …} -namespace: Closure() {#1797 …} } |
| data | "2c4f09.5USGv88it0hf5hMU4b2L4FEgjvd-Or_q-S-mkwDOMDo.tnzF5oBr7RdojGl-jorI0St61845adyTnVf8ykyEXEyxC_HbjXT1EhmzKw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3282 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3345 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1432 …} $message: Closure() {#3347 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_society_switch__token" ] |
| cache_key | "_society_switch__token_hidden" |
| compound | false |
| data | "2c4f09.5USGv88it0hf5hMU4b2L4FEgjvd-Or_q-S-mkwDOMDo.tnzF5oBr7RdojGl-jorI0St61845adyTnVf8ykyEXEyxC_HbjXT1EhmzKw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3357 -form: Symfony\Component\Form\Form {#3353 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3348 …5} |
| full_name | "society_switch[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "society_switch__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_society_switch__token" |
| valid | true |
| value | "2c4f09.5USGv88it0hf5hMU4b2L4FEgjvd-Or_q-S-mkwDOMDo.tnzF5oBr7RdojGl-jorI0St61845adyTnVf8ykyEXEyxC_HbjXT1EhmzKw" |