| action |
"" |
| allow_extra_fields |
false |
| allow_file_upload |
false |
| apply_filter |
null |
| attr |
[] |
| attr_translation_parameters |
[] |
| auto_initialize |
true |
| block_name |
null |
| block_prefix |
null |
| by_reference |
true |
| choice_attr |
null |
| choice_filter |
null |
| choice_label |
Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1352
-option: [
"Symfony\Bridge\Doctrine\Form\Type\DoctrineType"
"createChoiceLabel"
]
} |
| choice_loader |
Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1454
-option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1365 …}
} |
| choice_name |
Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1363
-option: [
"Symfony\Bridge\Doctrine\Form\Type\DoctrineType"
"createChoiceName"
]
} |
| choice_translation_domain |
false |
| choice_translation_parameters |
[] |
| choice_value |
Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1366
-option: [
Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1398
-om: ContainerLwPEVdm\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#307 …2}
-classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#909 …}
-singleId: true
-intId: true
-idField: "id"
-associationIdReader: null
}
"getIdValue"
]
} |
| choices |
null |
| class |
"App\Entity\Sequence" |
| 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 {#91
-generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#90 …}
-storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#89 …}
-namespace: Closure() {#87 …}
} |
| data |
App\Entity\Sequence {#1260
-id: 46
-quater: Proxies\__CG__\App\Entity\Quater {#1290 …}
-validationDate: DateTime @1761264000 {#1254
date: 2025-10-24 00:00:00.0 UTC (+00:00)
}
-evaluations: Doctrine\ORM\PersistentCollection {#1319 …}
-abscenceSheets: Doctrine\ORM\PersistentCollection {#1317 …}
-code: "SES1_25_26"
-wording: "session1"
-startDate: DateTime @1757289600 {#1251
date: 2025-09-08 00:00:00.0 UTC (+00:00)
}
-endDate: DateTime @1761868800 {#1253
date: 2025-10-31 00:00:00.0 UTC (+00:00)
}
-activated: true
} |
| data_class |
null |
| data_extraction_method |
"default" |
| disabled |
false |
| em |
ContainerLwPEVdm\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#307 …2} |
| empty_data |
"" |
| error_bubbling |
false |
| error_mapping |
[] |
| expanded |
false |
| extra_fields_message |
"This form should not contain extra fields." |
| filter_condition_builder |
null |
| filter_field_name |
null |
| filter_shared_name |
null |
| 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 {#1398
-om: ContainerLwPEVdm\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#307 …2}
-classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#909 …}
-singleId: true
-intId: true
-idField: "id"
-associationIdReader: null
} |
| 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 |
[] |
| legacy_error_messages |
true |
| mapped |
true |
| method |
"POST" |
| multiple |
false |
| placeholder |
"Choisir la séquence" |
| post_max_size_message |
"The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices |
[] |
| priority |
0 |
| property_path |
null |
| query_builder |
Doctrine\ORM\QueryBuilder {#1356
-em: Doctrine\ORM\EntityManager {#784 …}
-dqlParts: [
"distinct" => false
"select" => [
Doctrine\ORM\Query\Expr\Select {#1358
#preSeparator: ""
#separator: ", "
#postSeparator: ""
#allowedClasses: [
"Doctrine\ORM\Query\Expr\Func"
]
#parts: [
"s"
]
}
]
"from" => [
Doctrine\ORM\Query\Expr\From {#1359
#from: "App\Entity\Sequence"
#alias: "s"
#indexBy: null
}
]
"join" => [
"s" => [
Doctrine\ORM\Query\Expr\Join {#1360
#joinType: "LEFT"
#join: "s.quater"
#alias: "q"
#conditionType: null
#condition: null
#indexBy: null
}
Doctrine\ORM\Query\Expr\Join {#1361
#joinType: "LEFT"
#join: "q.schoolYear"
#alias: "sc"
#conditionType: null
#condition: null
#indexBy: null
}
]
]
"set" => []
"where" => Doctrine\ORM\Query\Expr\Andx {#1362
#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: [
"sc.activated = :rep"
]
}
"groupBy" => []
"having" => null
"orderBy" => [
"s.id"
]
]
-type: 0
-state: 1
-dql: "SELECT s FROM App\Entity\Sequence s LEFT JOIN s.quater q LEFT JOIN q.schoolYear sc WHERE sc.activated = :rep ORDER BY s.id"
-parameters: Doctrine\Common\Collections\ArrayCollection {#1357 …}
-firstResult: 0
-maxResults: null
-joinRootAliases: [
"q" => "s"
"sc" => "s"
]
#cacheable: false
#cacheRegion: null
#cacheMode: null
#lifetime: 0
} |
| required |
true |
| row_attr |
[] |
| setter |
null |
| translation_domain |
null |
| trim |
false |
| upload_max_size_message |
Closure() {#1355
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1209 …}
use: {
$translator: Symfony\Component\Translation\DataCollectorTranslator {#1096 …}
$translationDomain: "validators"
$message: Closure() {#1353 …}
}
} |
| validation_groups |
null |