ExerciseSharedController :: indexAction

Request

GET Parameters

Key Value
action
"show"
entity
"ExerciseShared"
id
"5176"
menuIndex
"8"
p
"admin/"
page
"1"
referer
"%2Fadmin%2F%3Fp%3Dadmin%2F%26entity%3DExerciseShared%26action%3Dlist%26menuIndex%3D8%26submenuIndex%3D2%26user%3Dtrue%26sortField%3Did%26sortDirection%3DDESC%26page%3D1"
sortDirection
"DESC"
sortField
"id"
submenuIndex
"2"
user
"true"

POST Parameters

No POST parameters

Uploaded Files

No files were uploaded

Request Attributes

Key Value
_controller
"App\Controller\ExerciseSharedController::indexAction"
_firewall_context
"security.firewall.map.context.main"
_route
"easyadmin"
_route_params
[]
easyadmin
[
  "entity" => [
    "class" => "App\Entity\Exercise"
    "controller" => "App\Controller\ExerciseSharedController"
    "label" => "menu.trainings_shared"
    "icon" => "male"
    "permission" => [
      "ROLE_ADMIN"
    ]
    "list" => [
      "dql_filter" => "entity.deletedAt IS NULL AND entity.is_shared IS NOT NULL"
      "fields" => [
        "image" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Imagen"
          "type" => "image"
          "fieldType" => "text"
          "dataType" => "image"
          "virtual" => false
          "sortable" => false
          "template" => "@EasyAdmin/default/field_image.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "image"
          "scale" => 0
          "length" => 255
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "image"
          "property" => "image"
          "base_path" => "/uploads/images/exercise"
        ]
        "name" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Nombre"
          "type" => "text"
          "fieldType" => null
          "dataType" => "text"
          "virtual" => true
          "sortable" => false
          "template" => "@EasyAdmin/default/field_text.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "columnName" => "name"
          "fieldName" => "name"
          "id" => false
          "length" => null
          "nullable" => false
          "precision" => 0
          "scale" => 0
          "unique" => false
          "property" => "name"
        ]
        "category" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Categoria"
          "type" => "association"
          "fieldType" => "entity"
          "dataType" => "association"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_association.html.twig"
          "type_options" => [
            "em" => "default"
            "class" => "App\Entity\Category"
            "multiple" => false
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "category"
          "joinColumns" => [
            [
              "name" => "category_id"
              "unique" => false
              "nullable" => false
              "onDelete" => null
              "columnDefinition" => null
              "referencedColumnName" => "id"
            ]
          ]
          "cascade" => []
          "inversedBy" => "exercises"
          "targetEntity" => "App\Entity\Category"
          "fetch" => 2
          "mappedBy" => null
          "isOwningSide" => true
          "sourceEntity" => "App\Entity\Exercise"
          "isCascadeRemove" => false
          "isCascadePersist" => false
          "isCascadeRefresh" => false
          "isCascadeMerge" => false
          "isCascadeDetach" => false
          "sourceToTargetKeyColumns" => [
            "category_id" => "id"
          ]
          "joinColumnFieldNames" => [
            "category_id" => "category_id"
          ]
          "targetToSourceKeyColumns" => [
            "id" => "category_id"
          ]
          "orphanRemoval" => false
          "associationType" => 2
          "property" => "category"
        ]
        "duration" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Tiempo"
          "type" => "integer"
          "fieldType" => "integer"
          "dataType" => "integer"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_integer.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "duration"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "duration"
          "property" => "duration"
        ]
        "dificulty" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "label.dificulty"
          "type" => "string"
          "fieldType" => "text"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_string.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "dificulty"
          "scale" => 0
          "length" => 255
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "dificulty"
          "property" => "dificulty"
        ]
        "intensity" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "label.intensity"
          "type" => "string"
          "fieldType" => "text"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_string.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "intensity"
          "scale" => 0
          "length" => 255
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "intensity"
          "property" => "intensity"
        ]
        "exerciseQualifications" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "label.votes"
          "type" => "association"
          "fieldType" => "entity"
          "dataType" => "association"
          "virtual" => false
          "sortable" => false
          "template" => "@EasyAdmin/default/field_association.html.twig"
          "type_options" => [
            "em" => "default"
            "class" => "App\Entity\ExerciseQualification"
            "multiple" => true
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "exerciseQualifications"
          "mappedBy" => "exercise"
          "targetEntity" => "App\Entity\ExerciseQualification"
          "cascade" => []
          "orphanRemoval" => false
          "fetch" => 2
          "inversedBy" => null
          "isOwningSide" => false
          "sourceEntity" => "App\Entity\Exercise"
          "isCascadeRemove" => false
          "isCascadePersist" => false
          "isCascadeRefresh" => false
          "isCascadeMerge" => false
          "isCascadeDetach" => false
          "associationType" => 4
          "property" => "exerciseQualifications"
        ]
        "stars" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "label.rating"
          "type" => "text"
          "fieldType" => null
          "dataType" => "text"
          "virtual" => true
          "sortable" => false
          "template" => "admin/exercise/starts_exercise.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "columnName" => "stars"
          "fieldName" => "stars"
          "id" => false
          "length" => null
          "nullable" => false
          "precision" => 0
          "scale" => 0
          "unique" => false
          "property" => "stars"
        ]
      ]
      "filters" => [
        "updatedAt" => [
          "property" => "updatedAt"
          "label" => "label.updatedAt"
          "type" => "easyadmin.filter.type.date"
          "type_options" => []
          "css_class" => ""
          "format" => null
          "help" => null
          "fieldType" => "datetime"
          "dataType" => "datetime"
          "virtual" => false
          "sortable" => true
          "template" => null
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "updatedAt"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "updated_at"
        ]
        "category" => [
          "property" => "category"
          "label" => "menu.category"
          "type_options" => [
            "translation_domain" => "EasyAdminBundle"
            "value_type_options" => [
              "em" => "default"
              "class" => "App\Entity\Category"
              "multiple" => false
              "attr" => [
                "data-widget" => "select2"
              ]
            ]
          ]
          "css_class" => ""
          "format" => null
          "help" => null
          "type" => "EasyCorp\Bundle\EasyAdminBundle\Form\Filter\Type\EntityFilterType"
          "fieldType" => "entity"
          "dataType" => "association"
          "virtual" => false
          "sortable" => true
          "template" => null
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "category"
          "joinColumns" => [
            [
              "name" => "category_id"
              "unique" => false
              "nullable" => false
              "onDelete" => null
              "columnDefinition" => null
              "referencedColumnName" => "id"
            ]
          ]
          "cascade" => []
          "inversedBy" => "exercises"
          "targetEntity" => "App\Entity\Category"
          "fetch" => 2
          "mappedBy" => null
          "isOwningSide" => true
          "sourceEntity" => "App\Entity\Exercise"
          "isCascadeRemove" => false
          "isCascadePersist" => false
          "isCascadeRefresh" => false
          "isCascadeMerge" => false
          "isCascadeDetach" => false
          "sourceToTargetKeyColumns" => [
            "category_id" => "id"
          ]
          "joinColumnFieldNames" => [
            "category_id" => "category_id"
          ]
          "targetToSourceKeyColumns" => [
            "id" => "category_id"
          ]
          "orphanRemoval" => false
          "associationType" => 2
        ]
        "dificulty" => [
          "property" => "dificulty"
          "label" => "label.dificulty"
          "type" => "App\Form\Filter\DificultyFilterType"
          "type_options" => []
          "css_class" => ""
          "format" => null
          "help" => null
          "fieldType" => "text"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => null
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "dificulty"
          "scale" => 0
          "length" => 255
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "dificulty"
        ]
        "intensity" => [
          "property" => "intensity"
          "label" => "label.intensity"
          "type" => "App\Form\Filter\IntensityFilterType"
          "type_options" => []
          "css_class" => ""
          "format" => null
          "help" => null
          "fieldType" => "text"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => null
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "intensity"
          "scale" => 0
          "length" => 255
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "intensity"
        ]
      ]
      "max_results" => 30
      "actions" => [
        "show" => [
          "name" => "show"
          "type" => "method"
          "label" => false
          "title" => "action.show"
          "css_class" => "btn btn-default action-show"
          "icon" => "eye"
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "edit" => [
          "name" => "edit"
          "type" => "method"
          "label" => false
          "title" => "action.edit"
          "css_class" => "btn btn-success action-edit"
          "icon" => "pencil"
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "delete" => [
          "name" => "delete"
          "type" => "method"
          "label" => false
          "title" => "action.delete"
          "css_class" => "btn btn-danger action-delete"
          "icon" => "trash"
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "new" => [
          "name" => "new"
          "type" => "method"
          "label" => "action.new"
          "title" => null
          "css_class" => "btn btn-primary action-new"
          "icon" => null
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "search" => [
          "name" => "search"
          "type" => "method"
          "label" => "action.search"
          "title" => null
          "css_class" => " action-search"
          "icon" => null
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
      ]
      "batch_actions" => []
      "collapse_actions" => false
      "help" => null
      "item_permission" => null
    ]
    "show" => [
      "fields" => [
        "name" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Nombre"
          "type" => "text"
          "fieldType" => null
          "dataType" => "text"
          "virtual" => true
          "sortable" => false
          "template" => "@EasyAdmin/default/field_text.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "columnName" => "name"
          "fieldName" => "name"
          "id" => false
          "length" => null
          "nullable" => false
          "precision" => 0
          "scale" => 0
          "unique" => false
          "property" => "name"
        ]
        "image" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Imagen"
          "type" => "image"
          "fieldType" => "text"
          "dataType" => "image"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_image.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "image"
          "scale" => 0
          "length" => 255
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "image"
          "property" => "image"
          "base_path" => "/uploads/images/exercise"
        ]
        "category" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Categoria"
          "type" => "association"
          "fieldType" => "entity"
          "dataType" => "association"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_association.html.twig"
          "type_options" => [
            "em" => "default"
            "class" => "App\Entity\Category"
            "multiple" => false
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "category"
          "joinColumns" => [
            [
              "name" => "category_id"
              "unique" => false
              "nullable" => false
              "onDelete" => null
              "columnDefinition" => null
              "referencedColumnName" => "id"
            ]
          ]
          "cascade" => []
          "inversedBy" => "exercises"
          "targetEntity" => "App\Entity\Category"
          "fetch" => 2
          "mappedBy" => null
          "isOwningSide" => true
          "sourceEntity" => "App\Entity\Exercise"
          "isCascadeRemove" => false
          "isCascadePersist" => false
          "isCascadeRefresh" => false
          "isCascadeMerge" => false
          "isCascadeDetach" => false
          "sourceToTargetKeyColumns" => [
            "category_id" => "id"
          ]
          "joinColumnFieldNames" => [
            "category_id" => "category_id"
          ]
          "targetToSourceKeyColumns" => [
            "id" => "category_id"
          ]
          "orphanRemoval" => false
          "associationType" => 2
          "property" => "category"
        ]
        "description" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Descripcion"
          "type" => "text"
          "fieldType" => null
          "dataType" => "text"
          "virtual" => true
          "sortable" => false
          "template" => "@EasyAdmin/default/field_text.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "columnName" => "description"
          "fieldName" => "description"
          "id" => false
          "length" => null
          "nullable" => false
          "precision" => 0
          "scale" => 0
          "unique" => false
          "property" => "description"
        ]
        "poster" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Imagen Ejercicio"
          "type" => "image"
          "fieldType" => "text"
          "dataType" => "image"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_image.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "poster"
          "scale" => 0
          "length" => 255
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "poster"
          "property" => "poster"
          "base_path" => "/uploads/images/exercise"
        ]
        "dificulty" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "label.dificulty"
          "type" => "string"
          "fieldType" => "text"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => "admin/exercise/dificulty_field.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "dificulty"
          "scale" => 0
          "length" => 255
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "dificulty"
          "property" => "dificulty"
        ]
        "intensity" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "label.intensity"
          "type" => "string"
          "fieldType" => "text"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => "admin/exercise/dificulty_field.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "intensity"
          "scale" => 0
          "length" => 255
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "intensity"
          "property" => "intensity"
        ]
        "duration" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Tiempo"
          "type" => "integer"
          "fieldType" => "integer"
          "dataType" => "integer"
          "virtual" => false
          "sortable" => true
          "template" => "@EasyAdmin/default/field_integer.html.twig"
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "duration"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "duration"
          "property" => "duration"
        ]
      ]
      "actions" => [
        "edit" => [
          "name" => "edit"
          "type" => "method"
          "label" => "action.edit"
          "title" => null
          "css_class" => "btn btn-primary action-edit"
          "icon" => "edit"
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "delete" => [
          "name" => "delete"
          "type" => "method"
          "label" => "action.delete"
          "title" => null
          "css_class" => "btn text-danger action-delete"
          "icon" => "trash-o"
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "list" => [
          "name" => "list"
          "type" => "method"
          "label" => "action.list"
          "title" => null
          "css_class" => "btn btn-link pr-0 action-list"
          "icon" => null
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
      ]
      "help" => null
      "item_permission" => null
      "max_results" => 10
    ]
    "form" => [
      "fields" => [
        "translations" => [
          "property" => "translations"
          "label" => "Traducciones"
          "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType"
          "type_options" => [
            "fields" => [
              "name" => [
                "attr" => [
                  "style" => "max-width: inherit;"
                ]
              ]
              "description" => [
                "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType"
                "attr" => [
                  "rows" => "10"
                  "style" => "max-width: inherit;"
                ]
              ]
            ]
          ]
        ]
        "imageFile" => [
          "property" => "imageFile"
          "label" => "Imagen"
          "type" => "vich_image"
          "help" => "La imagen debe ser de 100x100 px"
        ]
        "category" => [
          "property" => "category"
          "label" => "Categoria"
        ]
        "posterFile" => [
          "property" => "posterFile"
          "label" => "Imagen Ejercicio"
          "type" => "vich_image"
          "help" => "La imagen debe ser de 500x350 px"
        ]
        "dificulty" => [
          "property" => "dificulty"
          "label" => "label.dificulty"
          "type" => "App\Form\Type\DificultyType"
        ]
        "intensity" => [
          "property" => "intensity"
          "label" => "label.intensity"
          "type" => "App\Form\Type\IntensityType"
        ]
        "duration" => [
          "property" => "duration"
          "label" => "Tiempo"
          "help" => "Tiempo en minutos"
          "type_options" => [
            "attr" => [
              "min" => 1
              "max" => 999
            ]
          ]
        ]
        "materials" => [
          "property" => "materials"
          "label" => "Material"
          "type_options" => [
            "multiple" => true
            "class" => "App\Entity\Material"
          ]
        ]
      ]
      "form_options" => []
      "actions" => []
    ]
    "search" => [
      "dql_filter" => "entity.deletedAt IS NULL AND entity.is_shared IS NOT NULL"
      "fields" => [
        "category" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Category"
          "type" => "association"
          "fieldType" => "entity"
          "dataType" => "association"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "em" => "default"
            "class" => "App\Entity\Category"
            "multiple" => false
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "category"
          "joinColumns" => [
            [
              "name" => "category_id"
              "unique" => false
              "nullable" => false
              "onDelete" => null
              "columnDefinition" => null
              "referencedColumnName" => "id"
            ]
          ]
          "cascade" => []
          "inversedBy" => "exercises"
          "targetEntity" => "App\Entity\Category"
          "fetch" => 2
          "mappedBy" => null
          "isOwningSide" => true
          "sourceEntity" => "App\Entity\Exercise"
          "isCascadeRemove" => false
          "isCascadePersist" => false
          "isCascadeRefresh" => false
          "isCascadeMerge" => false
          "isCascadeDetach" => false
          "sourceToTargetKeyColumns" => [
            "category_id" => "id"
          ]
          "joinColumnFieldNames" => [
            "category_id" => "category_id"
          ]
          "targetToSourceKeyColumns" => [
            "id" => "category_id"
          ]
          "orphanRemoval" => false
          "associationType" => 2
          "property" => "category"
        ]
        "translations.name" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Translations.name"
          "type" => "text"
          "fieldType" => null
          "dataType" => "text"
          "virtual" => true
          "sortable" => false
          "template" => null
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "columnName" => "translations.name"
          "fieldName" => "translations.name"
          "id" => false
          "length" => null
          "nullable" => false
          "precision" => 0
          "scale" => 0
          "unique" => false
          "property" => "translations.name"
        ]
      ]
      "help" => null
      "item_permission" => null
    ]
    "name" => "ExerciseShared"
    "edit" => [
      "fields" => [
        "translations" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Traducciones"
          "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType"
          "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType"
          "dataType" => "association"
          "virtual" => false
          "sortable" => false
          "template" => null
          "type_options" => [
            "required" => false
            "fields" => [
              "name" => [
                "attr" => [
                  "style" => "max-width: inherit;"
                ]
              ]
              "description" => [
                "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType"
                "attr" => [
                  "rows" => "10"
                  "style" => "max-width: inherit;"
                ]
              ]
            ]
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "translations"
          "mappedBy" => "translatable"
          "indexBy" => "locale"
          "cascade" => [
            "persist"
            "merge"
            "remove"
          ]
          "fetch" => 2
          "targetEntity" => "App\Entity\ExerciseTranslation"
          "orphanRemoval" => true
          "inversedBy" => null
          "isOwningSide" => false
          "sourceEntity" => "App\Entity\Exercise"
          "isCascadeRemove" => true
          "isCascadePersist" => true
          "isCascadeRefresh" => false
          "isCascadeMerge" => true
          "isCascadeDetach" => false
          "associationType" => 4
          "property" => "translations"
        ]
        "imageFile" => [
          "css_class" => ""
          "format" => null
          "help" => "La imagen debe ser de 100x100 px"
          "label" => "Imagen"
          "type" => "vich_image"
          "fieldType" => "vich_image"
          "dataType" => null
          "virtual" => true
          "sortable" => false
          "template" => null
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "columnName" => "imageFile"
          "fieldName" => "imageFile"
          "id" => false
          "length" => null
          "nullable" => false
          "precision" => 0
          "scale" => 0
          "unique" => false
          "property" => "imageFile"
        ]
        "category" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Categoria"
          "type" => "association"
          "fieldType" => "entity"
          "dataType" => "association"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "em" => "default"
            "class" => "App\Entity\Category"
            "multiple" => false
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "category"
          "joinColumns" => [
            [
              "name" => "category_id"
              "unique" => false
              "nullable" => false
              "onDelete" => null
              "columnDefinition" => null
              "referencedColumnName" => "id"
            ]
          ]
          "cascade" => []
          "inversedBy" => "exercises"
          "targetEntity" => "App\Entity\Category"
          "fetch" => 2
          "mappedBy" => null
          "isOwningSide" => true
          "sourceEntity" => "App\Entity\Exercise"
          "isCascadeRemove" => false
          "isCascadePersist" => false
          "isCascadeRefresh" => false
          "isCascadeMerge" => false
          "isCascadeDetach" => false
          "sourceToTargetKeyColumns" => [
            "category_id" => "id"
          ]
          "joinColumnFieldNames" => [
            "category_id" => "category_id"
          ]
          "targetToSourceKeyColumns" => [
            "id" => "category_id"
          ]
          "orphanRemoval" => false
          "associationType" => 2
          "property" => "category"
        ]
        "posterFile" => [
          "css_class" => ""
          "format" => null
          "help" => "La imagen debe ser de 500x350 px"
          "label" => "Imagen Ejercicio"
          "type" => "vich_image"
          "fieldType" => "vich_image"
          "dataType" => null
          "virtual" => true
          "sortable" => false
          "template" => null
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "columnName" => "posterFile"
          "fieldName" => "posterFile"
          "id" => false
          "length" => null
          "nullable" => false
          "precision" => 0
          "scale" => 0
          "unique" => false
          "property" => "posterFile"
        ]
        "dificulty" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "label.dificulty"
          "type" => "App\Form\Type\DificultyType"
          "fieldType" => "App\Form\Type\DificultyType"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "dificulty"
          "scale" => 0
          "length" => 255
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "dificulty"
          "property" => "dificulty"
        ]
        "intensity" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "label.intensity"
          "type" => "App\Form\Type\IntensityType"
          "fieldType" => "App\Form\Type\IntensityType"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "intensity"
          "scale" => 0
          "length" => 255
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "intensity"
          "property" => "intensity"
        ]
        "duration" => [
          "css_class" => ""
          "format" => null
          "help" => "Tiempo en minutos"
          "label" => "Tiempo"
          "type" => "integer"
          "fieldType" => "integer"
          "dataType" => "integer"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => false
            "attr" => [
              "min" => 1
              "max" => 999
            ]
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "duration"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "duration"
          "property" => "duration"
        ]
        "materials" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Material"
          "type" => "association"
          "fieldType" => "entity"
          "dataType" => "association"
          "virtual" => false
          "sortable" => false
          "template" => null
          "type_options" => [
            "em" => "default"
            "class" => "App\Entity\Material"
            "multiple" => true
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "materials"
          "joinTable" => [
            "name" => "exercise_material"
            "joinColumns" => [
              [
                "name" => "exercise_id"
                "referencedColumnName" => "id"
                "onDelete" => "CASCADE"
              ]
            ]
            "inverseJoinColumns" => [
              [
                "name" => "material_id"
                "referencedColumnName" => "id"
                "onDelete" => "CASCADE"
              ]
            ]
          ]
          "targetEntity" => "App\Entity\Material"
          "mappedBy" => null
          "inversedBy" => "exercises"
          "cascade" => []
          "orphanRemoval" => false
          "fetch" => 2
          "isOwningSide" => true
          "sourceEntity" => "App\Entity\Exercise"
          "isCascadeRemove" => false
          "isCascadePersist" => false
          "isCascadeRefresh" => false
          "isCascadeMerge" => false
          "isCascadeDetach" => false
          "joinTableColumns" => [
            "exercise_id"
            "material_id"
          ]
          "isOnDeleteCascade" => true
          "relationToSourceKeyColumns" => [
            "exercise_id" => "id"
          ]
          "relationToTargetKeyColumns" => [
            "material_id" => "id"
          ]
          "associationType" => 8
          "property" => "materials"
        ]
      ]
      "form_options" => []
      "actions" => [
        "delete" => [
          "name" => "delete"
          "type" => "method"
          "label" => "action.delete"
          "title" => null
          "css_class" => "btn text-danger action-delete"
          "icon" => "trash-o"
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
        "list" => [
          "name" => "list"
          "type" => "method"
          "label" => "action.list"
          "title" => null
          "css_class" => "btn btn-link pr-0 action-list"
          "icon" => null
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
      ]
      "help" => null
      "item_permission" => null
    ]
    "new" => [
      "fields" => [
        "translations" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Traducciones"
          "type" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType"
          "fieldType" => "A2lix\TranslationFormBundle\Form\Type\TranslationsType"
          "dataType" => "association"
          "virtual" => false
          "sortable" => false
          "template" => null
          "type_options" => [
            "required" => false
            "fields" => [
              "name" => [
                "attr" => [
                  "style" => "max-width: inherit;"
                ]
              ]
              "description" => [
                "field_type" => "Symfony\Component\Form\Extension\Core\Type\TextareaType"
                "attr" => [
                  "rows" => "10"
                  "style" => "max-width: inherit;"
                ]
              ]
            ]
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "translations"
          "mappedBy" => "translatable"
          "indexBy" => "locale"
          "cascade" => [
            "persist"
            "merge"
            "remove"
          ]
          "fetch" => 2
          "targetEntity" => "App\Entity\ExerciseTranslation"
          "orphanRemoval" => true
          "inversedBy" => null
          "isOwningSide" => false
          "sourceEntity" => "App\Entity\Exercise"
          "isCascadeRemove" => true
          "isCascadePersist" => true
          "isCascadeRefresh" => false
          "isCascadeMerge" => true
          "isCascadeDetach" => false
          "associationType" => 4
          "property" => "translations"
        ]
        "imageFile" => [
          "css_class" => ""
          "format" => null
          "help" => "La imagen debe ser de 100x100 px"
          "label" => "Imagen"
          "type" => "vich_image"
          "fieldType" => "vich_image"
          "dataType" => null
          "virtual" => true
          "sortable" => false
          "template" => null
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "columnName" => "imageFile"
          "fieldName" => "imageFile"
          "id" => false
          "length" => null
          "nullable" => false
          "precision" => 0
          "scale" => 0
          "unique" => false
          "property" => "imageFile"
        ]
        "category" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Categoria"
          "type" => "association"
          "fieldType" => "entity"
          "dataType" => "association"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "em" => "default"
            "class" => "App\Entity\Category"
            "multiple" => false
            "required" => true
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "category"
          "joinColumns" => [
            [
              "name" => "category_id"
              "unique" => false
              "nullable" => false
              "onDelete" => null
              "columnDefinition" => null
              "referencedColumnName" => "id"
            ]
          ]
          "cascade" => []
          "inversedBy" => "exercises"
          "targetEntity" => "App\Entity\Category"
          "fetch" => 2
          "mappedBy" => null
          "isOwningSide" => true
          "sourceEntity" => "App\Entity\Exercise"
          "isCascadeRemove" => false
          "isCascadePersist" => false
          "isCascadeRefresh" => false
          "isCascadeMerge" => false
          "isCascadeDetach" => false
          "sourceToTargetKeyColumns" => [
            "category_id" => "id"
          ]
          "joinColumnFieldNames" => [
            "category_id" => "category_id"
          ]
          "targetToSourceKeyColumns" => [
            "id" => "category_id"
          ]
          "orphanRemoval" => false
          "associationType" => 2
          "property" => "category"
        ]
        "posterFile" => [
          "css_class" => ""
          "format" => null
          "help" => "La imagen debe ser de 500x350 px"
          "label" => "Imagen Ejercicio"
          "type" => "vich_image"
          "fieldType" => "vich_image"
          "dataType" => null
          "virtual" => true
          "sortable" => false
          "template" => null
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "columnName" => "posterFile"
          "fieldName" => "posterFile"
          "id" => false
          "length" => null
          "nullable" => false
          "precision" => 0
          "scale" => 0
          "unique" => false
          "property" => "posterFile"
        ]
        "dificulty" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "label.dificulty"
          "type" => "App\Form\Type\DificultyType"
          "fieldType" => "App\Form\Type\DificultyType"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "dificulty"
          "scale" => 0
          "length" => 255
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "dificulty"
          "property" => "dificulty"
        ]
        "intensity" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "label.intensity"
          "type" => "App\Form\Type\IntensityType"
          "fieldType" => "App\Form\Type\IntensityType"
          "dataType" => "string"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "intensity"
          "scale" => 0
          "length" => 255
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "intensity"
          "property" => "intensity"
        ]
        "duration" => [
          "css_class" => ""
          "format" => null
          "help" => "Tiempo en minutos"
          "label" => "Tiempo"
          "type" => "integer"
          "fieldType" => "integer"
          "dataType" => "integer"
          "virtual" => false
          "sortable" => true
          "template" => null
          "type_options" => [
            "required" => false
            "attr" => [
              "min" => 1
              "max" => 999
            ]
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "duration"
          "scale" => 0
          "length" => null
          "unique" => false
          "nullable" => true
          "precision" => 0
          "columnName" => "duration"
          "property" => "duration"
        ]
        "materials" => [
          "css_class" => ""
          "format" => null
          "help" => null
          "label" => "Material"
          "type" => "association"
          "fieldType" => "entity"
          "dataType" => "association"
          "virtual" => false
          "sortable" => false
          "template" => null
          "type_options" => [
            "em" => "default"
            "class" => "App\Entity\Material"
            "multiple" => true
            "required" => false
          ]
          "form_group" => null
          "permission" => null
          "prepend_html" => null
          "append_html" => null
          "fieldName" => "materials"
          "joinTable" => [
            "name" => "exercise_material"
            "joinColumns" => [
              [
                "name" => "exercise_id"
                "referencedColumnName" => "id"
                "onDelete" => "CASCADE"
              ]
            ]
            "inverseJoinColumns" => [
              [
                "name" => "material_id"
                "referencedColumnName" => "id"
                "onDelete" => "CASCADE"
              ]
            ]
          ]
          "targetEntity" => "App\Entity\Material"
          "mappedBy" => null
          "inversedBy" => "exercises"
          "cascade" => []
          "orphanRemoval" => false
          "fetch" => 2
          "isOwningSide" => true
          "sourceEntity" => "App\Entity\Exercise"
          "isCascadeRemove" => false
          "isCascadePersist" => false
          "isCascadeRefresh" => false
          "isCascadeMerge" => false
          "isCascadeDetach" => false
          "joinTableColumns" => [
            "exercise_id"
            "material_id"
          ]
          "isOnDeleteCascade" => true
          "relationToSourceKeyColumns" => [
            "exercise_id" => "id"
          ]
          "relationToTargetKeyColumns" => [
            "material_id" => "id"
          ]
          "associationType" => 8
          "property" => "materials"
        ]
      ]
      "form_options" => []
      "actions" => [
        "list" => [
          "name" => "list"
          "type" => "method"
          "label" => "action.list"
          "title" => null
          "css_class" => "btn btn-link pr-0 action-list"
          "icon" => null
          "target" => "_self"
          "template" => "@EasyAdmin/default/action.html.twig"
          "ask_confirm" => null
        ]
      ]
      "help" => null
      "item_permission" => null
    ]
    "translation_domain" => "messages"
    "disabled_actions" => []
    "primary_key_field_name" => "id"
    "properties" => [
      "id" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "integer"
        "fieldType" => "integer"
        "dataType" => "integer"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => true
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "id"
        "scale" => 0
        "length" => null
        "unique" => false
        "nullable" => false
        "precision" => 0
        "id" => true
        "columnName" => "id"
        "property" => "id"
      ]
      "image" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "string"
        "fieldType" => "text"
        "dataType" => "string"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "image"
        "scale" => 0
        "length" => 255
        "unique" => false
        "nullable" => true
        "precision" => 0
        "columnName" => "image"
        "property" => "image"
      ]
      "updatedAt" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "datetime"
        "fieldType" => "datetime"
        "dataType" => "datetime"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "updatedAt"
        "scale" => 0
        "length" => null
        "unique" => false
        "nullable" => true
        "precision" => 0
        "columnName" => "updated_at"
        "property" => "updatedAt"
      ]
      "poster" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "string"
        "fieldType" => "text"
        "dataType" => "string"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "poster"
        "scale" => 0
        "length" => 255
        "unique" => false
        "nullable" => true
        "precision" => 0
        "columnName" => "poster"
        "property" => "poster"
      ]
      "dificulty" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "string"
        "fieldType" => "text"
        "dataType" => "string"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "dificulty"
        "scale" => 0
        "length" => 255
        "unique" => false
        "nullable" => true
        "precision" => 0
        "columnName" => "dificulty"
        "property" => "dificulty"
      ]
      "intensity" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "string"
        "fieldType" => "text"
        "dataType" => "string"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "intensity"
        "scale" => 0
        "length" => 255
        "unique" => false
        "nullable" => true
        "precision" => 0
        "columnName" => "intensity"
        "property" => "intensity"
      ]
      "duration" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "integer"
        "fieldType" => "integer"
        "dataType" => "integer"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "duration"
        "scale" => 0
        "length" => null
        "unique" => false
        "nullable" => true
        "precision" => 0
        "columnName" => "duration"
        "property" => "duration"
      ]
      "customer_id" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "integer"
        "fieldType" => "integer"
        "dataType" => "integer"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => true
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "customer_id"
        "scale" => 0
        "length" => null
        "unique" => false
        "nullable" => false
        "precision" => 0
        "columnName" => "customer_id"
        "property" => "customer_id"
      ]
      "category_id" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "integer"
        "fieldType" => "integer"
        "dataType" => "integer"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => true
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "category_id"
        "scale" => 0
        "length" => null
        "unique" => false
        "nullable" => false
        "precision" => 0
        "columnName" => "category_id"
        "property" => "category_id"
      ]
      "is_shared" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "integer"
        "fieldType" => "integer"
        "dataType" => "integer"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "is_shared"
        "scale" => 0
        "length" => null
        "unique" => false
        "nullable" => true
        "precision" => 0
        "columnName" => "is_shared"
        "property" => "is_shared"
      ]
      "deletedAt" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "datetime"
        "fieldType" => "datetime"
        "dataType" => "datetime"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "deletedAt"
        "scale" => 0
        "length" => null
        "unique" => false
        "nullable" => true
        "precision" => 0
        "columnName" => "deleted_at"
        "property" => "deletedAt"
      ]
      "category" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "association"
        "fieldType" => "entity"
        "dataType" => "association"
        "virtual" => false
        "sortable" => true
        "template" => null
        "type_options" => [
          "em" => "default"
          "class" => "App\Entity\Category"
          "multiple" => false
          "required" => true
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "category"
        "joinColumns" => [
          [
            "name" => "category_id"
            "unique" => false
            "nullable" => false
            "onDelete" => null
            "columnDefinition" => null
            "referencedColumnName" => "id"
          ]
        ]
        "cascade" => []
        "inversedBy" => "exercises"
        "targetEntity" => "App\Entity\Category"
        "fetch" => 2
        "mappedBy" => null
        "isOwningSide" => true
        "sourceEntity" => "App\Entity\Exercise"
        "isCascadeRemove" => false
        "isCascadePersist" => false
        "isCascadeRefresh" => false
        "isCascadeMerge" => false
        "isCascadeDetach" => false
        "sourceToTargetKeyColumns" => [
          "category_id" => "id"
        ]
        "joinColumnFieldNames" => [
          "category_id" => "category_id"
        ]
        "targetToSourceKeyColumns" => [
          "id" => "category_id"
        ]
        "orphanRemoval" => false
        "associationType" => 2
        "property" => "category"
      ]
      "materials" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "association"
        "fieldType" => "entity"
        "dataType" => "association"
        "virtual" => false
        "sortable" => false
        "template" => null
        "type_options" => [
          "em" => "default"
          "class" => "App\Entity\Material"
          "multiple" => true
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "materials"
        "joinTable" => [
          "name" => "exercise_material"
          "joinColumns" => [
            [
              "name" => "exercise_id"
              "referencedColumnName" => "id"
              "onDelete" => "CASCADE"
            ]
          ]
          "inverseJoinColumns" => [
            [
              "name" => "material_id"
              "referencedColumnName" => "id"
              "onDelete" => "CASCADE"
            ]
          ]
        ]
        "targetEntity" => "App\Entity\Material"
        "mappedBy" => null
        "inversedBy" => "exercises"
        "cascade" => []
        "orphanRemoval" => false
        "fetch" => 2
        "isOwningSide" => true
        "sourceEntity" => "App\Entity\Exercise"
        "isCascadeRemove" => false
        "isCascadePersist" => false
        "isCascadeRefresh" => false
        "isCascadeMerge" => false
        "isCascadeDetach" => false
        "joinTableColumns" => [
          "exercise_id"
          "material_id"
        ]
        "isOnDeleteCascade" => true
        "relationToSourceKeyColumns" => [
          "exercise_id" => "id"
        ]
        "relationToTargetKeyColumns" => [
          "material_id" => "id"
        ]
        "associationType" => 8
        "property" => "materials"
      ]
      "notes" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "association"
        "fieldType" => "entity"
        "dataType" => "association"
        "virtual" => false
        "sortable" => false
        "template" => null
        "type_options" => [
          "em" => "default"
          "class" => "App\Entity\NoteExercise"
          "multiple" => true
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "notes"
        "mappedBy" => "exercise"
        "targetEntity" => "App\Entity\NoteExercise"
        "cascade" => []
        "orphanRemoval" => true
        "fetch" => 2
        "inversedBy" => null
        "isOwningSide" => false
        "sourceEntity" => "App\Entity\Exercise"
        "isCascadeRemove" => true
        "isCascadePersist" => false
        "isCascadeRefresh" => false
        "isCascadeMerge" => false
        "isCascadeDetach" => false
        "associationType" => 4
        "property" => "notes"
      ]
      "exerciseCalendars" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "association"
        "fieldType" => "entity"
        "dataType" => "association"
        "virtual" => false
        "sortable" => false
        "template" => null
        "type_options" => [
          "em" => "default"
          "class" => "App\Entity\ExerciseCalendar"
          "multiple" => true
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "exerciseCalendars"
        "mappedBy" => "exercise"
        "targetEntity" => "App\Entity\ExerciseCalendar"
        "cascade" => []
        "orphanRemoval" => true
        "fetch" => 2
        "inversedBy" => null
        "isOwningSide" => false
        "sourceEntity" => "App\Entity\Exercise"
        "isCascadeRemove" => true
        "isCascadePersist" => false
        "isCascadeRefresh" => false
        "isCascadeMerge" => false
        "isCascadeDetach" => false
        "associationType" => 4
        "property" => "exerciseCalendars"
      ]
      "exerciseQualifications" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "association"
        "fieldType" => "entity"
        "dataType" => "association"
        "virtual" => false
        "sortable" => false
        "template" => null
        "type_options" => [
          "em" => "default"
          "class" => "App\Entity\ExerciseQualification"
          "multiple" => true
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "exerciseQualifications"
        "mappedBy" => "exercise"
        "targetEntity" => "App\Entity\ExerciseQualification"
        "cascade" => []
        "orphanRemoval" => false
        "fetch" => 2
        "inversedBy" => null
        "isOwningSide" => false
        "sourceEntity" => "App\Entity\Exercise"
        "isCascadeRemove" => false
        "isCascadePersist" => false
        "isCascadeRefresh" => false
        "isCascadeMerge" => false
        "isCascadeDetach" => false
        "associationType" => 4
        "property" => "exerciseQualifications"
      ]
      "translations" => [
        "css_class" => ""
        "format" => null
        "help" => null
        "label" => null
        "type" => "association"
        "fieldType" => "entity"
        "dataType" => "association"
        "virtual" => false
        "sortable" => false
        "template" => null
        "type_options" => [
          "em" => "default"
          "class" => "App\Entity\ExerciseTranslation"
          "multiple" => true
          "required" => false
        ]
        "form_group" => null
        "permission" => null
        "prepend_html" => null
        "append_html" => null
        "fieldName" => "translations"
        "mappedBy" => "translatable"
        "indexBy" => "locale"
        "cascade" => [
          "persist"
          "merge"
          "remove"
        ]
        "fetch" => 2
        "targetEntity" => "App\Entity\ExerciseTranslation"
        "orphanRemoval" => true
        "inversedBy" => null
        "isOwningSide" => false
        "sourceEntity" => "App\Entity\Exercise"
        "isCascadeRemove" => true
        "isCascadePersist" => true
        "isCascadeRefresh" => false
        "isCascadeMerge" => true
        "isCascadeDetach" => false
        "associationType" => 4
        "property" => "translations"
      ]
    ]
    "templates" => [
      "layout" => "@EasyAdmin/default/layout.html.twig"
      "menu" => "@EasyAdmin/default/menu.html.twig"
      "edit" => "@EasyAdmin/default/edit.html.twig"
      "list" => "@EasyAdmin/default/list.html.twig"
      "new" => "@EasyAdmin/default/new.html.twig"
      "show" => "@EasyAdmin/default/show.html.twig"
      "action" => "@EasyAdmin/default/action.html.twig"
      "filters" => "@EasyAdmin/default/filters.html.twig"
      "exception" => "@EasyAdmin/default/exception.html.twig"
      "flash_messages" => "@EasyAdmin/default/flash_messages.html.twig"
      "paginator" => "@EasyAdmin/default/paginator.html.twig"
      "field_array" => "@EasyAdmin/default/field_array.html.twig"
      "field_association" => "@EasyAdmin/default/field_association.html.twig"
      "field_avatar" => "@EasyAdmin/default/field_avatar.html.twig"
      "field_bigint" => "@EasyAdmin/default/field_bigint.html.twig"
      "field_boolean" => "@EasyAdmin/default/field_boolean.html.twig"
      "field_country" => "@EasyAdmin/default/field_country.html.twig"
      "field_date" => "@EasyAdmin/default/field_date.html.twig"
      "field_dateinterval" => "@EasyAdmin/default/field_dateinterval.html.twig"
      "field_datetime" => "@EasyAdmin/default/field_datetime.html.twig"
      "field_datetimetz" => "@EasyAdmin/default/field_datetimetz.html.twig"
      "field_decimal" => "@EasyAdmin/default/field_decimal.html.twig"
      "field_email" => "@EasyAdmin/default/field_email.html.twig"
      "field_file" => "@EasyAdmin/default/field_file.html.twig"
      "field_float" => "@EasyAdmin/default/field_float.html.twig"
      "field_guid" => "@EasyAdmin/default/field_guid.html.twig"
      "field_id" => "@EasyAdmin/default/field_id.html.twig"
      "field_image" => "@EasyAdmin/default/field_image.html.twig"
      "field_json" => "@EasyAdmin/default/field_json.html.twig"
      "field_json_array" => "@EasyAdmin/default/field_json_array.html.twig"
      "field_integer" => "@EasyAdmin/default/field_integer.html.twig"
      "field_object" => "@EasyAdmin/default/field_object.html.twig"
      "field_percent" => "@EasyAdmin/default/field_percent.html.twig"
      "field_raw" => "@EasyAdmin/default/field_raw.html.twig"
      "field_simple_array" => "@EasyAdmin/default/field_simple_array.html.twig"
      "field_smallint" => "@EasyAdmin/default/field_smallint.html.twig"
      "field_string" => "@EasyAdmin/default/field_string.html.twig"
      "field_tel" => "@EasyAdmin/default/field_tel.html.twig"
      "field_text" => "@EasyAdmin/default/field_text.html.twig"
      "field_time" => "@EasyAdmin/default/field_time.html.twig"
      "field_toggle" => "@EasyAdmin/default/field_toggle.html.twig"
      "field_url" => "@EasyAdmin/default/field_url.html.twig"
      "label_empty" => "@EasyAdmin/default/label_empty.html.twig"
      "label_inaccessible" => "@EasyAdmin/default/label_inaccessible.html.twig"
      "label_null" => "@EasyAdmin/default/label_null.html.twig"
      "label_undefined" => "@EasyAdmin/default/label_undefined.html.twig"
    ]
  ]
  "view" => "show"
  "item" => App\Entity\Exercise {#4826
    -id: 5176
    -category: Proxies\__CG__\App\Entity\Category {#4866 …}
    -materials: Doctrine\ORM\PersistentCollection {#4865 …}
    -notes: Doctrine\ORM\PersistentCollection {#4896 …}
    -image: "Basculacin y filtrar pase.png"
    -imageFile: null
    -updatedAt: DateTime @1728392430 {#4822
      date: 2024-10-08 07:00:30.0 America/Boise (-06:00)
    }
    -poster: "Basculacin y filtrar pase.png"
    -posterFile: null
    -dificulty: "MEDIUM"
    -intensity: "HIGH"
    -duration: 15
    -exerciseCalendars: Doctrine\ORM\PersistentCollection {#4917 …}
    -customer_id: 26331
    -category_id: 2
    -exerciseQualifications: Doctrine\ORM\PersistentCollection {#4952 …}
    -is_shared: 1
    -deletedAt: null
    -stars: null
    #translations: Doctrine\ORM\PersistentCollection {#4955 …}
    #newTranslations: null
    #currentLocale: "es"
    #defaultLocale: "es"
  }
]

Request Headers

Header Value
accept
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
accept-encoding
"gzip, deflate, br, zstd"
accept-language
"es-419,es;q=0.9"
authorization
""
connection
""
content-length
"0"
cookie
"__cf_bm=3VG9JrRbAYR3aVylQBBpyikreOQGQZwDCGYr7OdjxYc-1731552681-1.0.1.1-GBChuBJZBNOxWoiwW2swj2VmGMMJ9RZJhGOx53OVfvJwrfdA.NIkYJPCRg_yt4DWrYkzuGOYEOgqVZIvMRUfmQ; _cfuvid=mHE9XAekKahdalp3s5ITiBT9CNrhejduYxhqfuVpvM0-1731552681136-0.0.1.1-604800000; PHPSESSID=fe567333df46f5c429ee3f42a993c993"
host
"prod.golmanagerpanel.com"
priority
"u=0, i"
referer
"https://prod.golmanagerpanel.com/admin/?entity=ExerciseShared&action=list&menuIndex=8&submenuIndex=2&user=true"
sec-ch-ua
""Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99""
sec-ch-ua-mobile
"?0"
sec-ch-ua-platform
""Linux""
sec-fetch-dest
"document"
sec-fetch-mode
"navigate"
sec-fetch-site
"same-origin"
sec-fetch-user
"?1"
upgrade-insecure-requests
"1"
user-agent
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"
x-cache-req
"1"
x-eig-origin
"50.87.230.228"
x-forwarded-for
"179.6.84.154"
x-php-ob-level
"0"
x-real-ip
"179.6.84.154"

Request Content

Request content not available (it was retrieved as a resource).

Response

Response Headers

Header Value
cache-control
"no-cache, private"
content-type
"text/html; charset=UTF-8"
date
"Thu, 14 Nov 2024 02:57:18 GMT"
x-debug-token
"b95ab0"

Cookies

Request Cookies

Key Value
PHPSESSID
"fe567333df46f5c429ee3f42a993c993"
__cf_bm
"3VG9JrRbAYR3aVylQBBpyikreOQGQZwDCGYr7OdjxYc-1731552681-1.0.1.1-GBChuBJZBNOxWoiwW2swj2VmGMMJ9RZJhGOx53OVfvJwrfdA.NIkYJPCRg_yt4DWrYkzuGOYEOgqVZIvMRUfmQ"
_cfuvid
"mHE9XAekKahdalp3s5ITiBT9CNrhejduYxhqfuVpvM0-1731552681136-0.0.1.1-604800000"

Response Cookies

No response cookies

Session

Session Metadata

Key Value
Created
"Wed, 13 Nov 24 19:56:28 -0700"
Last used
"Wed, 13 Nov 24 19:57:10 -0700"
Lifetime
"0"

Session Attributes

Attribute Value
_csrf/https-authenticate
"meejb0HbmrwowaFay-53LQCezbG0vHVHDlHElLMgR0c"
_csrf/https-batch_form
"0ZBuyNLPDeK_fa7r4NpUaU7sc2WzxwFjWIdnx8VUNJs"
_csrf/https-delete_form
"2dGV8F14t2otLyyCZMwTNw2oLqsMM9aanO4hSsiun2g"
_security.last_username
"zinkdavid@hotmail.com"
_security.main.target_path
"https://prod.golmanagerpanel.com/admin/?action=list&entity=Material&menuIndex=7&p=admin%2F&submenuIndex=-1"
_security_main
"O:67:"Symfony\Component\Security\Guard\Token\PostAuthenticationGuardToken":2:{i:0;s:4:"main";i:1;a:5:{i:0;O:15:"App\Entity\User":8:{s:19:"\x00App\Entity\User\x00id";i:2;s:22:"\x00App\Entity\User\x00email";s:21:"zinkdavid@hotmail.com";s:22:"\x00App\Entity\User\x00roles";a:1:{i:0;s:10:"ROLE_ADMIN";}s:25:"\x00App\Entity\User\x00password";s:97:"$argon2id$v=19$m=65536,t=4,p=1$c0Q3OThnY2xNZmJNdWU2Ng$Cf+iXdoZRBo2XZBHkL/9fHubwsw2e5ZpB5tMBITkJ/w";s:30:"\x00App\Entity\User\x00plainPassword";N;s:24:"\x00App\Entity\User\x00enabled";b:1;s:21:"\x00App\Entity\User\x00name";s:5:"David";s:24:"\x00App\Entity\User\x00celular";s:9:"628288881";}i:1;b:1;i:2;N;i:3;a:0:{}i:4;a:1:{i:0;s:10:"ROLE_ADMIN";}}}"

Flashes

Flashes

No flash messages were created.

Server Parameters

Server Parameters

Defined in .env

Key Value
API_DOMAIN
"https://prod.golmanagerpanel.com/api/es"
APP_ENV
"dev"
APP_SECRET
"db0fe4a082443d49ab3dfcfafa45d95b"
DATABASE_URL
"mysql://golmanag_test:Password123@127.0.0.1:3306/golmanag_WPBNK?serverVersion=5.7"
DOMAIN
"https://web.golmanager.app"
GOOGLE_API_KEY
""
GOOGLE_CLIENT_ID
""
GOOGLE_CLIENT_SECRET
""
JWT_PASSPHRASE
"e5f3d6foo6352487c0157i886ffb6d33"
JWT_PUBLIC_KEY
"%kernel.project_dir%/config/jwt/public.pem"
JWT_SECRET_KEY
"%kernel.project_dir%/config/jwt/private.pem"
MAILER_DSN
"smtp://api:fe2247dedbd5eccbaf3e36de75e48829@live.smtp.mailtrap.io:587?encryption=tls&auth_mode=login"
MAILER_URL
"null://localhost"
REVENUECAT_API_KEY
"sk_ZMPneOnNJKoDgxtcMYDiDSbXdYKBz"
SPOOF_SECRET
"MiNombreEsGol609"
STRIPE_PRICE_ID_MONTH
"price_1NFEcHGGazijMsEHepMMMj0H"
STRIPE_PRICE_ID_MONTH_TEST
"price_1NFEOhGGazijMsEHB4O3HmsU"
STRIPE_PRICE_ID_YEARLY
"price_1NFEdmGGazijMsEHOmD98dxW"
STRIPE_PRICE_ID_YEARLY_TEST
"price_1NFEQeGGazijMsEH7DI56cf8"
STRIPE_PUBLISHABLE_KEY
"pk_live_51NEgnxGGazijMsEHwXR68nmHsqi78PPRj7px1gH8z29SOtZqH3A9pZ0lrk1moMIxVqKA9JzJJOE7VecCuZqfTlMQ00c1NgoXRB"
STRIPE_PUBLISHABLE_KEY_TEST
"pk_test_51NEgnxGGazijMsEHdzuLLfg3sW2PjdeGh70KVzLMTOPvCTb9fonOO4JDuPSHZx7iOq220htvgoZp2QHtkWfOCxQg00F9FxWvlH"
STRIPE_SECRET_KEY
"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§"
STRIPE_SECRET_KEY_TEST
"sk_test_51NEgnxGGazijMsEHFMhKz0kcobsbHaipKrDutorZBVTaPLQXSlZdpTdkfiTXPpPdHC65Wsmczhxd63J53G9Yis2H00mmU6dJY0"

Defined as regular env variables

Key Value
APP_DEBUG
"1"
CONTENT_LENGTH
"0"
CONTEXT_DOCUMENT_ROOT
"/home2/golmanag/public_html/prod-golmanager"
CONTEXT_PREFIX
""
DOCUMENT_ROOT
"/home2/golmanag/public_html/prod-golmanager"
HTTPS
"on"
HTTP_ACCEPT
"text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7"
HTTP_ACCEPT_ENCODING
"gzip, deflate, br, zstd"
HTTP_ACCEPT_LANGUAGE
"es-419,es;q=0.9"
HTTP_AUTHORIZATION
""
HTTP_CONNECTION
""
HTTP_COOKIE
"__cf_bm=3VG9JrRbAYR3aVylQBBpyikreOQGQZwDCGYr7OdjxYc-1731552681-1.0.1.1-GBChuBJZBNOxWoiwW2swj2VmGMMJ9RZJhGOx53OVfvJwrfdA.NIkYJPCRg_yt4DWrYkzuGOYEOgqVZIvMRUfmQ; _cfuvid=mHE9XAekKahdalp3s5ITiBT9CNrhejduYxhqfuVpvM0-1731552681136-0.0.1.1-604800000; PHPSESSID=fe567333df46f5c429ee3f42a993c993"
HTTP_HOST
"prod.golmanagerpanel.com"
HTTP_PRIORITY
"u=0, i"
HTTP_REFERER
"https://prod.golmanagerpanel.com/admin/?entity=ExerciseShared&action=list&menuIndex=8&submenuIndex=2&user=true"
HTTP_SEC_CH_UA
""Chromium";v="130", "Google Chrome";v="130", "Not?A_Brand";v="99""
HTTP_SEC_CH_UA_MOBILE
"?0"
HTTP_SEC_CH_UA_PLATFORM
""Linux""
HTTP_SEC_FETCH_DEST
"document"
HTTP_SEC_FETCH_MODE
"navigate"
HTTP_SEC_FETCH_SITE
"same-origin"
HTTP_SEC_FETCH_USER
"?1"
HTTP_UPGRADE_INSECURE_REQUESTS
"1"
HTTP_USER_AGENT
"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36"
HTTP_X_CACHE_REQ
"1"
HTTP_X_EIG_ORIGIN
"50.87.230.228"
HTTP_X_FORWARDED_FOR
"179.6.84.154"
HTTP_X_REAL_IP
"179.6.84.154"
LSPHP_ENABLE_USER_INI
"on"
PATH
"/usr/local/bin:/usr/bin:/bin"
PHP_SELF
"/backend/public/index.php"
PWD
"/"
QS_AllConn
"237"
QS_ConnectionId
"173155303813947470656154"
QS_SrvConn
"212"
QUERY_STRING
"p=admin/&p=admin/&entity=ExerciseShared&action=show&menuIndex=8&submenuIndex=2&user=true&sortField=id&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Fp%253Dadmin%252F%2526entity%253DExerciseShared%2526action%253Dlist%2526menuIndex%253D8%2526submenuIndex%253D2%2526user%253Dtrue%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&id=5176"
REDIRECT_HTTPS
"on"
REDIRECT_HTTP_AUTHORIZATION
""
REDIRECT_QS_AllConn
"237"
REDIRECT_QS_ConnectionId
"173155303813947470656154"
REDIRECT_QS_SrvConn
"212"
REDIRECT_QUERY_STRING
"p=admin/&p=admin/&entity=ExerciseShared&action=show&menuIndex=8&submenuIndex=2&user=true&sortField=id&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Fp%253Dadmin%252F%2526entity%253DExerciseShared%2526action%253Dlist%2526menuIndex%253D8%2526submenuIndex%253D2%2526user%253Dtrue%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&id=5176"
REDIRECT_REDIRECT_HTTPS
"on"
REDIRECT_REDIRECT_QS_AllConn
"237"
REDIRECT_REDIRECT_QS_ConnectionId
"173155303813947470656154"
REDIRECT_REDIRECT_QS_SrvConn
"212"
REDIRECT_REDIRECT_SCRIPT_URI
"https://prod.golmanagerpanel.com/admin/"
REDIRECT_REDIRECT_SCRIPT_URL
"/admin/"
REDIRECT_REDIRECT_STATUS
"200"
REDIRECT_REDIRECT_UNIQUE_ID
"ZzVnDn3PkLwl1-2m-_ZAOgAAAXI"
REDIRECT_REDIRECT_no-proxy
"1"
REDIRECT_SCRIPT_URI
"https://prod.golmanagerpanel.com/admin/"
REDIRECT_SCRIPT_URL
"/admin/"
REDIRECT_STATUS
"200"
REDIRECT_UNIQUE_ID
"ZzVnDn3PkLwl1-2m-_ZAOgAAAXI"
REDIRECT_URL
"/backend/public/admin/"
REDIRECT_no-proxy
"1"
REMOTE_ADDR
"179.6.84.154"
REMOTE_PORT
"10484"
REQUEST_METHOD
"GET"
REQUEST_SCHEME
"https"
REQUEST_TIME
1731553038
REQUEST_TIME_FLOAT
1731553038.2044
REQUEST_URI
"/admin/?p=admin/&entity=ExerciseShared&action=show&menuIndex=8&submenuIndex=2&user=true&sortField=id&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Fp%253Dadmin%252F%2526entity%253DExerciseShared%2526action%253Dlist%2526menuIndex%253D8%2526submenuIndex%253D2%2526user%253Dtrue%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&id=5176"
SCRIPT_FILENAME
"/home2/golmanag/public_html/prod-golmanager/backend/public/index.php"
SCRIPT_NAME
"/backend/public/index.php"
SCRIPT_URI
"https://prod.golmanagerpanel.com/admin/"
SCRIPT_URL
"/admin/"
SERVER_ADDR
"50.87.230.228"
SERVER_ADMIN
"webmaster@prod.golmanagerpanel.com"
SERVER_NAME
"prod.golmanagerpanel.com"
SERVER_PORT
"443"
SERVER_PROTOCOL
"HTTP/1.1"
SERVER_SIGNATURE
""
SERVER_SOFTWARE
"Apache"
SYMFONY_DOTENV_VARS
"APP_ENV,APP_SECRET,DATABASE_URL,JWT_SECRET_KEY,JWT_PUBLIC_KEY,JWT_PASSPHRASE,MAILER_URL,GOOGLE_API_KEY,GOOGLE_CLIENT_ID,GOOGLE_CLIENT_SECRET,REVENUECAT_API_KEY,STRIPE_PUBLISHABLE_KEY_TEST,STRIPE_SECRET_KEY_TEST,STRIPE_PRICE_ID_YEARLY_TEST,STRIPE_PRICE_ID_MONTH_TEST,STRIPE_PUBLISHABLE_KEY,STRIPE_SECRET_KEY,STRIPE_PRICE_ID_YEARLY,STRIPE_PRICE_ID_MONTH,DOMAIN,API_DOMAIN,SPOOF_SECRET,MAILER_DSN"
TEMP
"/tmp"
TMP
"/tmp"
TMPDIR
"/tmp"
UNIQUE_ID
"ZzVnDn3PkLwl1-2m-_ZAOgAAAXI"
argc
1
argv
[
  "p=admin/&p=admin/&entity=ExerciseShared&action=show&menuIndex=8&submenuIndex=2&user=true&sortField=id&sortDirection=DESC&page=1&referer=%252Fadmin%252F%253Fp%253Dadmin%252F%2526entity%253DExerciseShared%2526action%253Dlist%2526menuIndex%253D8%2526submenuIndex%253D2%2526user%253Dtrue%2526sortField%253Did%2526sortDirection%253DDESC%2526page%253D1&id=5176"
]
no-proxy
"1"