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_filter |
null |
choice_label |
Closure($f) {#7443
class: "App\Form\Slave\AssignTechnicianType"
this: App\Form\Slave\AssignTechnicianType {#7040 …}
} |
choice_loader |
Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#7538
-option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#7410 …}
} |
choice_name |
Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#7436
-option: [
"Symfony\Bridge\Doctrine\Form\Type\DoctrineType"
"createChoiceName"
]
} |
choice_translation_domain |
false |
choice_translation_parameters |
[] |
choice_value |
Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#7377
-option: [
Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7490
-om: ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#596 …2}
-classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#525 …}
-singleId: true
-intId: true
-idField: "id"
-associationIdReader: null
}
"getIdValue"
]
} |
choices |
null |
class |
"App\Entity\Slave\User" |
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 {#7336
-generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#7335 …}
-storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#7334 …}
-namespace: Closure() {#7346 …}
} |
data_class |
null |
disabled |
false |
em |
ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#596 …2} |
empty_data |
"" |
error_bubbling |
false |
error_mapping |
[] |
expanded |
false |
extra_fields_message |
"This form should not contain extra fields." |
form_attr |
false |
getter |
null |
group_by |
null |
help |
null |
help_attr |
[] |
help_html |
false |
help_translation_parameters |
[] |
id_reader |
Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#7490
-om: ContainerSYemH0u\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#596 …2}
-classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#525 …}
-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 |
false |
method |
"POST" |
multiple |
false |
placeholder |
"" |
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 {#7375
-em: Doctrine\ORM\EntityManager {#30 …}
-dqlParts: [
"distinct" => false
"select" => [
Doctrine\ORM\Query\Expr\Select {#7378
#preSeparator: ""
#separator: ", "
#postSeparator: ""
#allowedClasses: [
"Doctrine\ORM\Query\Expr\Func"
]
#parts: [
"u"
]
}
]
"from" => [
Doctrine\ORM\Query\Expr\From {#7379
#from: "App\Entity\Slave\User"
#alias: "u"
#indexBy: null
}
]
"join" => [
"u" => [
Doctrine\ORM\Query\Expr\Join {#7380
#joinType: "LEFT"
#join: "u.accountType"
#alias: "a"
#conditionType: null
#condition: null
#indexBy: null
}
Doctrine\ORM\Query\Expr\Join {#7408
#joinType: "LEFT"
#join: "u.profile"
#alias: "p"
#conditionType: null
#condition: null
#indexBy: null
}
Doctrine\ORM\Query\Expr\Join {#7406
#joinType: "LEFT"
#join: "a.category"
#alias: "atc"
#conditionType: null
#condition: null
#indexBy: null
}
]
]
"set" => []
"where" => Doctrine\ORM\Query\Expr\Andx {#7404
#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: [
"u.role != :roleAdmin"
"atc.slug = :acTech1 OR atc.slug = :acTech2"
"u.companyActive = 1"
]
}
"groupBy" => []
"having" => null
"orderBy" => [
Doctrine\ORM\Query\Expr\OrderBy {#7403
#preSeparator: ""
#separator: ", "
#postSeparator: ""
#allowedClasses: []
#parts: [
"p.surname ASC"
]
}
Doctrine\ORM\Query\Expr\OrderBy {#7384
#preSeparator: ""
#separator: ", "
#postSeparator: ""
#allowedClasses: []
#parts: [
"p.name ASC"
]
}
]
]
-type: 0
-state: 1
-dql: "SELECT u FROM App\Entity\Slave\User u LEFT JOIN u.accountType a LEFT JOIN u.profile p LEFT JOIN a.category atc WHERE u.role != :roleAdmin AND (atc.slug = :acTech1 OR atc.slug = :acTech2) AND u.companyActive = 1 ORDER BY p.surname ASC, p.name ASC"
-parameters: Doctrine\Common\Collections\ArrayCollection {#7383 …}
-firstResult: 0
-maxResults: null
-joinRootAliases: [
"a" => "u"
"p" => "u"
"atc" => "u"
]
#cacheable: false
#cacheRegion: null
#cacheMode: null
#lifetime: 0
} |
required |
true |
row_attr |
[] |
setter |
null |
translation_domain |
null |
trim |
false |
upload_max_size_message |
Closure() {#7376
class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension"
this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#7351 …}
use: {
$translator: Symfony\Component\Translation\DataCollectorTranslator {#3592 …}
$translationDomain: "validators"
$message: Closure() {#7407 …}
}
} |
validation_groups |
null |