array:7 [
  "_entity_form" => "user.default"
  "_title_callback" => "Drupal\user\Controller\UserController::userTitle"
  "user" => Drupal\user\Entity\User {#1588
    #entityTypeId: "user"
    #enforceIsNew: null
    #typedData: null
    #cacheContexts: []
    #cacheTags: []
    #cacheMaxAge: -1
    #_serviceIds: []
    #_entityStorages: []
    #values: array:17 [
      "uid" => array:1 [
        "x-default" => "333"
      ]
      "uuid" => array:1 [
        "x-default" => "e30d35b8-eacf-4b24-b7cf-9b91be5ea9ce"
      ]
      "langcode" => array:1 [
        "x-default" => "de"
      ]
      "preferred_langcode" => array:1 [
        "x-default" => "de"
      ]
      "preferred_admin_langcode" => array:1 [
        "x-default" => null
      ]
      "name" => array:1 [
        "x-default" => "gkvAuJURXJ9htGLrxmwUXbuRXa6Jsq4Z"
      ]
      "pass" => array:1 [
        "x-default" => "$2y$10$a2qp7QyLNmkgAdG.zKo3Nu0e7EPnvIXVcxGoQi9jZAnsU2rkzMium"
      ]
      "mail" => array:1 [
        "x-default" => "sven.landert@ringier.ch"
      ]
      "timezone" => array:1 [
        "x-default" => "Europe/Zurich"
      ]
      "status" => array:1 [
        "x-default" => "1"
      ]
      "created" => array:1 [
        "x-default" => "1779180071"
      ]
      "changed" => array:1 [
        "x-default" => "1779180071"
      ]
      "access" => array:1 [
        "x-default" => "1779181116"
      ]
      "login" => array:1 [
        "x-default" => "0"
      ]
      "init" => array:1 [
        "x-default" => null
      ]
      "default_langcode" => array:1 [
        "x-default" => "1"
      ]
      "field_fi_user" => array:1 [
        "x-default" => array:1 [
          0 => array:2 [
            "value" => "469853b5c28a400389e59d579364ea0f"
            "format" => null
          ]
        ]
      ]
    ]
    #fields: []
    #fieldDefinitions: null
    #languages: array:4 [
      "en" => Drupal\Core\Language\Language {#1593
        #name: "Englisch"
        #id: "en"
        #direction: "ltr"
        #weight: 0
        #locked: false
      }
      "de" => Drupal\Core\Language\Language {#1592
        #name: "Deutsch"
        #id: "de"
        #direction: "ltr"
        #weight: 1
        #locked: false
      }
      "und" => Drupal\Core\Language\Language {#1594
        #name: "Nicht angegeben"
        #id: "und"
        #direction: "ltr"
        #weight: 2
        #locked: true
      }
      "zxx" => Drupal\Core\Language\Language {#1581
        #name: "Nicht zutreffend"
        #id: "zxx"
        #direction: "ltr"
        #weight: 3
        #locked: true
      }
    ]
    #langcodeKey: "langcode"
    #defaultLangcodeKey: "default_langcode"
    #activeLangcode: "x-default"
    #enforceDefaultTranslation: null
    #defaultLangcode: "de"
    #translations: array:1 [
      "x-default" => array:1 [
        "status" => 1
      ]
    ]
    #translationInitialize: false
    #newRevision: false
    #isDefaultRevision: true
    #entityKeys: array:3 [
      "bundle" => "user"
      "id" => "333"
      "uuid" => "e30d35b8-eacf-4b24-b7cf-9b91be5ea9ce"
    ]
    #translatableEntityKeys: array:2 [
      "langcode" => array:1 [
        "x-default" => "de"
      ]
      "default_langcode" => array:1 [
        "x-default" => "1"
      ]
    ]
    #validated: false
    #validationRequired: false
    #loadedRevisionId: null
    #revisionTranslationAffectedKey: "revision_translation_affected"
    #enforceRevisionTranslationAffected: []
    #isSyncing: false
  }
  "_route" => "entity.user.edit_form"
  "_route_object" => Symfony\Component\Routing\Route {#1580
    -path: "/user/{user}/edit"
    -host: ""
    -schemes: []
    -methods: array:2 [
      0 => "GET"
      1 => "POST"
    ]
    -defaults: array:2 [
      "_entity_form" => "user.default"
      "_title_callback" => "Drupal\user\Controller\UserController::userTitle"
    ]
    -requirements: array:2 [
      "user" => "\d+"
      "_entity_access" => "user.update"
    ]
    -options: array:5 [
      "compiler_class" => "Drupal\Core\Routing\RouteCompiler"
      "_admin_route" => true
      "parameters" => array:1 [
        "user" => array:2 [
          "type" => "entity:user"
          "converter" => "paramconverter.entity"
        ]
      ]
      "_access_checks" => array:1 [
        0 => "access_check.entity"
      ]
      "utf8" => true
    ]
    -condition: ""
    -compiled: Drupal\Core\Routing\CompiledRoute {#1587
      -variables: array:1 [
        0 => "user"
      ]
      -tokens: array:3 [
        0 => array:2 [
          0 => "text"
          1 => "/edit"
        ]
        1 => array:5 [
          0 => "variable"
          1 => "/"
          2 => "\d+"
          3 => "user"
          4 => true
        ]
        2 => array:2 [
          0 => "text"
          1 => "/user"
        ]
      ]
      -staticPrefix: ""
      -regex: "{^/user/(?P<user>\d+)/edit$}sDu"
      -pathVariables: array:1 [
        0 => "user"
      ]
      -hostVariables: []
      -hostRegex: null
      -hostTokens: []
      #fit: 5
      #patternOutline: "/user/%/edit"
      #numParts: 3
    }
  }
  "_raw_variables" => Symfony\Component\HttpFoundation\InputBag {#1586
    #parameters: array:1 [
      "user" => "333"
    ]
  }
  "_controller" => "controller.entity_form:getContentResult"
]