- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 4
- Events
- Routing
- Cache
- Translation 8
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
solicitud_acceso
"App\Form\SolicitudAccesoType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Usuario {#848 -idUsu: null -nombre: null -papellido: null -sapellido: null -correo: null -contrasena: null -unidad: null -rol: null -estatus: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Usuario {#848 -idUsu: null -nombre: null -papellido: null -sapellido: null -correo: null -contrasena: null -unidad: null -rol: null -estatus: null } |
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 | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#958 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#959 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#960 …} -namespace: Closure() {#962 …} } |
| data | App\Entity\Usuario {#848 -idUsu: null -nombre: null -papellido: null -sapellido: null -correo: null -contrasena: null -unidad: null -rol: null -estatus: null } |
| data_class | "App\Entity\Usuario" |
| data_info | [] |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#981 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#866 …} use: { $class: "App\Entity\Usuario" } } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#983 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#874 …} $translationDomain: "validators" $message: Closure() {#982 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "solicitud_acceso" "_solicitud_acceso" ] |
| cache_key | "_solicitud_acceso_solicitud_acceso" |
| compound | true |
| data | App\Entity\Usuario {#848 -idUsu: null -nombre: null -papellido: null -sapellido: null -correo: null -contrasena: null -unidad: null -rol: null -estatus: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1391 -form: Symfony\Component\Form\Form {#1288 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1348 …5} |
| full_name | "solicitud_acceso" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "solicitud_acceso" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "solicitud_acceso" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_solicitud_acceso" |
| valid | true |
| value | App\Entity\Usuario {#848 -idUsu: null -nombre: null -papellido: null -sapellido: null -correo: null -contrasena: null -unidad: null -rol: null -estatus: null } |
nombre
"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 |
|---|---|---|
| attr | [ "maxlength" => 50 "class" => "form-control" ] |
[ "maxlength" => 50 "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#989 +payload: null +message: "El campo no debe estar vacío" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#989 +payload: null +message: "El campo no debe estar vacío" +allowNull: false +normalizer: null } ] |
| label | "* Nombre(s)" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#989 +payload: null +message: "El campo no debe estar vacío" +allowNull: false +normalizer: 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 {#958 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#959 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#960 …} -namespace: Closure() {#962 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1165 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#866 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "* Nombre(s)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#874 …} $translationDomain: "validators" $message: Closure() {#1170 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_solicitud_acceso_nombre" ] |
| cache_key | "_solicitud_acceso_nombre_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1395 -form: Symfony\Component\Form\Form {#1284 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1290 …5} |
| full_name | "solicitud_acceso[nombre]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "solicitud_acceso_nombre" |
| label | "* Nombre(s)" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nombre" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_solicitud_acceso_nombre" |
| valid | true |
| value | "" |
papellido
"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 |
|---|---|---|
| attr | [ "maxlength" => 50 "class" => "form-control" ] |
[ "maxlength" => 50 "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#990 +payload: null +message: "El campo no debe estar vacío" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#990 +payload: null +message: "El campo no debe estar vacío" +allowNull: false +normalizer: null } ] |
| label | "* Primer apellido" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#990 +payload: null +message: "El campo no debe estar vacío" +allowNull: false +normalizer: 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 {#958 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#959 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#960 …} -namespace: Closure() {#962 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1178 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#866 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "* Primer apellido" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1180 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#874 …} $translationDomain: "validators" $message: Closure() {#1179 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_solicitud_acceso_papellido" ] |
| cache_key | "_solicitud_acceso_papellido_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1295 -form: Symfony\Component\Form\Form {#1315 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1394 …5} |
| full_name | "solicitud_acceso[papellido]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "solicitud_acceso_papellido" |
| label | "* Primer apellido" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "papellido" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_solicitud_acceso_papellido" |
| valid | true |
| value | "" |
sapellido
"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 |
|---|---|---|
| attr | [ "maxlength" => 50 "class" => "form-control" ] |
[ "maxlength" => 50 "class" => "form-control" ] |
| label | "Segundo apellido" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 50 "class" => "form-control" ] |
| 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 {#958 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#959 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#960 …} -namespace: Closure() {#962 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1187 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#866 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Segundo apellido" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1189 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#874 …} $translationDomain: "validators" $message: Closure() {#1188 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 50 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_solicitud_acceso_sapellido" ] |
| cache_key | "_solicitud_acceso_sapellido_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1289 -form: Symfony\Component\Form\Form {#1317 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1293 …5} |
| full_name | "solicitud_acceso[sapellido]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "solicitud_acceso_sapellido" |
| label | "Segundo apellido" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "sapellido" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_solicitud_acceso_sapellido" |
| valid | true |
| value | "" |
correo
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| first_options | [ "label" => "* Correo" "attr" => [ "class" => "form-control" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#991 +payload: null +message: "Ingrese su correo por favor" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#992 +payload: null +message: "Ingrese un correo electrónico válido" +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#993 +payload: null +message: "El correo debe ser del dominio conalepmex.edu.mx" +pattern: "/^[\w\.\-]+@conalepmex\.edu\.mx$/" +htmlPattern: null +match: true +normalizer: null } ] ] |
[ "label" => "* Correo" "attr" => [ "class" => "form-control" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#991 +payload: null +message: "Ingrese su correo por favor" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#992 +payload: null +message: "Ingrese un correo electrónico válido" +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#993 +payload: null +message: "El correo debe ser del dominio conalepmex.edu.mx" +pattern: "/^[\w\.\-]+@conalepmex\.edu\.mx$/" +htmlPattern: null +match: true +normalizer: null } ] ] |
| invalid_message | "Los correos deben coincidir." |
same as passed value |
| mapped | true |
same as passed value |
| required | false |
same as passed value |
| second_options | [ "label" => "* Repetir correo" "attr" => [ "class" => "form-control" "autocomplete" => "off" ] ] |
[ "label" => "* Repetir correo" "attr" => [ "class" => "form-control" "autocomplete" => "off" ] ] |
| type | "Symfony\Component\Form\Extension\Core\Type\TextType" |
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 | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#958 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#959 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#960 …} -namespace: Closure() {#962 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1199 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#866 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "* Correo" "attr" => [ "class" => "form-control" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#991 +payload: null +message: "Ingrese su correo por favor" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#992 +payload: null +message: "Ingrese un correo electrónico válido" +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#993 +payload: null +message: "El correo debe ser del dominio conalepmex.edu.mx" +pattern: "/^[\w\.\-]+@conalepmex\.edu\.mx$/" +htmlPattern: null +match: true +normalizer: null } ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Los correos deben coincidir." |
| 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" |
| options | [] |
| 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 | [] |
| second_name | "second" |
| second_options | [ "label" => "* Repetir correo" "attr" => [ "class" => "form-control" "autocomplete" => "off" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\TextType" |
| upload_max_size_message | Closure() {#1202 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#874 …} $translationDomain: "validators" $message: Closure() {#1201 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_solicitud_acceso_correo" ] |
| cache_key | "_solicitud_acceso_correo_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1294 -form: Symfony\Component\Form\Form {#1330 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1339 …5} |
| full_name | "solicitud_acceso[correo]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "solicitud_acceso_correo" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "correo" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_solicitud_acceso_correo" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
"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 |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#991 +payload: null +message: "Ingrese su correo por favor" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#992 +payload: null +message: "Ingrese un correo electrónico válido" +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#993 +payload: null +message: "El correo debe ser del dominio conalepmex.edu.mx" +pattern: "/^[\w\.\-]+@conalepmex\.edu\.mx$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#991 +payload: null +message: "Ingrese su correo por favor" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#992 +payload: null +message: "Ingrese un correo electrónico válido" +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#993 +payload: null +message: "El correo debe ser del dominio conalepmex.edu.mx" +pattern: "/^[\w\.\-]+@conalepmex\.edu\.mx$/" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
same as passed value |
| label | "* Correo" |
same as passed value |
| mapped | true |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#991 +payload: null +message: "Ingrese su correo por favor" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#992 +payload: null +message: "Ingrese un correo electrónico válido" +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#993 +payload: null +message: "El correo debe ser del dominio conalepmex.edu.mx" +pattern: "/^[\w\.\-]+@conalepmex\.edu\.mx$/" +htmlPattern: null +match: true +normalizer: 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 {#958 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#959 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#960 …} -namespace: Closure() {#962 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1314 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#866 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "* Correo" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1311 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#874 …} $translationDomain: "validators" $message: Closure() {#1313 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_solicitud_acceso_correo_first" ] |
| cache_key | "_solicitud_acceso_correo_first_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1375 -form: Symfony\Component\Form\Form {#1333 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1340 …5} |
| full_name | "solicitud_acceso[correo][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "solicitud_acceso_correo_first" |
| label | "* Correo" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_solicitud_acceso_correo_first" |
| valid | true |
| value | "" |
second
"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 |
|---|---|---|
| attr | [ "class" => "form-control" "autocomplete" => "off" ] |
[ "class" => "form-control" "autocomplete" => "off" ] |
| error_bubbling | false |
same as passed value |
| label | "* Repetir correo" |
same as passed value |
| mapped | true |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "autocomplete" => "off" ] |
| 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 {#958 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#959 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#960 …} -namespace: Closure() {#962 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1322 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#866 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "* Repetir correo" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1324 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#874 …} $translationDomain: "validators" $message: Closure() {#1323 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_solicitud_acceso_correo_second" ] |
| cache_key | "_solicitud_acceso_correo_second_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1217 -form: Symfony\Component\Form\Form {#1336 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1376 …5} |
| full_name | "solicitud_acceso[correo][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "solicitud_acceso_correo_second" |
| label | "* Repetir correo" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_solicitud_acceso_correo_second" |
| valid | true |
| value | "" |
unidad
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| class | "App\Entity\Unidad" |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#995 +payload: null +message: "Este campo no debe estar vacío" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#995 +payload: null +message: "Este campo no debe estar vacío" +allowNull: false +normalizer: null } ] |
| label | "* Unidad administrativa" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#996 class: "App\Form\SolicitudAccesoType" this: App\Form\SolicitudAccesoType {#865 …} } |
Doctrine\ORM\QueryBuilder {#1065 -em: Doctrine\ORM\EntityManager {#731 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1068 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1064 #from: "App\Entity\Unidad" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1042 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Unidad u ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1066 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#1241 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1265 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1032 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1033 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1031 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1253 -om: ContainerFZxBxIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#315 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1245 …} -singleId: true -intId: true -idField: "idUni" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Unidad" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#995 +payload: null +message: "Este campo no debe estar vacío" +allowNull: false +normalizer: 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 {#958 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#959 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#960 …} -namespace: Closure() {#962 …} } |
| data_class | null |
| disabled | false |
| em | ContainerFZxBxIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#315 …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 {#1253 -om: ContainerFZxBxIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#315 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1245 …} -singleId: true -intId: true -idField: "idUni" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "* Unidad administrativa" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| 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 | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1065 -em: Doctrine\ORM\EntityManager {#731 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1068 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1064 #from: "App\Entity\Unidad" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1042 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nombre ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT u FROM App\Entity\Unidad u ORDER BY u.nombre ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1066 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1244 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#874 …} $translationDomain: "validators" $message: Closure() {#1242 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_solicitud_acceso_unidad" ] |
| cache_key | "_solicitud_acceso_unidad_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 3150810 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1220 +label: "Almoloya del Río" +value: "3150810" +data: App\Entity\Unidad {#1397 …} +attr: [] +labelTranslationParameters: [] } 3151830 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1218 +label: "Atizapán I" +value: "3151830" +data: App\Entity\Unidad {#1399 …} +attr: [] +labelTranslationParameters: [] } 3152480 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1296 +label: "Atizapán II" +value: "3152480" +data: App\Entity\Unidad {#1400 …} +attr: [] +labelTranslationParameters: [] } 3150330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1216 +label: "Atlacomulco" +value: "3150330" +data: App\Entity\Unidad {#1401 …} +attr: [] +labelTranslationParameters: [] } 3157010 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1029 +label: "CAST Cuautitlán Izcalli" +value: "3157010" +data: App\Entity\Unidad {#1402 …} +attr: [] +labelTranslationParameters: [] } 3152630 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1219 +label: "Chalco" +value: "3152630" +data: App\Entity\Unidad {#1403 …} +attr: [] +labelTranslationParameters: [] } 3151070 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1357 +label: "Chimalhuacán" +value: "3151070" +data: App\Entity\Unidad {#1404 …} +attr: [] +labelTranslationParameters: [] } 3150010 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1355 +label: "Ciudad Azteca" +value: "3150010" +data: App\Entity\Unidad {#1405 …} +attr: [] +labelTranslationParameters: [] } 3151840 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1354 +label: "Coacalco" +value: "3151840" +data: App\Entity\Unidad {#1406 …} +attr: [] +labelTranslationParameters: [] } 3151080 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#984 +label: "Cuautitlán I" +value: "3151080" +data: App\Entity\Unidad {#1407 …} +attr: [] +labelTranslationParameters: [] } 3150140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1203 +label: "Del Sol" +value: "3150140" +data: App\Entity\Unidad {#1408 …} +attr: [] +labelTranslationParameters: [] } 3155280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1439 +label: "Dirección Estatal" +value: "3155280" +data: App\Entity\Unidad {#1409 …} +attr: [] +labelTranslationParameters: [] } 3151920 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1440 +label: "Ecatepec I" +value: "3151920" +data: App\Entity\Unidad {#1410 …} +attr: [] +labelTranslationParameters: [] } 3152220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1441 +label: "Ecatepec II" +value: "3152220" +data: App\Entity\Unidad {#1411 …} +attr: [] +labelTranslationParameters: [] } 3152230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1442 +label: "Ecatepec III" +value: "3152230" +data: App\Entity\Unidad {#1412 …} +attr: [] +labelTranslationParameters: [] } 3150080 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1443 +label: "El Oro" +value: "3150080" +data: App\Entity\Unidad {#1413 …} +attr: [] +labelTranslationParameters: [] } 3151250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1444 +label: "El Zarco" +value: "3151250" +data: App\Entity\Unidad {#1414 …} +attr: [] +labelTranslationParameters: [] } 3150060 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1445 +label: "Gustavo Baz" +value: "3150060" +data: App\Entity\Unidad {#1415 …} +attr: [] +labelTranslationParameters: [] } 3151980 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1446 +label: "Huixquilucan" +value: "3151980" +data: App\Entity\Unidad {#1416 …} +attr: [] +labelTranslationParameters: [] } 3151090 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1447 +label: "Ing. Bernardo Quintana Arrioja" +value: "3151090" +data: App\Entity\Unidad {#1417 …} +attr: [] +labelTranslationParameters: [] } 3152360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1448 +label: "Ixtapaluca" +value: "3152360" +data: App\Entity\Unidad {#1418 …} +attr: [] +labelTranslationParameters: [] } 3151990 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1449 +label: "Lerma" +value: "3151990" +data: App\Entity\Unidad {#1419 …} +attr: [] +labelTranslationParameters: [] } 3151970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1450 +label: "Los Reyes la Paz" +value: "3151970" +data: App\Entity\Unidad {#1420 …} +attr: [] +labelTranslationParameters: [] } 3151870 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1451 +label: "Naucalpan I" +value: "3151870" +data: App\Entity\Unidad {#1421 …} +attr: [] +labelTranslationParameters: [] } 3151880 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1452 +label: "Naucalpan II" +value: "3151880" +data: App\Entity\Unidad {#1422 …} +attr: [] +labelTranslationParameters: [] } 3151900 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1453 +label: "Nezahualcóyotl I" +value: "3151900" +data: App\Entity\Unidad {#1423 …} +attr: [] +labelTranslationParameters: [] } 3151910 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1454 +label: "Nezahualcóyotl II" +value: "3151910" +data: App\Entity\Unidad {#1424 …} +attr: [] +labelTranslationParameters: [] } 3152290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1455 +label: "Nezahualcóyotl III" +value: "3152290" +data: App\Entity\Unidad {#1425 …} +attr: [] +labelTranslationParameters: [] } 3152370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1456 +label: "Nicolás Romero" +value: "3152370" +data: App\Entity\Unidad {#1426 …} +attr: [] +labelTranslationParameters: [] } 3150790 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1457 +label: "Santiago Tianguistenco" +value: "3150790" +data: App\Entity\Unidad {#1427 …} +attr: [] +labelTranslationParameters: [] } 3151260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1458 +label: "Santiago Tilapa" +value: "3151260" +data: App\Entity\Unidad {#1428 …} +attr: [] +labelTranslationParameters: [] } 3152380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1459 +label: "Tecámac" +value: "3152380" +data: App\Entity\Unidad {#1429 …} +attr: [] +labelTranslationParameters: [] } 3150800 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1460 +label: "Temoaya" +value: "3150800" +data: App\Entity\Unidad {#1430 …} +attr: [] +labelTranslationParameters: [] } 3151850 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1461 +label: "Texcoco" +value: "3151850" +data: App\Entity\Unidad {#1431 …} +attr: [] +labelTranslationParameters: [] } 3151930 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1462 +label: "Tlalnepantla I" +value: "3151930" +data: App\Entity\Unidad {#1432 …} +attr: [] +labelTranslationParameters: [] } 3152280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1463 +label: "Tlalnepantla II" +value: "3152280" +data: App\Entity\Unidad {#1433 …} +attr: [] +labelTranslationParameters: [] } 3152310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1464 +label: "Tlalnepantla III" +value: "3152310" +data: App\Entity\Unidad {#1434 …} +attr: [] +labelTranslationParameters: [] } 3150340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1465 +label: "Toluca" +value: "3150340" +data: App\Entity\Unidad {#1435 …} +attr: [] +labelTranslationParameters: [] } 3151940 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1466 +label: "Tultitlán" +value: "3151940" +data: App\Entity\Unidad {#1436 …} +attr: [] +labelTranslationParameters: [] } 3150130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1467 +label: "Valle de Aragón" +value: "3150130" +data: App\Entity\Unidad {#1437 …} +attr: [] +labelTranslationParameters: [] } 3150820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1468 +label: "Villa Victoria" +value: "3150820" +data: App\Entity\Unidad {#1438 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1373 -form: Symfony\Component\Form\Form {#1342 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1341 …5} |
| full_name | "solicitud_acceso[unidad]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "solicitud_acceso_unidad" |
| is_selected | Closure($choice, $value) {#1470 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1211 …} } |
| label | "* Unidad administrativa" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "unidad" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_solicitud_acceso_unidad" |
| valid | true |
| value | "" |
rol
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| class | "App\Entity\Role" |
same as passed value |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#997 +payload: null +message: "Este campo no debe estar vacío" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#997 +payload: null +message: "Este campo no debe estar vacío" +allowNull: false +normalizer: null } ] |
| em | "default" |
ContainerFZxBxIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#315 …2} |
| label | "* Rol" |
same as passed value |
| multiple | false |
same as passed value |
| placeholder | "Seleccione el rol" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#998 class: "App\Form\SolicitudAccesoType" this: App\Form\SolicitudAccesoType {#865 …} use: { $options: [ "block_name" => null "disabled" => false "label" => null "label_format" => null "label_translation_parameters" => [] "attr_translation_parameters" => [] "translation_domain" => null "auto_initialize" => true "trim" => true "required" => true "property_path" => null "mapped" => true "by_reference" => true "inherit_data" => false "compound" => true "method" => "POST" "post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file." "allow_file_upload" => false "help_translation_parameters" => [] "invalid_message" => "This value is not valid." "invalid_message_parameters" => [] "error_mapping" => [] "allow_extra_fields" => false "extra_fields_message" => "This form should not contain extra fields." "csrf_protection" => true "csrf_field_name" => "_token" "csrf_message" => "The CSRF token is invalid. Please try to resubmit the form." "csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#958 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#959 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#960 …} -namespace: Closure() {#962 …} } "csrf_token_id" => null "data_info" => [] "block_prefix" => null "row_attr" => [] "label_html" => false "attr" => [] "priority" => 0 "form_attr" => false "data_class" => "App\Entity\Usuario" "empty_data" => Closure(FormInterface $form) {#981 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#866 …} use: { $class: "App\Entity\Usuario" } } "error_bubbling" => true "label_attr" => [] "action" => "" "upload_max_size_message" => Closure() {#983 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#874 …} $translationDomain: "validators" $message: Closure() {#982 …} } } "help" => null "help_attr" => [] "help_html" => false "is_empty_callback" => null "getter" => null "setter" => null "validation_groups" => null "constraints" => [] "legacy_error_messages" => true "data" => App\Entity\Usuario {#848 -idUsu: null -nombre: null -papellido: null -sapellido: null -correo: null -contrasena: null -unidad: null -rol: null -estatus: null } ] } } |
Doctrine\ORM\QueryBuilder {#1055 -em: Doctrine\ORM\EntityManager {#731 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1063 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1106 #from: "App\Entity\Role" #alias: "r" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1107 #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: [ "r.idRol IN (:roles)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1061 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "r.idRol ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT r FROM App\Entity\Role r WHERE r.idRol IN (:roles) ORDER BY r.idRol ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1056 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#1241 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1319 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1277 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1054 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1278 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1301 -om: ContainerFZxBxIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#315 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1026 …} -singleId: true -intId: true -idField: "idRol" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Role" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#997 +payload: null +message: "Este campo no debe estar vacío" +allowNull: false +normalizer: 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 {#958 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#959 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#960 …} -namespace: Closure() {#962 …} } |
| data_class | null |
| disabled | false |
| em | ContainerFZxBxIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#315 …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 {#1301 -om: ContainerFZxBxIu\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#315 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1026 …} -singleId: true -intId: true -idField: "idRol" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "* Rol" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Seleccione el rol" |
| 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 {#1055 -em: Doctrine\ORM\EntityManager {#731 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1063 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1106 #from: "App\Entity\Role" #alias: "r" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1107 #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: [ "r.idRol IN (:roles)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1061 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "r.idRol ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT r FROM App\Entity\Role r WHERE r.idRol IN (:roles) ORDER BY r.idRol ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1056 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1025 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#874 …} $translationDomain: "validators" $message: Closure() {#1024 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_solicitud_acceso_rol" ] |
| cache_key | "_solicitud_acceso_rol_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1473 +label: "Gestor" +value: "3" +data: App\Entity\Role {#1484 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1475 +label: "Usuario" +value: "4" +data: App\Entity\Role {#1485 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1471 -form: Symfony\Component\Form\Form {#1345 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1472 …5} |
| full_name | "solicitud_acceso[rol]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "solicitud_acceso_rol" |
| is_selected | Closure($choice, $value) {#1480 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1211 …} } |
| label | "* Rol" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "rol" |
| placeholder | "Seleccione el rol" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_solicitud_acceso_rol" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "7c41cf69c2ef68e3cd627.VAIcHGzLbK-6z1fXlKTcVLwfm-8h-lym3h2wNc-uPIg.EGcvbj26VJ39vQT6reKYBotXr6dUoAvIuWzGT4LtefxgVm9KKYU-mP6QZw" |
| 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 | "7c41cf69c2ef68e3cd627.VAIcHGzLbK-6z1fXlKTcVLwfm-8h-lym3h2wNc-uPIg.EGcvbj26VJ39vQT6reKYBotXr6dUoAvIuWzGT4LtefxgVm9KKYU-mP6QZw" |
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 {#958 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#959 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#960 …} -namespace: Closure() {#962 …} } |
| data | "7c41cf69c2ef68e3cd627.VAIcHGzLbK-6z1fXlKTcVLwfm-8h-lym3h2wNc-uPIg.EGcvbj26VJ39vQT6reKYBotXr6dUoAvIuWzGT4LtefxgVm9KKYU-mP6QZw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1501 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#866 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#1503 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#964 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#874 …} $translationDomain: "validators" $message: Closure() {#1500 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_solicitud_acceso__token" ] |
| cache_key | "_solicitud_acceso__token_hidden" |
| compound | false |
| data | "7c41cf69c2ef68e3cd627.VAIcHGzLbK-6z1fXlKTcVLwfm-8h-lym3h2wNc-uPIg.EGcvbj26VJ39vQT6reKYBotXr6dUoAvIuWzGT4LtefxgVm9KKYU-mP6QZw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1513 -form: Symfony\Component\Form\Form {#1509 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1504 …5} |
| full_name | "solicitud_acceso[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "solicitud_acceso__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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_solicitud_acceso__token" |
| valid | true |
| value | "7c41cf69c2ef68e3cd627.VAIcHGzLbK-6z1fXlKTcVLwfm-8h-lym3h2wNc-uPIg.EGcvbj26VJ39vQT6reKYBotXr6dUoAvIuWzGT4LtefxgVm9KKYU-mP6QZw" |