Service asset.js.collection_optimizer detail

Add to Standard shortcuts
Computed Definition =>
array:3 [
  "class" => "Drupal\Core\Asset\JsCollectionOptimizerLazy"
  "arguments" => {#1576
    +"type": "collection"
    +"value": array:10 [
      0 => {#1569
        +"type": "service"
        +"id": "asset.js.collection_grouper"
        +"invalidBehavior": 1
      }
      1 => {#1578
        +"type": "service"
        +"id": "asset.js.optimizer"
        +"invalidBehavior": 1
      }
      2 => {#1577
        +"type": "service"
        +"id": "theme.manager"
        +"invalidBehavior": 1
      }
      3 => {#1575
        +"type": "service"
        +"id": "library.dependency_resolver"
        +"invalidBehavior": 1
      }
      4 => {#1574
        +"type": "service"
        +"id": "request_stack"
        +"invalidBehavior": 1
      }
      5 => {#1573
        +"type": "service"
        +"id": "file_system"
        +"invalidBehavior": 1
      }
      6 => {#1572
        +"type": "service"
        +"id": "config.factory"
        +"invalidBehavior": 1
      }
      7 => {#1571
        +"type": "service"
        +"id": "file_url_generator"
        +"invalidBehavior": 1
      }
      8 => {#1567
        +"type": "service"
        +"id": "datetime.time"
        +"invalidBehavior": 1
      }
      9 => {#1568
        +"type": "service"
        +"id": "language_manager"
        +"invalidBehavior": 1
      }
    ]
  }
  "arguments_count" => 10
]
Instance =>
Drupal\Core\Asset\JsCollectionOptimizerLazy {#1580
  #grouper: Drupal\Core\Asset\JsCollectionGrouper {#1579}
  #optimizer: Drupal\Core\Asset\JsOptimizer {#1582
    #logger: Drupal\Core\Logger\LoggerChannel {#292
      #callDepth: 0
      #channel: "system"
      #levelTranslation: array:8 [
        "emergency" => 0
        "alert" => 1
        "critical" => 2
        "error" => 3
        "warning" => 4
        "notice" => 5
        "info" => 6
        "debug" => 7
      ]
      #loggers: array:1 [
        0 => array:2 [
          0 => Drupal\dblog\Logger\DbLog {#299
            #connection: Drupal\mysql\Driver\Database\mysql\Connection {#31
              #target: "default"
              #key: "default"
              #logger: null
              #transactionLayers: []
              #driverClasses: []
              #statementWrapperClass: "Drupal\Core\Database\StatementWrapperIterator"
              #transactionalDDLSupport: false
              #connection: PDO {#30
                inTransaction: false
                attributes: { …14}
              }
              #connectionOptions: array:11 [
                "database" => "drupal"
                "username" => "drupal"
                "password" => "zI6gwHhfooHcsrIdSC9oNEwzkF9PyiL3"
                "prefix" => ""
                "host" => "mariadb"
                "port" => "3306"
                "namespace" => "Drupal\mysql\Driver\Database\mysql"
                "driver" => "mysql"
                "init_commands" => array:2 [ …2]
                "autoload" => "core/modules/mysql/src/Driver/Database/mysql/"
                "pdo" => array:6 [ …6]
              ]
              #schema: null
              #prefix: ""
              #tablePlaceholderReplacements: array:2 [
                0 => """
                1 => """
              ]
              #prefixes: []
              #prefixSearch: []
              #prefixReplace: []
              #unprefixedTablesMap: []
              #escapedTables: array:15 [
                "cache_container" => "cache_container"
                "cache_config" => "cache_config"
                "cache_default" => "cache_default"
                "cache_discovery" => "cache_discovery"
                "cache_bootstrap" => "cache_bootstrap"
                "users" => "users"
                "users_field_data" => "users_field_data"
                "cache_entity" => "cache_entity"
                "config" => "config"
                "user__field_fi_user" => "user__field_fi_user"
                "cache_access_policy" => "cache_access_policy"
                "cache_data" => "cache_data"
                "path_alias" => "path_alias"
                "router" => "router"
                "cache_dynamic_page_cache" => "cache_dynamic_page_cache"
              ]
              #escapedFields: array:31 [
                "" => ""
                "uid" => ""uid""
                "type" => ""type""
                "message" => ""message""
                "variables" => ""variables""
                "severity" => ""severity""
                "link" => ""link""
                "location" => ""location""
                "referer" => ""referer""
                "hostname" => ""hostname""
                "timestamp" => ""timestamp""
                "users_field_data.name" => ""users_field_data"."name""
                "users_field_data.status" => ""users_field_data"."status""
                "users_field_data.default_langcode" => ""users_field_data"."default_langcode""
                "base_table.uid" => ""base_table"."uid""
                "collection" => ""collection""
                "name" => ""name""
                "config.name" => ""config"."name""
                "user__field_fi_user.field_fi_user_value" => ""user__field_fi_user"."field_fi_user_value""
                "base_table.status" => ""base_table"."status""
                "base_table.alias" => ""base_table"."alias""
                "base_table.langcode" => ""base_table"."langcode""
                "base_table.id" => ""base_table"."id""
                "base_table.path" => ""base_table"."path""
                "cid" => ""cid""
                "expire" => ""expire""
                "created" => ""created""
                "tags" => ""tags""
                "checksum" => ""checksum""
                "data" => ""data""
                "serialized" => ""serialized""
              ]
              #escapedAliases: array:11 [
                "uid" => ""uid""
                "base_table_uid" => ""base_table_uid""
                "base_table" => ""base_table""
                "users_field_data" => ""users_field_data""
                "name" => ""name""
                "config" => ""config""
                "user__field_fi_user" => ""user__field_fi_user""
                "id" => ""id""
                "path" => ""path""
                "alias" => ""alias""
                "langcode" => ""langcode""
              ]
              #rootTransactionEndCallbacks: []
              #identifierQuotes: array:2 [
                0 => """
                1 => """
              ]
              -enabledEvents: []
              #transactionManager: ? Drupal\Core\Database\Transaction\TransactionManagerInterface|false
              #needsCleanup: false
              -serverVersion: null
            }
            #parser: Drupal\Core\Logger\LogMessageParser {#298}
            #_serviceIds: []
            #_entityStorages: []
          }
          1 => Drush\Log\DrushLog {#296
            #parser: Drupal\Core\Logger\LogMessageParser {#298}
            #logger: null
          }
        ]
      ]
      #requestStack: Symfony\Component\HttpFoundation\RequestStack {#37
        -requests: array:2 [
          0 => Symfony\Component\HttpFoundation\Request {#17
            +attributes: Symfony\Component\HttpFoundation\ParameterBag {#20
              #parameters: array:9 [ …9]
            }
            +request: Symfony\Component\HttpFoundation\InputBag {#18
              #parameters: []
            }
            +query: Symfony\Component\HttpFoundation\InputBag {#19
              #parameters: []
            }
            +server: Symfony\Component\HttpFoundation\ServerBag {#23
              #parameters: array:109 [ …109]
            }
            +files: Symfony\Component\HttpFoundation\FileBag {#22
              #parameters: []
            }
            +cookies: Symfony\Component\HttpFoundation\InputBag {#21
              #parameters: []
            }
            +headers: Symfony\Component\HttpFoundation\HeaderBag {#24
              #headers: array:21 [ …21]
              #cacheControl: array:1 [ …1]
            }
            #content: null
            #languages: null
            #charsets: null
            #encodings: null
            #acceptableContentTypes: null
            #pathInfo: "/de/devel/container/service/asset.js.collection_optimizer"
            #requestUri: "/de/devel/container/service/asset.js.collection_optimizer"
            #baseUrl: ""
            #basePath: ""
            #method: "GET"
            #format: "html"
            #session: Symfony\Component\HttpFoundation\Session\Session {#188
              #storage: Drupal\Core\Session\SessionManager {#197 …13}
              -flashName: "flashes"
              -attributeName: "attributes"
              -data: & array:2 [ …2]
              -usageIndex: & 3
              -usageReporter: null
            }
            #locale: null
            #defaultLocale: "en"
            -preferredFormat: null
            -isHostValid: true
            -isForwardedValid: true
            -isSafeContentPreferred: ? bool
            -trustedValuesCache: []
            -isIisRewrite: false
          }
          1 => Symfony\Component\HttpFoundation\Request {#17}
        ]
      }
      #currentUser: Drupal\Core\Session\AccountProxy {#232
        #account: Drupal\user\Entity\User {#1380
          #entityTypeId: "user"
          #enforceIsNew: null
          #typedData: Drupal\Core\Entity\Plugin\DataType\EntityAdapter {#1377
            #definition: Drupal\Core\Entity\TypedData\EntityDataDefinition {#1378 …3}
            #name: null
            #parent: null
            #_serviceIds: []
            #_entityStorages: []
            #stringTranslation: null
            #typedDataManager: null
            #entity: Drupal\user\Entity\User {#1380}
          }
          #cacheContexts: []
          #cacheTags: []
          #cacheMaxAge: -1
          #_serviceIds: []
          #_entityStorages: []
          #values: array:18 [
            "uid" => array:1 [ …1]
            "uuid" => array:1 [ …1]
            "langcode" => array:1 [ …1]
            "preferred_langcode" => array:1 [ …1]
            "preferred_admin_langcode" => array:1 [ …1]
            "name" => array:1 [ …1]
            "pass" => array:1 [ …1]
            "mail" => array:1 [ …1]
            "timezone" => array:1 [ …1]
            "status" => array:1 [ …1]
            "created" => array:1 [ …1]
            "changed" => array:1 [ …1]
            "access" => array:1 [ …1]
            "login" => array:1 [ …1]
            "init" => array:1 [ …1]
            "default_langcode" => array:1 [ …1]
            "roles" => array:1 [ …1]
            "field_fi_user" => array:1 [ …1]
          ]
          #fields: array:2 [
            "timezone" => array:1 [ …1]
            "roles" => array:1 [ …1]
          ]
          #fieldDefinitions: array:20 [
            "uid" => Drupal\Core\Field\BaseFieldDefinition {#1168 …7}
            "uuid" => Drupal\Core\Field\BaseFieldDefinition {#1172 …7}
            "langcode" => Drupal\Core\Field\BaseFieldDefinition {#1176 …7}
            "preferred_langcode" => Drupal\Core\Field\BaseFieldDefinition {#1180 …7}
            "preferred_admin_langcode" => Drupal\Core\Field\BaseFieldDefinition {#1184 …7}
            "name" => Drupal\Core\Field\BaseFieldDefinition {#1188 …7}
            "pass" => Drupal\Core\Field\BaseFieldDefinition {#1192 …7}
            "mail" => Drupal\Core\Field\BaseFieldDefinition {#1196 …7}
            "timezone" => Drupal\Core\Field\BaseFieldDefinition {#1200 …7}
            "status" => Drupal\Core\Field\BaseFieldDefinition {#1204 …7}
            "created" => Drupal\Core\Field\BaseFieldDefinition {#1210 …7}
            "changed" => Drupal\Core\Field\BaseFieldDefinition {#1214 …7}
            "access" => Drupal\Core\Field\BaseFieldDefinition {#1218 …7}
            "login" => Drupal\Core\Field\BaseFieldDefinition {#1222 …7}
            "init" => Drupal\Core\Field\BaseFieldDefinition {#1226 …7}
            "roles" => Drupal\Core\Field\BaseFieldDefinition {#1230 …7}
            "default_langcode" => Drupal\Core\Field\BaseFieldDefinition {#1234 …7}
            "field_fi_user" => Drupal\field\Entity\FieldConfig {#1240 …36}
            "field_fi_user_hashed" => Drupal\field\Entity\FieldConfig {#1241 …36}
            "user_picture" => Drupal\field\Entity\FieldConfig {#1242 …36}
          ]
          #languages: null
          #langcodeKey: "langcode"
          #defaultLangcodeKey: "default_langcode"
          #activeLangcode: "x-default"
          #enforceDefaultTranslation: null
          #defaultLangcode: "en"
          #translations: array:1 [
            "x-default" => array:2 [ …2]
          ]
          #translationInitialize: false
          #newRevision: false
          #isDefaultRevision: true
          #entityKeys: array:3 [
            "bundle" => "user"
            "id" => "1"
            "uuid" => "7c0e4ca5-af98-4826-8f0f-88704f0c2eb7"
          ]
          #translatableEntityKeys: array:2 [
            "langcode" => array:1 [ …1]
            "default_langcode" => array:1 [ …1]
          ]
          #validated: false
          #validationRequired: false
          #loadedRevisionId: null
          #revisionTranslationAffectedKey: "revision_translation_affected"
          #enforceRevisionTranslationAffected: []
          #isSyncing: false
        }
        #id: "1"
        #eventDispatcher: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher {#75 …3}
        #_serviceIds: []
        #_entityStorages: []
      }
    }
  }
  #themeManager: Drupal\Core\Theme\ThemeManager {#1442
    #themeNegotiator: Drupal\Core\Theme\ThemeNegotiator {#1450
      #negotiators: array:7 [
        0 => "theme.negotiator.ajax_base_page"
        1 => "theme.negotiator.block.admin_demo"
        2 => "theme.negotiator.system.batch"
        3 => "theme.negotiator.system.db_update"
        4 => "theme.negotiator.theme_switcher_negotiator"
        5 => "theme.negotiator.admin_theme"
        6 => "theme.negotiator.default"
      ]
      #themeAccess: Drupal\Core\Theme\ThemeAccessCheck {#1454
        #themeHandler: Drupal\Core\Extension\ThemeHandler {#1425
          #list: null
          #configFactory: Drupal\Core\Config\ConfigFactory {#249
            #storage: Drupal\Core\Config\CachedStorage {#244
              #storage: Drupal\Core\Config\DatabaseStorage {#243
                #connection: Drupal\mysql\Driver\Database\mysql\Connection {#31}
                #table: "config"
                #options: []
                #collection: ""
                #_serviceIds: []
                #_entityStorages: []
              }
              #cache: Drupal\Core\Cache\ChainedFastBackend {#245
                #bin: "cache_config"
                #consistentBackend: Drupal\Core\Cache\DatabaseBackend {#246
                  #maxRows: 5000
                  #bin: "cache_config"
                  #connection: Drupal\mysql\Driver\Database\mysql\Connection {#31}
                  #checksumProvider: Drupal\Core\Cache\DatabaseCacheTagsChecksum {#69
                    #connection: Drupal\mysql\Driver\Database\mysql\Connection {#31}
                    #invalidatedTags: []
                    #delayedTags: []
                    #tagCache: array:9 [
                      "locale" => "4"
                      "entity_types" => "1411"
                      "entity_field_info" => "817"
                      "user_values" => 0
                      "config:user.role.administrator" => "77"
                      "config:user.role.authenticated" => "81"
                      "access_policies" => 0
                      "route_match" => "1204"
                      "routes" => "1139"
                    ]
                  }
                  #serializer: Drupal\Component\Serialization\PhpSerialize {#71}
                  #time: Drupal\Component\Datetime\Time {#86
                    #requestStack: Symfony\Component\HttpFoundation\RequestStack {#37}
                    #proxyRequestTime: ? float
                  }
                }
                #fastBackend: Drupal\Core\Cache\ApcuBackend {#247
                  #bin: "config"
                  #sitePrefix: "drupal.apcu_backend.10.5.10..80b6965aec7291db7913bf79c7f041034dacf687e1557560fefd751ee662c586"
                  #binPrefix: "drupal.apcu_backend.10.5.10..80b6965aec7291db7913bf79c7f041034dacf687e1557560fefd751ee662c586::config::"
                  #checksumProvider: Drupal\Core\Cache\DatabaseCacheTagsChecksum {#69}
                  #time: Drupal\Component\Datetime\Time {#86}
                }
                #lastWriteTimestamp: 1781628116.877
              }
              #findByPrefixCache: array:1 [
                "language.entity." => array:4 [
                  0 => "language.entity.de"
                  1 => "language.entity.en"
                  2 => "language.entity.und"
                  3 => "language.entity.zxx"
                ]
              ]
              #_serviceIds: []
              #_entityStorages: []
            }
            #eventDispatcher: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher {#75 …3}
            #cache: array:9 [
              "rasch_fi_services.admin_settings:global_overrides:de" => Drupal\Core\Config\ImmutableConfig {#186
                #name: "rasch_fi_services.admin_settings"
                #data: array:20 [
                  "dependencies" => array:1 [ …1]
                  "corporate_actions_url" => "http://10.140.100.19/boersebase/jsp/utils/vdb.jsf?Action=InstrumentSummary&ShowSections=LatestCorporateActions"
                  "rasch_base_url" => "https://stage.cash.ch"
                  "rasch_image_base_url" => "https://stage.cash.ch"
                  "app_base_url" => "https://app.cash.ch"
                  "rasch_graphql_base_url" => "https://stage.cash.ch/_/api/graphql/prod"
                  "bzp_trade_base_url" => "'https://back-dynamic-links.ebanking.bankzweiplus.ch/link/?link=https://cash.ebanking.bankzweiplus.ch/"
                  "bzp_trade_base_url_mobile" => "https://back-dynamic-links.ebanking.bankzweiplus.ch/link/?link=https://cash.ebanking.bankzweiplus.ch/"
                  "caching" => array:1 [ …1]
                  "rewrite_map_fullquote" => """
                    fonds/ubs-irl-etf-plc-factor-msci-usa-prime-value-ucits-etf-29317239/swx/chf|fonds/ubs-irl-etf-plc-factor-msci-usa-prime-value-ucits-etf-29317239/swf/chf\r\n
                    aktien/bubu-1222171/swf/chf|aktien/abb-n-1222171/swx/chf\r\n
                    derivate/hscei-rbs-ct-1776065/swx/usd|derivate/hscei-rbs-ct-1776065/qmh/usd\r\n
                    aktien/relief-ther-hlg-n-10019113/swx/chf|aktien/relief-ther-hlg-rg-125112599/swx/chf\r\n
                    aktien/cs-group-n-1213853/swx/chf|aktien/ubs-group-n-24476758/swx/chf\r\n
                    aktien/santhera-pharm-hl-n-2714864/swx/chf|aktien/santhera-pharm-hl-n-127602882/swx/chf\r\n
                    kryptowaehrungen/btc-999999915312/9910014/usd|kryptowaehrungen/btc-999999915312/cccagg/usd\r\n
                    indizes/ftse-100-4583670/fti/usd|boerse
                    """
                  "alerts_activated" => 1
                  "portfolio_activated" => 1
                  "search_integration_partners" => "UBS,BAER,LEON"
                  "search_integration_partners_weight" => "2,1,1"
                  "rasch_cookie_instead_of_http_header" => 1
                  "rasch_forwarded_host_override" => "x-forwarded-host-override"
                  "rasch_user_service_host_mapping" => """
                    develop.cash.ch=dev.services.ras.dev\r\n
                    stage.cash.ch=stage.services.ras.dev\r\n
                    www.cash.ch=services.ras.dev\r\n
                    master.cash.ch=services.ras.dev\r\n
                    app.cash.ch=services.ras.dev\r\n
                    graphql.service.cash.ch=services.ras.dev
                    """
                  "integrations" => array:1 [ …1]
                  "search_integration_partners_app" => "BAER"
                  "search_integration_partners_weight_app" => "1"
                ]
                #_serviceIds: []
                #_entityStorages: []
                #cacheContexts: array:1 [
                  0 => "languages:language_interface"
                ]
                #cacheTags: []
                #cacheMaxAge: -1
                #storage: Drupal\Core\Config\CachedStorage {#244}
                #schemaWrapper: null
                #typedConfigManager: Drupal\Core\Config\TypedConfigManager {#251
                  #discovery: null
                  #factory: null
                  #mapper: null
                  #cacheKey: "typed_config_definitions"
                  #cacheTags: []
                  #alterHook: "config_schema_info"
                  #subdir: null
                  #moduleHandler: Drupal\Core\Extension\ModuleHandler {#39
                    #loadedFiles: array:83 [
                      "automated_cron" => true
                      "basic_auth" => true
                      "better_exposed_filters" => true
                      "block" => true
                      "block_content" => true
                      "breakpoint" => true
                      "comment" => true
                      "company_teaser" => true
                      "config" => true
                      "contact" => true
                      "contextual" => true
                      "datetime" => true
                      "dblog" => true
                      "devel" => true
                      "dp_import" => true
                      "dynamic_page_cache" => true
                      "editor" => true
                      "field" => true
                      "field_ui" => true
                      "file" => true
                      "filter" => true
                      "google_analytics" => true
                      "google_tag" => true
                      "help" => true
                      "history" => true
                      "http_client_manager" => true
                      "image" => true
                      "jquery_ui" => true
                      "jquery_ui_datepicker" => true
                      "jquery_ui_slider" => true
                      "jquery_ui_touch_punch" => true
                      "language" => true
                      "layout_builder" => true
                      "layout_discovery" => true
                      "link" => true
                      "locale" => true
                      "menu_link_content" => true
                      "menu_ui" => true
                      "mgt_transactions" => true
                      "migrate" => true
                      "migrate_import_tuned" => true
                      "migrate_plus" => true
                      "migrate_process_trim" => true
                      "migrate_source_csv" => true
                      "minifyhtml" => true
                      "mysql" => true
                      "node" => true
                      "options" => true
                      "path" => true
                      "path_alias" => true
                      "philoro" => true
                      "premarket" => true
                      "rasch_base" => true
                      "rasch_dg" => true
                      "rasch_fg" => true
                      "rasch_fi_services" => true
                      "rasch_mgt_transactions" => true
                      "rasch_trading" => true
                      "rasch_trendradar" => true
                      "rasch_ttmz" => true
                      "rasch_wikifolio" => true
                      "search" => true
                      "shortcut" => true
                      "solid" => true
                      "solid_rest" => true
                      "system" => true
                      "taxonomy" => true
                      "text" => true
                      "theme_switcher" => true
                      "thescreener" => true
                      "toolbar" => true
                      "tour" => true
                      "trendradar" => true
                      "twig_tweak" => true
                      "update" => true
                      "user" => true
                      "views_flipped_table" => true
                      "views_ui" => true
                      "wfg_msi" => true
                      "wikifolio" => true
                      "selective_better_exposed_filters" => true
                      "views" => true
                      "standard" => true
                    ]
                    #moduleList: array:83 [
                      "automated_cron" => Drupal\Core\Extension\Extension {#53
                        #type: "module"
                        #pathname: "core/modules/automated_cron/automated_cron.info.yml"
                        #filename: "automated_cron.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "basic_auth" => Drupal\Core\Extension\Extension {#63
                        #type: "module"
                        #pathname: "core/modules/basic_auth/basic_auth.info.yml"
                        #filename: "basic_auth.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "better_exposed_filters" => Drupal\Core\Extension\Extension {#59
                        #type: "module"
                        #pathname: "modules/contrib/better_exposed_filters/better_exposed_filters.info.yml"
                        #filename: "better_exposed_filters.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "block" => Drupal\Core\Extension\Extension {#77
                        #type: "module"
                        #pathname: "core/modules/block/block.info.yml"
                        #filename: "block.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "block_content" => Drupal\Core\Extension\Extension {#85
                        #type: "module"
                        #pathname: "core/modules/block_content/block_content.info.yml"
                        #filename: "block_content.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "breakpoint" => Drupal\Core\Extension\Extension {#82
                        #type: "module"
                        #pathname: "core/modules/breakpoint/breakpoint.info.yml"
                        #filename: "breakpoint.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "comment" => Drupal\Core\Extension\Extension {#83
                        #type: "module"
                        #pathname: "core/modules/comment/comment.info.yml"
                        #filename: "comment.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "company_teaser" => Drupal\Core\Extension\Extension {#84
                        #type: "module"
                        #pathname: "modules/custom/company_teaser/company_teaser.info.yml"
                        #filename: "company_teaser.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "config" => Drupal\Core\Extension\Extension {#81
                        #type: "module"
                        #pathname: "core/modules/config/config.info.yml"
                        #filename: "config.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "contact" => Drupal\Core\Extension\Extension {#79
                        #type: "module"
                        #pathname: "core/modules/contact/contact.info.yml"
                        #filename: "contact.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "contextual" => Drupal\Core\Extension\Extension {#74
                        #type: "module"
                        #pathname: "core/modules/contextual/contextual.info.yml"
                        #filename: "contextual.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "datetime" => Drupal\Core\Extension\Extension {#91
                        #type: "module"
                        #pathname: "core/modules/datetime/datetime.info.yml"
                        #filename: "datetime.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "dblog" => Drupal\Core\Extension\Extension {#100
                        #type: "module"
                        #pathname: "core/modules/dblog/dblog.info.yml"
                        #filename: "dblog.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "devel" => Drupal\Core\Extension\Extension {#101
                        #type: "module"
                        #pathname: "modules/contrib/devel/devel.info.yml"
                        #filename: "devel.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "dp_import" => Drupal\Core\Extension\Extension {#102
                        #type: "module"
                        #pathname: "modules/custom/rasch/dp_import/dp_import.info.yml"
                        #filename: "dp_import.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "dynamic_page_cache" => Drupal\Core\Extension\Extension {#103
                        #type: "module"
                        #pathname: "core/modules/dynamic_page_cache/dynamic_page_cache.info.yml"
                        #filename: "dynamic_page_cache.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "editor" => Drupal\Core\Extension\Extension {#104
                        #type: "module"
                        #pathname: "core/modules/editor/editor.info.yml"
                        #filename: "editor.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "field" => Drupal\Core\Extension\Extension {#105
                        #type: "module"
                        #pathname: "core/modules/field/field.info.yml"
                        #filename: "field.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "field_ui" => Drupal\Core\Extension\Extension {#106
                        #type: "module"
                        #pathname: "core/modules/field_ui/field_ui.info.yml"
                        #filename: "field_ui.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "file" => Drupal\Core\Extension\Extension {#107
                        #type: "module"
                        #pathname: "core/modules/file/file.info.yml"
                        #filename: "file.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "filter" => Drupal\Core\Extension\Extension {#108
                        #type: "module"
                        #pathname: "core/modules/filter/filter.info.yml"
                        #filename: "filter.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "google_analytics" => Drupal\Core\Extension\Extension {#109
                        #type: "module"
                        #pathname: "modules/contrib/google_analytics/google_analytics.info.yml"
                        #filename: "google_analytics.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "google_tag" => Drupal\Core\Extension\Extension {#110
                        #type: "module"
                        #pathname: "modules/contrib/google_tag/google_tag.info.yml"
                        #filename: "google_tag.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "help" => Drupal\Core\Extension\Extension {#111
                        #type: "module"
                        #pathname: "core/modules/help/help.info.yml"
                        #filename: "help.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "history" => Drupal\Core\Extension\Extension {#112
                        #type: "module"
                        #pathname: "core/modules/history/history.info.yml"
                        #filename: "history.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "http_client_manager" => Drupal\Core\Extension\Extension {#113
                        #type: "module"
                        #pathname: "modules/contrib/http_client_manager/http_client_manager.info.yml"
                        #filename: "http_client_manager.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "image" => Drupal\Core\Extension\Extension {#114
                        #type: "module"
                        #pathname: "core/modules/image/image.info.yml"
                        #filename: "image.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "jquery_ui" => Drupal\Core\Extension\Extension {#115
                        #type: "module"
                        #pathname: "modules/contrib/jquery_ui/jquery_ui.info.yml"
                        #filename: "jquery_ui.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "jquery_ui_datepicker" => Drupal\Core\Extension\Extension {#116
                        #type: "module"
                        #pathname: "modules/contrib/jquery_ui_datepicker/jquery_ui_datepicker.info.yml"
                        #filename: null
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "jquery_ui_slider" => Drupal\Core\Extension\Extension {#117
                        #type: "module"
                        #pathname: "modules/contrib/jquery_ui_slider/jquery_ui_slider.info.yml"
                        #filename: null
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "jquery_ui_touch_punch" => Drupal\Core\Extension\Extension {#118
                        #type: "module"
                        #pathname: "modules/contrib/jquery_ui_touch_punch/jquery_ui_touch_punch.info.yml"
                        #filename: "jquery_ui_touch_punch.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "language" => Drupal\Core\Extension\Extension {#119
                        #type: "module"
                        #pathname: "core/modules/language/language.info.yml"
                        #filename: "language.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "layout_builder" => Drupal\Core\Extension\Extension {#120
                        #type: "module"
                        #pathname: "core/modules/layout_builder/layout_builder.info.yml"
                        #filename: "layout_builder.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "layout_discovery" => Drupal\Core\Extension\Extension {#121
                        #type: "module"
                        #pathname: "core/modules/layout_discovery/layout_discovery.info.yml"
                        #filename: "layout_discovery.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "link" => Drupal\Core\Extension\Extension {#122
                        #type: "module"
                        #pathname: "core/modules/link/link.info.yml"
                        #filename: "link.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "locale" => Drupal\Core\Extension\Extension {#123
                        #type: "module"
                        #pathname: "core/modules/locale/locale.info.yml"
                        #filename: "locale.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "menu_link_content" => Drupal\Core\Extension\Extension {#124
                        #type: "module"
                        #pathname: "core/modules/menu_link_content/menu_link_content.info.yml"
                        #filename: "menu_link_content.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "menu_ui" => Drupal\Core\Extension\Extension {#125
                        #type: "module"
                        #pathname: "core/modules/menu_ui/menu_ui.info.yml"
                        #filename: "menu_ui.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "mgt_transactions" => Drupal\Core\Extension\Extension {#126
                        #type: "module"
                        #pathname: "modules/custom/mgt_transactions/mgt_transactions.info.yml"
                        #filename: null
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "migrate" => Drupal\Core\Extension\Extension {#127
                        #type: "module"
                        #pathname: "core/modules/migrate/migrate.info.yml"
                        #filename: "migrate.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "migrate_import_tuned" => Drupal\Core\Extension\Extension {#128
                        #type: "module"
                        #pathname: "modules/custom/migrate_import_tuned/migrate_import_tuned.info.yml"
                        #filename: "migrate_import_tuned.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "migrate_plus" => Drupal\Core\Extension\Extension {#129
                        #type: "module"
                        #pathname: "modules/contrib/migrate_plus/migrate_plus.info.yml"
                        #filename: "migrate_plus.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "migrate_process_trim" => Drupal\Core\Extension\Extension {#130
                        #type: "module"
                        #pathname: "modules/contrib/migrate_process_trim/migrate_process_trim.info.yml"
                        #filename: "migrate_process_trim.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "migrate_source_csv" => Drupal\Core\Extension\Extension {#131
                        #type: "module"
                        #pathname: "modules/contrib/migrate_source_csv/migrate_source_csv.info.yml"
                        #filename: null
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "minifyhtml" => Drupal\Core\Extension\Extension {#132
                        #type: "module"
                        #pathname: "modules/contrib/minifyhtml/minifyhtml.info.yml"
                        #filename: "minifyhtml.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "mysql" => Drupal\Core\Extension\Extension {#133
                        #type: "module"
                        #pathname: "core/modules/mysql/mysql.info.yml"
                        #filename: "mysql.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "node" => Drupal\Core\Extension\Extension {#134
                        #type: "module"
                        #pathname: "core/modules/node/node.info.yml"
                        #filename: "node.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "options" => Drupal\Core\Extension\Extension {#135
                        #type: "module"
                        #pathname: "core/modules/options/options.info.yml"
                        #filename: "options.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "path" => Drupal\Core\Extension\Extension {#136
                        #type: "module"
                        #pathname: "core/modules/path/path.info.yml"
                        #filename: "path.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "path_alias" => Drupal\Core\Extension\Extension {#137
                        #type: "module"
                        #pathname: "core/modules/path_alias/path_alias.info.yml"
                        #filename: null
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "philoro" => Drupal\Core\Extension\Extension {#138
                        #type: "module"
                        #pathname: "modules/custom/philoro/philoro.info.yml"
                        #filename: null
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "premarket" => Drupal\Core\Extension\Extension {#139
                        #type: "module"
                        #pathname: "modules/custom/premarket/premarket.info.yml"
                        #filename: null
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "rasch_base" => Drupal\Core\Extension\Extension {#140
                        #type: "module"
                        #pathname: "modules/custom/rasch/rasch_base/rasch_base.info.yml"
                        #filename: "rasch_base.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "rasch_dg" => Drupal\Core\Extension\Extension {#141
                        #type: "module"
                        #pathname: "modules/custom/rasch/rasch_dg/rasch_dg.info.yml"
                        #filename: "rasch_dg.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "rasch_fg" => Drupal\Core\Extension\Extension {#142
                        #type: "module"
                        #pathname: "modules/custom/rasch/rasch_fg/rasch_fg.info.yml"
                        #filename: "rasch_fg.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "rasch_fi_services" => Drupal\Core\Extension\Extension {#143
                        #type: "module"
                        #pathname: "modules/custom/rasch/rasch_fi_services/rasch_fi_services.info.yml"
                        #filename: "rasch_fi_services.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "rasch_mgt_transactions" => Drupal\Core\Extension\Extension {#144
                        #type: "module"
                        #pathname: "modules/custom/rasch/rasch_mgt_transactions/rasch_mgt_transactions.info.yml"
                        #filename: "rasch_mgt_transactions.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "rasch_trading" => Drupal\Core\Extension\Extension {#145
                        #type: "module"
                        #pathname: "modules/custom/rasch/rasch_trading/rasch_trading.info.yml"
                        #filename: "rasch_trading.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "rasch_trendradar" => Drupal\Core\Extension\Extension {#146
                        #type: "module"
                        #pathname: "modules/custom/rasch/rasch_trendradar/rasch_trendradar.info.yml"
                        #filename: "rasch_trendradar.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "rasch_ttmz" => Drupal\Core\Extension\Extension {#147
                        #type: "module"
                        #pathname: "modules/custom/rasch/rasch_ttmz/rasch_ttmz.info.yml"
                        #filename: "rasch_ttmz.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "rasch_wikifolio" => Drupal\Core\Extension\Extension {#148
                        #type: "module"
                        #pathname: "modules/custom/rasch/rasch_wikifolio/rasch_wikifolio.info.yml"
                        #filename: "rasch_wikifolio.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "search" => Drupal\Core\Extension\Extension {#149
                        #type: "module"
                        #pathname: "core/modules/search/search.info.yml"
                        #filename: "search.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "shortcut" => Drupal\Core\Extension\Extension {#150
                        #type: "module"
                        #pathname: "core/modules/shortcut/shortcut.info.yml"
                        #filename: "shortcut.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "solid" => Drupal\Core\Extension\Extension {#151
                        #type: "module"
                        #pathname: "modules/custom/solid/solid/solid.info.yml"
                        #filename: "solid.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "solid_rest" => Drupal\Core\Extension\Extension {#152
                        #type: "module"
                        #pathname: "modules/custom/solid/solid_rest/solid_rest.info.yml"
                        #filename: "solid_rest.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "system" => Drupal\Core\Extension\Extension {#153
                        #type: "module"
                        #pathname: "core/modules/system/system.info.yml"
                        #filename: "system.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "taxonomy" => Drupal\Core\Extension\Extension {#154
                        #type: "module"
                        #pathname: "core/modules/taxonomy/taxonomy.info.yml"
                        #filename: "taxonomy.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "text" => Drupal\Core\Extension\Extension {#155
                        #type: "module"
                        #pathname: "core/modules/text/text.info.yml"
                        #filename: "text.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "theme_switcher" => Drupal\Core\Extension\Extension {#156
                        #type: "module"
                        #pathname: "modules/contrib/theme_switcher/theme_switcher.info.yml"
                        #filename: "theme_switcher.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "thescreener" => Drupal\Core\Extension\Extension {#157
                        #type: "module"
                        #pathname: "modules/custom/thescreener/thescreener.info.yml"
                        #filename: "thescreener.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "toolbar" => Drupal\Core\Extension\Extension {#158
                        #type: "module"
                        #pathname: "core/modules/toolbar/toolbar.info.yml"
                        #filename: "toolbar.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "tour" => Drupal\Core\Extension\Extension {#159
                        #type: "module"
                        #pathname: "core/modules/tour/tour.info.yml"
                        #filename: "tour.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "trendradar" => Drupal\Core\Extension\Extension {#160
                        #type: "module"
                        #pathname: "modules/custom/trendradar/trendradar.info.yml"
                        #filename: null
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "twig_tweak" => Drupal\Core\Extension\Extension {#161
                        #type: "module"
                        #pathname: "modules/contrib/twig_tweak/twig_tweak.info.yml"
                        #filename: null
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "update" => Drupal\Core\Extension\Extension {#162
                        #type: "module"
                        #pathname: "core/modules/update/update.info.yml"
                        #filename: "update.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "user" => Drupal\Core\Extension\Extension {#163
                        #type: "module"
                        #pathname: "core/modules/user/user.info.yml"
                        #filename: "user.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "views_flipped_table" => Drupal\Core\Extension\Extension {#164
                        #type: "module"
                        #pathname: "modules/contrib/views_flipped_table/views_flipped_table.info.yml"
                        #filename: "views_flipped_table.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "views_ui" => Drupal\Core\Extension\Extension {#165
                        #type: "module"
                        #pathname: "core/modules/views_ui/views_ui.info.yml"
                        #filename: "views_ui.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "wfg_msi" => Drupal\Core\Extension\Extension {#166
                        #type: "module"
                        #pathname: "modules/custom/wfg_msi/wfg_msi.info.yml"
                        #filename: "wfg_msi.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "wikifolio" => Drupal\Core\Extension\Extension {#167
                        #type: "module"
                        #pathname: "modules/custom/wikifolio/wikifolio.info.yml"
                        #filename: "wikifolio.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "selective_better_exposed_filters" => Drupal\Core\Extension\Extension {#168
                        #type: "module"
                        #pathname: "modules/contrib/selective_better_exposed_filters/selective_better_exposed_filters.info.yml"
                        #filename: "selective_better_exposed_filters.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "views" => Drupal\Core\Extension\Extension {#169
                        #type: "module"
                        #pathname: "core/modules/views/views.info.yml"
                        #filename: "views.module"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                      "standard" => Drupal\Core\Extension\Extension {#170
                        #type: "profile"
                        #pathname: "core/profiles/standard/standard.info.yml"
                        #filename: "standard.profile"
                        #splFileInfo: null
                        #root: "/var/www/html/web"
                        +info: ? array
                      }
                    ]
                    #loaded: true
                    #implementations: array:98 [
                      "module_implements_alter" => array:1 [
                        "layout_builder" => false
                      ]
                      "migrate_prepare_row" => array:2 [
                        "migrate_plus" => false
                        "system" => false
                      ]
                      "migrate_philoro_prepare_row" => []
                      "entity_preload" => []
                      "query_alter" => array:1 [
                        "rasch_fi_services" => false
                      ]
                      "query_philoro_instrument_load_multiple_alter" => []
                      "entity_storage_load" => array:1 [
                        "comment" => false
                      ]
                      "philoro_instrument_storage_load" => []
                      "entity_load" => []
                      "philoro_instrument_load" => []
                      "philoro_instrument_presave" => []
                      "entity_presave" => array:2 [
                        "image" => false
                        "layout_builder" => false
                      ]
                      "philoro_instrument_update" => []
                      "entity_update" => array:1 [
                        "editor" => false
                      ]
                      "philoro_instrument_field_values_init" => []
                      "entity_field_values_init" => []
                      "philoro_instrument_create" => []
                      "entity_create" => []
                      "entity_query_alter" => []
                      "entity_query_user_alter" => []
                      "query_entity_query_alter" => []
                      "query_entity_query_user_alter" => []
                      "user_load" => []
                      "language_types_info" => []
                      "language_types_info_alter" => array:1 [
                        "language" => false
                      ]
                      "entity_query_theme_switcher_rule_alter" => []
                      "theme_switcher_rule_load" => []
                      "entity_query_block_alter" => []
                      "block_load" => []
                      "entity_access" => []
                      "block_access" => []
                      "block_build_alter" => []
                      "block_build_page_title_block_alter" => []
                      "block_view_alter" => []
                      "block_view_page_title_block_alter" => []
                      "block_build_local_tasks_block_alter" => []
                      "block_build_system_breadcrumb_block_alter" => []
                      "block_build_system_messages_block_alter" => []
                      "block_build_help_block_alter" => []
                      "block_build_local_actions_block_alter" => array:1 [
                        "block" => false
                      ]
                      "block_build_system_main_block_alter" => []
                      "block_view_system_main_block_alter" => array:1 [
                        "system" => false
                      ]
                      "page_attachments" => array:4 [
                        "contextual" => false
                        "google_analytics" => false
                        "google_tag" => false
                        "system" => false
                      ]
                      "entity_query_google_tag_container_alter" => []
                      "google_tag_container_load" => []
                      "file_url_alter" => []
                      "page_attachments_alter" => array:1 [
                        "devel" => false
                      ]
                      "page_top" => array:6 [
                        "block" => false
                        "google_tag" => false
                        "node" => false
                        "system" => false
                        "toolbar" => false
                        "update" => false
                      ]
                      "link_alter" => []
                      "page_bottom" => array:1 [
                        "tour" => false
                      ]
                      "entity_query_tour_alter" => []
                      "theme_suggestions_html" => array:1 [
                        "system" => false
                      ]
                      "theme_suggestions_alter" => array:1 [
                        "better_exposed_filters" => false
                      ]
                      "theme_suggestions_html_alter" => []
                      "template_preprocess_default_variables_alter" => array:1 [
                        "user" => false
                      ]
                      "theme_suggestions_page" => array:1 [
                        "system" => false
                      ]
                      "theme_suggestions_page_alter" => []
                      "block_view_system_breadcrumb_block_alter" => []
                      "system_breadcrumb_alter" => array:2 [
                        "layout_builder" => false
                        "menu_ui" => false
                      ]
                      "theme_suggestions_block" => array:1 [
                        "block" => false
                      ]
                      "theme_suggestions_block_alter" => array:1 [
                        "block_content" => false
                      ]
                      "theme_suggestions_breadcrumb" => []
                      "theme_suggestions_breadcrumb_alter" => []
                      "theme_suggestions_region" => array:1 [
                        "system" => false
                      ]
                      "theme_suggestions_region_alter" => []
                      "theme_suggestions_page_title" => []
                      "theme_suggestions_page_title_alter" => []
                      "shortcut_default_set" => []
                      "shortcut_set_load" => []
                      "entity_query_shortcut_alter" => []
                      "query_entity_query_shortcut_alter" => []
                      "shortcut_load" => []
                      "dp_product_load" => []
                      "rasch_trading_listing_load" => []
                      "block_view_local_tasks_block_alter" => []
                      "menu_local_tasks_alter" => array:1 [
                        "contact" => false
                      ]
                      "block_view_help_block_alter" => array:1 [
                        "help" => false
                      ]
                      "help" => array:53 [
                        "automated_cron" => false
                        "basic_auth" => false
                        "better_exposed_filters" => false
                        "block" => false
                        "block_content" => false
                        "breakpoint" => false
                        "comment" => false
                        "config" => false
                        "contact" => false
                        "contextual" => false
                        "datetime" => false
                        "dblog" => false
                        "devel" => false
                        "dynamic_page_cache" => false
                        "editor" => false
                        "field" => false
                        "field_ui" => false
                        "file" => false
                        "filter" => false
                        "google_analytics" => false
                        "google_tag" => false
                        "help" => false
                        "history" => false
                        "http_client_manager" => false
                        "image" => false
                        "jquery_ui" => false
                        "jquery_ui_touch_punch" => false
                        "language" => false
                        "layout_builder" => false
                        "layout_discovery" => false
                        "link" => false
                        "locale" => false
                        "menu_link_content" => false
                        "menu_ui" => false
                        "migrate" => false
                        "minifyhtml" => false
                        "mysql" => false
                        "node" => false
                        "options" => false
                        "path" => false
                        "search" => false
                        "shortcut" => false
                        "system" => false
                        "taxonomy" => false
                        "text" => false
                        "theme_switcher" => false
                        "toolbar" => false
                        "tour" => false
                        "update" => false
                        "user" => false
                        "views_ui" => false
                        "selective_better_exposed_filters" => false
                        "views" => false
                      ]
                      "block_view_local_actions_block_alter" => []
                      "theme_suggestions_off_canvas_page_wrapper" => []
                      "theme_suggestions_off_canvas_page_wrapper_alter" => []
                      "theme_suggestions_menu" => []
                      "theme_suggestions_menu_alter" => []
                      "theme_suggestions_links" => []
                      "theme_suggestions_links_alter" => []
                      "user_format_name_alter" => []
                      "js_settings_alter" => array:2 [
                        "system" => false
                        "user" => false
                      ]
                      "form_alter" => array:5 [
                        "field_ui" => false
                        "language" => false
                        "rasch_fg" => false
                        "rasch_fi_services" => false
                        "system" => false
                      ]
                      "form_user_logout_confirm_alter" => []
                      "theme_suggestions_confirm_form" => []
                      "theme_suggestions_confirm_form_alter" => []
                      "theme_suggestions_input" => []
                      "theme_suggestions_input_alter" => []
                      "theme_suggestions_container" => []
                      "theme_suggestions_container_alter" => array:1 [
                        "views" => false
                      ]
                      "theme_suggestions_form" => []
                      "theme_suggestions_form_alter" => []
                      "shortcut_set_access" => []
                    ]
                    #verified: array:10 [
                      "entity_query_alter" => true
                      "entity_query_user_alter" => true
                      "query_alter" => true
                      "query_entity_query_alter" => true
                      "query_entity_query_user_alter" => true
                      "entity_preload" => true
                      "entity_load" => true
                      "user_load" => true
                      "language_types_info" => true
                      "language_types_info_alter" => true
                    ]
                    #hookInfo: null
                    #cacheBackend: Drupal\Core\Cache\ChainedFastBackend {#51
                      #bin: "cache_bootstrap"
                      #consistentBackend: Drupal\Core\Cache\DatabaseBackend {#55
                        #maxRows: 5000
                        #bin: "cache_bootstrap"
                        #connection: Drupal\mysql\Driver\Database\mysql\Connection {#31}
                        #checksumProvider: Drupal\Core\Cache\DatabaseCacheTagsChecksum {#69}
                        #serializer: Drupal\Component\Serialization\PhpSerialize {#71}
                        #time: Drupal\Component\Datetime\Time {#86}
                      }
                      #fastBackend: Drupal\Core\Cache\ApcuBackend {#66
                        #bin: "bootstrap"
                        #sitePrefix: "drupal.apcu_backend.10.5.10..80b6965aec7291db7913bf79c7f041034dacf687e1557560fefd751ee662c586"
                        #binPrefix: "drupal.apcu_backend.10.5.10..80b6965aec7291db7913bf79c7f041034dacf687e1557560fefd751ee662c586::bootstrap::"
                        #checksumProvider: Drupal\Core\Cache\DatabaseCacheTagsChecksum {#69}
                        #time: Drupal\Component\Datetime\Time {#86}
                      }
                      #lastWriteTimestamp: 1781629308.065
                    }
                    #cacheNeedsWriting: false
                    #alterFunctions: array:3 [
                      "entity_query,entity_query_user" => []
                      "query,query_entity_query,query_entity_query_user" => array:1 [
                        0 => "rasch_fi_services_query_alter"
                      ]
                      "language_types_info" => array:1 [
                        0 => "language_language_types_info_alter"
                      ]
                    ]
                    #root: "/var/www/html/web"
                    #includeFileKeys: []
                  }
                  #moduleExtensionList: ? ?Drupal\Core\Extension\ModuleExtensionList
                  #defaults: []
                  #pluginDefinitionAnnotationName: null
                  #pluginDefinitionAttributeName: null
                  #pluginInterface: null
                  #namespaces: null
                  #additionalAnnotationNamespaces: []
                  #definitions: null
                  #cacheBackend: Drupal\Core\Cache\ChainedFastBackend {#252
                    #bin: "cache_discovery"
                    #consistentBackend: Drupal\Core\Cache\DatabaseBackend {#255
                      #maxRows: 5000
                      #bin: "cache_discovery"
                      #connection: Drupal\mysql\Driver\Database\mysql\Connection {#31}
                      #checksumProvider: Drupal\Core\Cache\DatabaseCacheTagsChecksum {#69}
                      #serializer: Drupal\Component\Serialization\PhpSerialize {#71}
                      #time: Drupal\Component\Datetime\Time {#86}
                    }
                    #fastBackend: Drupal\Core\Cache\ApcuBackend {#256
                      #bin: "discovery"
                      #sitePrefix: "drupal.apcu_backend.10.5.10..80b6965aec7291db7913bf79c7f041034dacf687e1557560fefd751ee662c586"
                      #binPrefix: "drupal.apcu_backend.10.5.10..80b6965aec7291db7913bf79c7f041034dacf687e1557560fefd751ee662c586::discovery::"
                      #checksumProvider: Drupal\Core\Cache\DatabaseCacheTagsChecksum {#69}
                      #time: Drupal\Component\Datetime\Time {#86}
                    }
                    #lastWriteTimestamp: 1781628844.83
                  }
                  #useCaches: true
                  #validator: null
                  #constraintManager: Drupal\Core\Validation\ConstraintManager {#261
                    #discovery: null
                    #factory: Drupal\Core\Validation\ConstraintFactory {#262
                      #discovery: Drupal\Core\Validation\ConstraintManager {#261}
                      #interface: null
                    }
                    #mapper: null
                    #cacheKey: "validation_constraint_plugins"
                    #cacheTags: []
                    #alterHook: "validation_constraint"
                    #subdir: "Plugin/Validation/Constraint"
                    #moduleHandler: Drupal\Core\Extension\ModuleHandler {#39}
                    #moduleExtensionList: ? ?Drupal\Core\Extension\ModuleExtensionList
                    #defaults: []
                    #pluginDefinitionAnnotationName: "Drupal\Core\Validation\Annotation\Constraint"
                    #pluginDefinitionAttributeName: "Drupal\Core\Validation\Attribute\Constraint"
                    #pluginInterface: null
                    #namespaces: ArrayObject {#263
                      storage: array:100 [ …100]
                      flag::STD_PROP_LIST: false
                      flag::ARRAY_AS_PROPS: false
                      iteratorClass: "ArrayIterator"
                    }
                    #additionalAnnotationNamespaces: []
                    #definitions: null
                    #cacheBackend: Drupal\Core\Cache\ChainedFastBackend {#252}
                    #useCaches: true
                  }
                  #prototypes: []
                  #classResolver: Drupal\Core\DependencyInjection\ClassResolver {#80
                    #container: Drupal\Core\DependencyInjection\Container {#40 …7}
                    #_serviceIds: []
                    #_entityStorages: []
                  }
                  #_serviceIds: []
                  #_entityStorages: []
                  #configStorage: Drupal\Core\Config\CachedStorage {#244}
                  #schemaStorage: Drupal\Core\Config\ExtensionInstallStorage {#253
                    #collection: ""
                    #directory: "config/schema"
                    #fileCache: Drupal\Component\FileCache\FileCache {#254
                      #prefix: "drupal.file_cache.10.5.10..901606dad9326fd6a28e8a9cc520ffc219a60c68b128efda0b69cee402cdf448"
                      #collection: "config"
                      #cache: null
                    }
                    #folders: null
                    #configStorage: Drupal\Core\Config\CachedStorage {#244}
                    #includeProfile: true
                    #installProfile: "standard"
                  }
                }
                #isNew: false
                #originalData: array:20 [
                  "dependencies" => array:1 [ …1]
                  "corporate_actions_url" => "http://10.140.100.19/boersebase/jsp/utils/vdb.jsf?Action=InstrumentSummary&ShowSections=LatestCorporateActions"
                  "rasch_base_url" => "https://stage.cash.ch"
                  "rasch_image_base_url" => "https://stage.cash.ch"
                  "app_base_url" => "https://app.cash.ch"
                  "rasch_graphql_base_url" => "https://stage.cash.ch/_/api/graphql/prod"
                  "bzp_trade_base_url" => "'https://back-dynamic-links.ebanking.bankzweiplus.ch/link/?link=https://cash.ebanking.bankzweiplus.ch/"
                  "bzp_trade_base_url_mobile" => "https://back-dynamic-links.ebanking.bankzweiplus.ch/link/?link=https://cash.ebanking.bankzweiplus.ch/"
                  "caching" => array:1 [ …1]
                  "rewrite_map_fullquote" => """
                    fonds/ubs-irl-etf-plc-factor-msci-usa-prime-value-ucits-etf-29317239/swx/chf|fonds/ubs-irl-etf-plc-factor-msci-usa-prime-value-ucits-etf-29317239/swf/chf\r\n
                    aktien/bubu-1222171/swf/chf|aktien/abb-n-1222171/swx/chf\r\n
                    derivate/hscei-rbs-ct-1776065/swx/usd|derivate/hscei-rbs-ct-1776065/qmh/usd\r\n
                    aktien/relief-ther-hlg-n-10019113/swx/chf|aktien/relief-ther-hlg-rg-125112599/swx/chf\r\n
                    aktien/cs-group-n-1213853/swx/chf|aktien/ubs-group-n-24476758/swx/chf\r\n
                    aktien/santhera-pharm-hl-n-2714864/swx/chf|aktien/santhera-pharm-hl-n-127602882/swx/chf\r\n
                    kryptowaehrungen/btc-999999915312/9910014/usd|kryptowaehrungen/btc-999999915312/cccagg/usd\r\n
                    indizes/ftse-100-4583670/fti/usd|boerse
                    """
                  "alerts_activated" => 1
                  "portfolio_activated" => 1
                  "search_integration_partners" => "UBS,BAER,LEON"
                  "search_integration_partners_weight" => "2,1,1"
                  "rasch_cookie_instead_of_http_header" => 1
                  "rasch_forwarded_host_override" => "x-forwarded-host-override"
                  "rasch_user_service_host_mapping" => """
                    develop.cash.ch=dev.services.ras.dev\r\n
                    stage.cash.ch=stage.services.ras.dev\r\n
                    www.cash.ch=services.ras.dev\r\n
                    master.cash.ch=services.ras.dev\r\n
                    app.cash.ch=services.ras.dev\r\n
                    graphql.service.cash.ch=services.ras.dev
                    """
                  "integrations" => array:1 [ …1]
                  "search_integration_partners_app" => "BAER"
                  "search_integration_partners_weight_app" => "1"
                ]
                #eventDispatcher: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher {#75 …3}
                #overriddenData: array:20 [
                  "dependencies" => array:1 [ …1]
                  "corporate_actions_url" => "http://10.140.100.19/boersebase/jsp/utils/vdb.jsf?Action=InstrumentSummary&ShowSections=LatestCorporateActions"
                  "rasch_base_url" => "https://stage.cash.ch"
                  "rasch_image_base_url" => "https://stage.cash.ch"
                  "app_base_url" => "https://app.cash.ch"
                  "rasch_graphql_base_url" => "https://stage.cash.ch/_/api/graphql/prod"
                  "bzp_trade_base_url" => "'https://back-dynamic-links.ebanking.bankzweiplus.ch/link/?link=https://cash.ebanking.bankzweiplus.ch/"
                  "bzp_trade_base_url_mobile" => "https://back-dynamic-links.ebanking.bankzweiplus.ch/link/?link=https://cash.ebanking.bankzweiplus.ch/"
                  "caching" => array:1 [ …1]
                  "rewrite_map_fullquote" => """
                    fonds/ubs-irl-etf-plc-factor-msci-usa-prime-value-ucits-etf-29317239/swx/chf|fonds/ubs-irl-etf-plc-factor-msci-usa-prime-value-ucits-etf-29317239/swf/chf\r\n
                    aktien/bubu-1222171/swf/chf|aktien/abb-n-1222171/swx/chf\r\n
                    derivate/hscei-rbs-ct-1776065/swx/usd|derivate/hscei-rbs-ct-1776065/qmh/usd\r\n
                    aktien/relief-ther-hlg-n-10019113/swx/chf|aktien/relief-ther-hlg-rg-125112599/swx/chf\r\n
                    aktien/cs-group-n-1213853/swx/chf|aktien/ubs-group-n-24476758/swx/chf\r\n
                    aktien/santhera-pharm-hl-n-2714864/swx/chf|aktien/santhera-pharm-hl-n-127602882/swx/chf\r\n
                    kryptowaehrungen/btc-999999915312/9910014/usd|kryptowaehrungen/btc-999999915312/cccagg/usd\r\n
                    indizes/ftse-100-4583670/fti/usd|boerse
                    """
                  "alerts_activated" => 1
                  "portfolio_activated" => 1
                  "search_integration_partners" => "UBS,BAER,LEON"
                  "search_integration_partners_weight" => "2,1,1"
                  "rasch_cookie_instead_of_http_header" => 1
                  "rasch_forwarded_host_override" => "x-forwarded-host-override"
                  "rasch_user_service_host_mapping" => """
                    develop.cash.ch=dev.services.ras.dev\r\n
                    stage.cash.ch=stage.services.ras.dev\r\n
                    www.cash.ch=services.ras.dev\r\n
                    master.cash.ch=services.ras.dev\r\n
                    app.cash.ch=services.ras.dev\r\n
                    graphql.service.cash.ch=services.ras.dev
                    """
                  "integrations" => array:1 [ …1]
                  "search_integration_partners_app" => "BAER"
                  "search_integration_partners_weight_app" => "1"
                ]
                #moduleOverrides: null
                #settingsOverrides: null
              }
              "language.entity.de:global_overrides:de" => Drupal\Core\Config\ImmutableConfig {#1142
                #name: "language.entity.de"
                #data: array:9 [
                  "uuid" => "dc5d66de-f56c-4c6c-97d5-80a8fa94073c"
                  "langcode" => "en"
                  "status" => true
                  "dependencies" => []
                  "id" => "de"
                  "label" => "German"
                  "direction" => "ltr"
                  "weight" => 1
                  "locked" => false
                ]
                #_serviceIds: []
                #_entityStorages: []
                #cacheContexts: array:1 [
                  0 => "languages:language_interface"
                ]
                #cacheTags: []
                #cacheMaxAge: -1
                #storage: Drupal\Core\Config\CachedStorage {#244}
                #schemaWrapper: null
                #typedConfigManager: Drupal\Core\Config\TypedConfigManager {#251}
                #isNew: false
                #originalData: array:9 [
                  "uuid" => "dc5d66de-f56c-4c6c-97d5-80a8fa94073c"
                  "langcode" => "en"
                  "status" => true
                  "dependencies" => []
                  "id" => "de"
                  "label" => "German"
                  "direction" => "ltr"
                  "weight" => 1
                  "locked" => false
                ]
                #eventDispatcher: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher {#75 …3}
                #overriddenData: array:9 [
                  "uuid" => "dc5d66de-f56c-4c6c-97d5-80a8fa94073c"
                  "langcode" => "en"
                  "status" => true
                  "dependencies" => []
                  "id" => "de"
                  "label" => "Deutsch"
                  "direction" => "ltr"
                  "weight" => 1
                  "locked" => false
                ]
                #moduleOverrides: array:1 [
                  "label" => "Deutsch"
                ]
                #settingsOverrides: null
              }
              "language.entity.en:global_overrides:de" => Drupal\Core\Config\ImmutableConfig {#1143
                #name: "language.entity.en"
                #data: array:10 [
                  "uuid" => "95770023-4230-491f-b543-ca396e2f9d8f"
                  "langcode" => "en"
                  "status" => true
                  "dependencies" => []
                  "_core" => array:1 [ …1]
                  "id" => "en"
                  "label" => "English"
                  "direction" => "ltr"
                  "weight" => 0
                  "locked" => false
                ]
                #_serviceIds: []
                #_entityStorages: []
                #cacheContexts: array:1 [
                  0 => "languages:language_interface"
                ]
                #cacheTags: []
                #cacheMaxAge: -1
                #storage: Drupal\Core\Config\CachedStorage {#244}
                #schemaWrapper: null
                #typedConfigManager: Drupal\Core\Config\TypedConfigManager {#251}
                #isNew: false
                #originalData: array:10 [
                  "uuid" => "95770023-4230-491f-b543-ca396e2f9d8f"
                  "langcode" => "en"
                  "status" => true
                  "dependencies" => []
                  "_core" => array:1 [ …1]
                  "id" => "en"
                  "label" => "English"
                  "direction" => "ltr"
                  "weight" => 0
                  "locked" => false
                ]
                #eventDispatcher: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher {#75 …3}
                #overriddenData: array:10 [
                  "uuid" => "95770023-4230-491f-b543-ca396e2f9d8f"
                  "langcode" => "en"
                  "status" => true
                  "dependencies" => []
                  "_core" => array:1 [ …1]
                  "id" => "en"
                  "label" => "Englisch"
                  "direction" => "ltr"
                  "weight" => 0
                  "locked" => false
                ]
                #moduleOverrides: array:1 [
                  "label" => "Englisch"
                ]
                #settingsOverrides: null
              }
              "language.entity.und:global_overrides:de" => Drupal\Core\Config\ImmutableConfig {#1144
                #name: "language.entity.und"
                #data: array:10 [
                  "uuid" => "a0dff196-aa42-4f93-9d1c-6b31a2fe83af"
                  "langcode" => "en"
                  "status" => true
                  "dependencies" => []
                  "_core" => array:1 [ …1]
                  "id" => "und"
                  "label" => "Not specified"
                  "direction" => "ltr"
                  "weight" => 2
                  "locked" => true
                ]
                #_serviceIds: []
                #_entityStorages: []
                #cacheContexts: array:1 [
                  0 => "languages:language_interface"
                ]
                #cacheTags: []
                #cacheMaxAge: -1
                #storage: Drupal\Core\Config\CachedStorage {#244}
                #schemaWrapper: null
                #typedConfigManager: Drupal\Core\Config\TypedConfigManager {#251}
                #isNew: false
                #originalData: array:10 [
                  "uuid" => "a0dff196-aa42-4f93-9d1c-6b31a2fe83af"
                  "langcode" => "en"
                  "status" => true
                  "dependencies" => []
                  "_core" => array:1 [ …1]
                  "id" => "und"
                  "label" => "Not specified"
                  "direction" => "ltr"
                  "weight" => 2
                  "locked" => true
                ]
                #eventDispatcher: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher {#75 …3}
                #overriddenData: array:10 [
                  "uuid" => "a0dff196-aa42-4f93-9d1c-6b31a2fe83af"
                  "langcode" => "en"
                  "status" => true
                  "dependencies" => []
                  "_core" => array:1 [ …1]
                  "id" => "und"
                  "label" => "Nicht angegeben"
                  "direction" => "ltr"
                  "weight" => 2
                  "locked" => true
                ]
                #moduleOverrides: array:1 [
                  "label" => "Nicht angegeben"
                ]
                #settingsOverrides: null
              }
              "language.entity.zxx:global_overrides:de" => Drupal\Core\Config\ImmutableConfig {#1145
                #name: "language.entity.zxx"
                #data: array:10 [
                  "uuid" => "e9838272-4b25-492f-abfd-c26dfa9a13a1"
                  "langcode" => "en"
                  "status" => true
                  "dependencies" => []
                  "_core" => array:1 [ …1]
                  "id" => "zxx"
                  "label" => "Not applicable"
                  "direction" => "ltr"
                  "weight" => 3
                  "locked" => true
                ]
                #_serviceIds: []
                #_entityStorages: []
                #cacheContexts: array:1 [
                  0 => "languages:language_interface"
                ]
                #cacheTags: []
                #cacheMaxAge: -1
                #storage: Drupal\Core\Config\CachedStorage {#244}
                #schemaWrapper: null
                #typedConfigManager: Drupal\Core\Config\TypedConfigManager {#251}
                #isNew: false
                #originalData: array:10 [
                  "uuid" => "e9838272-4b25-492f-abfd-c26dfa9a13a1"
                  "langcode" => "en"
                  "status" => true
                  "dependencies" => []
                  "_core" => array:1 [ …1]
                  "id" => "zxx"
                  "label" => "Not applicable"
                  "direction" => "ltr"
                  "weight" => 3
                  "locked" => true
                ]
                #eventDispatcher: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher {#75 …3}
                #overriddenData: array:10 [
                  "uuid" => "e9838272-4b25-492f-abfd-c26dfa9a13a1"
                  "langcode" => "en"
                  "status" => true
                  "dependencies" => []
                  "_core" => array:1 [ …1]
                  "id" => "zxx"
                  "label" => "Nicht zutreffend"
                  "direction" => "ltr"
                  "weight" => 3
                  "locked" => true
                ]
                #moduleOverrides: array:1 [
                  "label" => "Nicht zutreffend"
                ]
                #settingsOverrides: null
              }
              "language.types:global_overrides:de" => Drupal\Core\Config\ImmutableConfig {#1138
                #name: "language.types"
                #data: array:4 [
                  "_core" => array:1 [ …1]
                  "all" => array:3 [ …3]
                  "configurable" => array:1 [ …1]
                  "negotiation" => array:3 [ …3]
                ]
                #_serviceIds: []
                #_entityStorages: []
                #cacheContexts: array:1 [
                  0 => "languages:language_interface"
                ]
                #cacheTags: []
                #cacheMaxAge: -1
                #storage: Drupal\Core\Config\CachedStorage {#244}
                #schemaWrapper: null
                #typedConfigManager: Drupal\Core\Config\TypedConfigManager {#251}
                #isNew: false
                #originalData: array:4 [
                  "_core" => array:1 [ …1]
                  "all" => array:3 [ …3]
                  "configurable" => array:1 [ …1]
                  "negotiation" => array:3 [ …3]
                ]
                #eventDispatcher: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher {#75 …3}
                #overriddenData: array:4 [
                  "_core" => array:1 [ …1]
                  "all" => array:3 [ …3]
                  "configurable" => array:1 [ …1]
                  "negotiation" => array:3 [ …3]
                ]
                #moduleOverrides: null
                #settingsOverrides: null
              }
              "language.negotiation:global_overrides:de" => Drupal\Core\Config\ImmutableConfig {#1165
                #name: "language.negotiation"
                #data: array:4 [
                  "_core" => array:1 [ …1]
                  "session" => array:1 [ …1]
                  "url" => array:3 [ …3]
                  "selected_langcode" => "site_default"
                ]
                #_serviceIds: []
                #_entityStorages: []
                #cacheContexts: array:1 [
                  0 => "languages:language_interface"
                ]
                #cacheTags: []
                #cacheMaxAge: -1
                #storage: Drupal\Core\Config\CachedStorage {#244}
                #schemaWrapper: null
                #typedConfigManager: Drupal\Core\Config\TypedConfigManager {#251}
                #isNew: false
                #originalData: array:4 [
                  "_core" => array:1 [ …1]
                  "session" => array:1 [ …1]
                  "url" => array:3 [ …3]
                  "selected_langcode" => "site_default"
                ]
                #eventDispatcher: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher {#75 …3}
                #overriddenData: array:4 [
                  "_core" => array:1 [ …1]
                  "session" => array:1 [ …1]
                  "url" => array:3 [ …3]
                  "selected_langcode" => "site_default"
                ]
                #moduleOverrides: null
                #settingsOverrides: null
              }
              "system.date:global_overrides:de" => Drupal\Core\Config\ImmutableConfig {#1273
                #name: "system.date"
                #data: array:4 [
                  "_core" => array:1 [ …1]
                  "first_day" => 0
                  "country" => array:1 [ …1]
                  "timezone" => array:2 [ …2]
                ]
                #_serviceIds: []
                #_entityStorages: []
                #cacheContexts: array:1 [
                  0 => "languages:language_interface"
                ]
                #cacheTags: []
                #cacheMaxAge: -1
                #storage: Drupal\Core\Config\CachedStorage {#244}
                #schemaWrapper: null
                #typedConfigManager: Drupal\Core\Config\TypedConfigManager {#251}
                #isNew: false
                #originalData: array:4 [
                  "_core" => array:1 [ …1]
                  "first_day" => 0
                  "country" => array:1 [ …1]
                  "timezone" => array:2 [ …2]
                ]
                #eventDispatcher: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher {#75 …3}
                #overriddenData: array:4 [
                  "_core" => array:1 [ …1]
                  "first_day" => 0
                  "country" => array:1 [ …1]
                  "timezone" => array:2 [ …2]
                ]
                #moduleOverrides: null
                #settingsOverrides: null
              }
              "devel.settings:global_overrides:de" => Drupal\Core\Config\ImmutableConfig {#1391
                #name: "devel.settings"
                #data: array:10 [
                  "_core" => array:1 [ …1]
                  "page_alter" => false
                  "raw_names" => false
                  "error_handlers" => array:1 [ …1]
                  "rebuild_theme" => false
                  "debug_mail_file_format" => "%to-%subject-%datetime.mail.txt"
                  "debug_mail_directory" => "temporary://devel-mails"
                  "devel_dumper" => "var_dumper"
                  "debug_logfile" => "temporary://drupal_debug.txt"
                  "debug_pre" => false
                ]
                #_serviceIds: []
                #_entityStorages: []
                #cacheContexts: array:1 [
                  0 => "languages:language_interface"
                ]
                #cacheTags: []
                #cacheMaxAge: -1
                #storage: Drupal\Core\Config\CachedStorage {#244}
                #schemaWrapper: null
                #typedConfigManager: Drupal\Core\Config\TypedConfigManager {#251}
                #isNew: false
                #originalData: array:10 [
                  "_core" => array:1 [ …1]
                  "page_alter" => false
                  "raw_names" => false
                  "error_handlers" => array:1 [ …1]
                  "rebuild_theme" => false
                  "debug_mail_file_format" => "%to-%subject-%datetime.mail.txt"
                  "debug_mail_directory" => "temporary://devel-mails"
                  "devel_dumper" => "var_dumper"
                  "debug_logfile" => "temporary://drupal_debug.txt"
                  "debug_pre" => false
                ]
                #eventDispatcher: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher {#75 …3}
                #overriddenData: array:10 [
                  "_core" => array:1 [ …1]
                  "page_alter" => false
                  "raw_names" => false
                  "error_handlers" => array:1 [ …1]
                  "rebuild_theme" => false
                  "debug_mail_file_format" => "%to-%subject-%datetime.mail.txt"
                  "debug_mail_directory" => "temporary://devel-mails"
                  "devel_dumper" => "var_dumper"
                  "debug_logfile" => "temporary://drupal_debug.txt"
                  "debug_pre" => false
                ]
                #moduleOverrides: null
                #settingsOverrides: null
              }
            ]
            #typedConfigManager: Drupal\Core\Config\TypedConfigManager {#251}
            #configFactoryOverrides: array:1 [
              0 => Drupal\language\Config\LanguageConfigFactoryOverride {#239
                #baseStorage: Drupal\Core\Config\CachedStorage {#244}
                #storages: array:1 [
                  "de" => Drupal\Core\Config\CachedStorage {#183
                    #storage: Drupal\Core\Config\DatabaseStorage {#45 …6}
                    #cache: Drupal\Core\Cache\ChainedFastBackend {#245}
                    #findByPrefixCache: []
                    #_serviceIds: []
                    #_entityStorages: []
                  }
                ]
                #typedConfigManager: Drupal\Core\Config\TypedConfigManager {#251}
                #eventDispatcher: Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher {#75 …3}
                #language: Drupal\Core\Language\Language {#1164
                  #name: "Deutsch"
                  #id: "de"
                  #direction: "ltr"
                  #weight: 1
                  #locked: false
                }
              }
            ]
          }
          #themeList: Drupal\Core\Extension\ThemeExtensionList {#1435
            #type: "theme"
            #root: "/var/www/html/web"
            #cache: Drupal\Core\Cache\DatabaseBackend {#283
              #maxRows: 5000
              #bin: "cache_default"
              #connection: Drupal\mysql\Driver\Database\mysql\Connection {#31}
              #checksumProvider: Drupal\Core\Cache\DatabaseCacheTagsChecksum {#69}
              #serializer: Drupal\Component\Serialization\PhpSerialize {#71}
              #time: Drupal\Component\Datetime\Time {#86}
            }
            #defaults: array:11 [
              "engine" => "twig"
              "regions" => array:12 [ …12]
              "description" => ""
              "features" => array:5 [ …5]
              "screenshot" => "screenshot.png"
              "version" => null
              "php" => "8.1.0"
              "libraries" => []
              "libraries_extend" => []
              "libraries_override" => []
              "dependencies" => []
            ]
            #infoParser: Drupal\Core\Extension\InfoParser {#1432
              #root: "/var/www/html/web"
              #fileCache: Drupal\Component\FileCache\FileCache {#1433
                #prefix: "drupal.file_cache.10.5.10..901606dad9326fd6a28e8a9cc520ffc219a60c68b128efda0b69cee402cdf448"
                #collection: "info_parser"
                #cache: Drupal\Component\FileCache\ApcuFileCacheBackend {#1434}
              }
            }
            #moduleHandler: Drupal\Core\Extension\ModuleHandler {#39}
            #extensions: null
            #extensionInfo: null
            #pathNames: null
            #addedPathNames: []
            #state: Drupal\Core\State\State {#204
              #cid: "state"
              #tags: []
              #cache: Drupal\Core\Cache\ChainedFastBackend {#51}
              #lock: Drupal\Core\ProxyClass\Lock\DatabaseLockBackend {#206
                #drupalProxyOriginalServiceId: "drupal.proxy_original_service.lock"
                #service: null
                #container: Drupal\Core\DependencyInjection\Container {#40 …7}
                #_serviceIds: []
                #_entityStorages: []
              }
              #keysToPersist: []
              #keysToRemove: []
              #storage: array:11 [
                "routing.menu_masks.router" => array:61 [ …61]
                "system.maintenance_mode" => false
                "routing.non_admin_routes" => array:551 [ …551]
                "twig_extension_hash_prefix" => array:2 [ …2]
                "system.private_key" => "ta5R0DsuHXO9VA5PGdEqSv4LCfFxfNoR9Ne6UoeJDTOsJ1YhaYmPvEAVg7W6sQczEjOmvqUKoQ"
                "system.theme.files" => array:8 [ …8]
                "asset.css_js_query_string" => "tgqgwl"
                "node.node_access_needs_rebuild" => null
                "views.view_route_names" => array:24 [ …24]
                "locale.translation.formulae" => null
                "config.checkpoints" => null
              ]
              #cacheCreated: 1781629309.621
              #cacheInvalidated: false
              #cacheLoaded: true
              #keyValueStore: Drupal\Core\KeyValueStore\DatabaseStorage {#203
                #collection: "state"
                #serializer: Drupal\Component\Serialization\PhpSerialize {#71}
                #connection: Drupal\mysql\Driver\Database\mysql\Connection {#31}
                #table: "key_value"
                #_serviceIds: []
                #_entityStorages: []
              }
            }
            #installProfile: "standard"
            #configFactory: Drupal\Core\Config\ConfigFactory {#249}
            #engineList: Drupal\Core\Extension\ThemeEngineExtensionList {#1440
              #type: "theme_engine"
              #root: "/var/www/html/web"
              #cache: Drupal\Core\Cache\DatabaseBackend {#283}
              #defaults: array:5 [ …5]
              #infoParser: Drupal\Core\Extension\InfoParser {#1432}
              #moduleHandler: Drupal\Core\Extension\ModuleHandler {#39}
              #extensions: null
              #extensionInfo: null
              #pathNames: null
              #addedPathNames: []
              #state: Drupal\Core\State\State {#204}
              #installProfile: "standard"
            }
            #installedThemes: null
          }
          #root: "/var/www/html/web"
        }
      }
      #classResolver: Drupal\Core\DependencyInjection\ClassResolver {#80}
    }
    #themeRegistry: Drupal\Core\Theme\Registry {#1437
      #theme: null
      #lock: Drupal\Core\ProxyClass\Lock\DatabaseLockBackend {#206}
      #registry: []
      #cache: Drupal\Core\Cache\DatabaseBackend {#283}
      #moduleHandler: Drupal\Core\Extension\ModuleHandler {#39}
      #runtimeRegistry: []
      #initialized: false
      #themeName: null
      #root: "/var/www/html/web"
      #themeHandler: Drupal\Core\Extension\ThemeHandler {#1425}
      #themeInitialization: Drupal\Core\Theme\ThemeInitialization {#1443
        #themeHandler: Drupal\Core\Extension\ThemeHandler {#1425}
        #cache: Drupal\Core\Cache\ChainedFastBackend {#51}
        #root: "/var/www/html/web"
        #extensions: null
        #moduleHandler: Drupal\Core\Extension\ModuleHandler {#39}
      }
      #themeManager: Drupal\Core\Theme\ThemeManager {#1442}
      #runtimeCache: Drupal\Core\Cache\ChainedFastBackend {#51}
      #moduleList: Drupal\Core\Extension\ModuleExtensionList {#1448
        #type: "module"
        #root: "/var/www/html/web"
        #cache: Drupal\Core\Cache\DatabaseBackend {#283}
        #defaults: array:5 [
          "dependencies" => []
          "description" => ""
          "package" => "Other"
          "version" => null
          "php" => "8.1.0"
        ]
        #infoParser: Drupal\Core\Extension\InfoParser {#1432}
        #moduleHandler: Drupal\Core\Extension\ModuleHandler {#39}
        #extensions: null
        #extensionInfo: null
        #pathNames: null
        #addedPathNames: array:83 [
          "automated_cron" => "core/modules/automated_cron/automated_cron.info.yml"
          "basic_auth" => "core/modules/basic_auth/basic_auth.info.yml"
          "better_exposed_filters" => "modules/contrib/better_exposed_filters/better_exposed_filters.info.yml"
          "block" => "core/modules/block/block.info.yml"
          "block_content" => "core/modules/block_content/block_content.info.yml"
          "breakpoint" => "core/modules/breakpoint/breakpoint.info.yml"
          "comment" => "core/modules/comment/comment.info.yml"
          "company_teaser" => "modules/custom/company_teaser/company_teaser.info.yml"
          "config" => "core/modules/config/config.info.yml"
          "contact" => "core/modules/contact/contact.info.yml"
          "contextual" => "core/modules/contextual/contextual.info.yml"
          "datetime" => "core/modules/datetime/datetime.info.yml"
          "dblog" => "core/modules/dblog/dblog.info.yml"
          "devel" => "modules/contrib/devel/devel.info.yml"
          "dp_import" => "modules/custom/rasch/dp_import/dp_import.info.yml"
          "dynamic_page_cache" => "core/modules/dynamic_page_cache/dynamic_page_cache.info.yml"
          "editor" => "core/modules/editor/editor.info.yml"
          "field" => "core/modules/field/field.info.yml"
          "field_ui" => "core/modules/field_ui/field_ui.info.yml"
          "file" => "core/modules/file/file.info.yml"
          "filter" => "core/modules/filter/filter.info.yml"
          "google_analytics" => "modules/contrib/google_analytics/google_analytics.info.yml"
          "google_tag" => "modules/contrib/google_tag/google_tag.info.yml"
          "help" => "core/modules/help/help.info.yml"
          "history" => "core/modules/history/history.info.yml"
          "http_client_manager" => "modules/contrib/http_client_manager/http_client_manager.info.yml"
          "image" => "core/modules/image/image.info.yml"
          "jquery_ui" => "modules/contrib/jquery_ui/jquery_ui.info.yml"
          "jquery_ui_datepicker" => "modules/contrib/jquery_ui_datepicker/jquery_ui_datepicker.info.yml"
          "jquery_ui_slider" => "modules/contrib/jquery_ui_slider/jquery_ui_slider.info.yml"
          "jquery_ui_touch_punch" => "modules/contrib/jquery_ui_touch_punch/jquery_ui_touch_punch.info.yml"
          "language" => "core/modules/language/language.info.yml"
          "layout_builder" => "core/modules/layout_builder/layout_builder.info.yml"
          "layout_discovery" => "core/modules/layout_discovery/layout_discovery.info.yml"
          "link" => "core/modules/link/link.info.yml"
          "locale" => "core/modules/locale/locale.info.yml"
          "menu_link_content" => "core/modules/menu_link_content/menu_link_content.info.yml"
          "menu_ui" => "core/modules/menu_ui/menu_ui.info.yml"
          "mgt_transactions" => "modules/custom/mgt_transactions/mgt_transactions.info.yml"
          "migrate" => "core/modules/migrate/migrate.info.yml"
          "migrate_import_tuned" => "modules/custom/migrate_import_tuned/migrate_import_tuned.info.yml"
          "migrate_plus" => "modules/contrib/migrate_plus/migrate_plus.info.yml"
          "migrate_process_trim" => "modules/contrib/migrate_process_trim/migrate_process_trim.info.yml"
          "migrate_source_csv" => "modules/contrib/migrate_source_csv/migrate_source_csv.info.yml"
          "minifyhtml" => "modules/contrib/minifyhtml/minifyhtml.info.yml"
          "mysql" => "core/modules/mysql/mysql.info.yml"
          "node" => "core/modules/node/node.info.yml"
          "options" => "core/modules/options/options.info.yml"
          "path" => "core/modules/path/path.info.yml"
          "path_alias" => "core/modules/path_alias/path_alias.info.yml"
          "philoro" => "modules/custom/philoro/philoro.info.yml"
          "premarket" => "modules/custom/premarket/premarket.info.yml"
          "rasch_base" => "modules/custom/rasch/rasch_base/rasch_base.info.yml"
          "rasch_dg" => "modules/custom/rasch/rasch_dg/rasch_dg.info.yml"
          "rasch_fg" => "modules/custom/rasch/rasch_fg/rasch_fg.info.yml"
          "rasch_fi_services" => "modules/custom/rasch/rasch_fi_services/rasch_fi_services.info.yml"
          "rasch_mgt_transactions" => "modules/custom/rasch/rasch_mgt_transactions/rasch_mgt_transactions.info.yml"
          "rasch_trading" => "modules/custom/rasch/rasch_trading/rasch_trading.info.yml"
          "rasch_trendradar" => "modules/custom/rasch/rasch_trendradar/rasch_trendradar.info.yml"
          "rasch_ttmz" => "modules/custom/rasch/rasch_ttmz/rasch_ttmz.info.yml"
          "rasch_wikifolio" => "modules/custom/rasch/rasch_wikifolio/rasch_wikifolio.info.yml"
          "search" => "core/modules/search/search.info.yml"
          "shortcut" => "core/modules/shortcut/shortcut.info.yml"
          "solid" => "modules/custom/solid/solid/solid.info.yml"
          "solid_rest" => "modules/custom/solid/solid_rest/solid_rest.info.yml"
          "system" => "core/modules/system/system.info.yml"
          "taxonomy" => "core/modules/taxonomy/taxonomy.info.yml"
          "text" => "core/modules/text/text.info.yml"
          "theme_switcher" => "modules/contrib/theme_switcher/theme_switcher.info.yml"
          "thescreener" => "modules/custom/thescreener/thescreener.info.yml"
          "toolbar" => "core/modules/toolbar/toolbar.info.yml"
          "tour" => "core/modules/tour/tour.info.yml"
          "trendradar" => "modules/custom/trendradar/trendradar.info.yml"
          "twig_tweak" => "modules/contrib/twig_tweak/twig_tweak.info.yml"
          "update" => "core/modules/update/update.info.yml"
          "user" => "core/modules/user/user.info.yml"
          "views_flipped_table" => "modules/contrib/views_flipped_table/views_flipped_table.info.yml"
          "views_ui" => "core/modules/views_ui/views_ui.info.yml"
          "wfg_msi" => "modules/custom/wfg_msi/wfg_msi.info.yml"
          "wikifolio" => "modules/custom/wikifolio/wikifolio.info.yml"
          "selective_better_exposed_filters" => "modules/contrib/selective_better_exposed_filters/selective_better_exposed_filters.info.yml"
          "views" => "core/modules/views/views.info.yml"
          "standard" => "core/profiles/standard/standard.info.yml"
        ]
        #state: Drupal\Core\State\State {#204}
        #installProfile: "standard"
        #configFactory: Drupal\Core\Config\ConfigFactory {#249}
        #profileList: Drupal\Core\Extension\ProfileExtensionList {#1453
          #type: "profile"
          #root: "/var/www/html/web"
          #cache: Drupal\Core\Cache\DatabaseBackend {#283}
          #defaults: array:6 [
            "dependencies" => []
            "install" => []
            "description" => ""
            "package" => "Other"
            "version" => null
            "php" => "8.1.0"
          ]
          #infoParser: Drupal\Core\Extension\InfoParser {#1432}
          #moduleHandler: Drupal\Core\Extension\ModuleHandler {#39}
          #extensions: null
          #extensionInfo: null
          #pathNames: null
          #addedPathNames: []
          #state: Drupal\Core\State\State {#204}
          #installProfile: "standard"
        }
        #stringTranslation: null
      }
      #kernel: Drupal\Core\DrupalKernel {#3
        #phpArrayDumperClass: "\Drupal\Component\DependencyInjection\Dumper\OptimizedPhpArrayDumper"
        #defaultBootstrapContainerDefinition: array:2 [
          "parameters" => []
          "services" => array:6 [
            "database" => array:3 [ …3]
            "request_stack" => array:1 [ …1]
            "datetime.time" => array:2 [ …2]
            "cache.container" => array:2 [ …2]
            "cache_tags_provider.container" => array:2 [ …2]
            "serialization.phpserialize" => array:1 [ …1]
          ]
        ]
        #bootstrapContainerClass: "\Drupal\Component\DependencyInjection\PhpArrayContainer"
        #bootstrapContainer: Drupal\Component\DependencyInjection\PhpArrayContainer {#29 …7}
        #container: Drupal\Core\DependencyInjection\Container {#40 …7}
        #environment: "prod"
        #booted: true
        #prepared: true
        #moduleList: null
        #moduleData: []
        #classLoader: Composer\Autoload\ClassLoader {#2
          -vendorDir: "/var/www/html/vendor"
          -prefixLengthsPsr4: array:14 [
            "p" => array:3 [ …3]
            "c" => array:1 [ …1]
            "Y" => array:1 [ …1]
            "T" => array:1 [ …1]
            "S" => array:33 [ …33]
            "R" => array:1 [ …1]
            "P" => array:9 [ …9]
            "M" => array:1 [ …1]
            "L" => array:5 [ …5]
            "G" => array:9 [ …9]
            "E" => array:1 [ …1]
            "D" => array:114 [ …114]
            "C" => array:10 [ …10]
            "A" => array:1 [ …1]
          ]
          -prefixDirsPsr4: array:190 [
            "phpowermove\docblock\" => array:1 [ …1]
            "phootwork\lang\" => array:1 [ …1]
            "phootwork\collection\" => array:1 [ …1]
            "cweagans\Composer\" => array:1 [ …1]
            "YaLinqo\" => array:1 [ …1]
            "Twig\" => array:1 [ …1]
            "Symfony\Polyfill\Php83\" => array:1 [ …1]
            "Symfony\Polyfill\Php81\" => array:1 [ …1]
            "Symfony\Polyfill\Php80\" => array:1 [ …1]
            "Symfony\Polyfill\Mbstring\" => array:1 [ …1]
            "Symfony\Polyfill\Intl\Normalizer\" => array:1 [ …1]
            "Symfony\Polyfill\Intl\Idn\" => array:1 [ …1]
            "Symfony\Polyfill\Intl\Grapheme\" => array:1 [ …1]
            "Symfony\Polyfill\Iconv\" => array:1 [ …1]
            "Symfony\Polyfill\Ctype\" => array:1 [ …1]
            "Symfony\Contracts\Translation\" => array:1 [ …1]
            "Symfony\Contracts\Service\" => array:1 [ …1]
            "Symfony\Contracts\EventDispatcher\" => array:1 [ …1]
            "Symfony\Component\Yaml\" => array:1 [ …1]
            "Symfony\Component\VarExporter\" => array:1 [ …1]
            "Symfony\Component\VarDumper\" => array:1 [ …1]
            "Symfony\Component\Validator\" => array:1 [ …1]
            "Symfony\Component\String\" => array:1 [ …1]
            "Symfony\Component\Serializer\" => array:1 [ …1]
            "Symfony\Component\Routing\" => array:1 [ …1]
            "Symfony\Component\Process\" => array:1 [ …1]
            "Symfony\Component\Mime\" => array:1 [ …1]
            "Symfony\Component\Mailer\" => array:1 [ …1]
            "Symfony\Component\HttpKernel\" => array:1 [ …1]
            "Symfony\Component\HttpFoundation\" => array:1 [ …1]
            "Symfony\Component\Finder\" => array:1 [ …1]
            "Symfony\Component\Filesystem\" => array:1 [ …1]
            "Symfony\Component\EventDispatcher\" => array:1 [ …1]
            "Symfony\Component\ErrorHandler\" => array:1 [ …1]
            "Symfony\Component\DependencyInjection\" => array:1 [ …1]
            "Symfony\Component\Console\" => array:1 [ …1]
            "Symfony\Component\Config\" => array:1 [ …1]
            "Symfony\Bridge\PsrHttpMessage\" => array:1 [ …1]
            "SelfUpdate\" => array:1 [ …1]
            "Robo\" => array:1 [ …1]
            "Psy\" => array:1 [ …1]
            "Psr\Log\" => array:1 [ …1]
            "Psr\Http\Message\" => array:2 [ …2]
            "Psr\Http\Client\" => array:1 [ …1]
            "Psr\EventDispatcher\" => array:1 [ …1]
            "Psr\Container\" => array:1 [ …1]
            "Psr\Cache\" => array:1 [ …1]
            "PhpParser\" => array:1 [ …1]
            "Peast\" => array:1 [ …1]
            "Masterminds\" => array:1 [ …1]
            "League\Csv\" => array:1 [ …1]
            "League\Container\" => array:1 [ …1]
            "Laminas\Stdlib\" => array:1 [ …1]
            "Laminas\Feed\" => array:1 [ …1]
            "Laminas\Escaper\" => array:1 [ …1]
            "Guzzle\Service\Loader\" => array:1 [ …1]
            "GuzzleHttp\UriTemplate\" => array:1 [ …1]
            "GuzzleHttp\Psr7\" => array:1 [ …1]
            "GuzzleHttp\Promise\" => array:1 [ …1]
            "GuzzleHttp\Command\Guzzle\" => array:1 [ …1]
            "GuzzleHttp\Command\" => array:1 [ …1]
            "GuzzleHttp\" => array:1 [ …1]
            "Grasmash\YamlCli\" => array:1 [ …1]
            "Grasmash\Expander\" => array:1 [ …1]
            "Egulias\EmailValidator\" => array:1 [ …1]
            "Drush\" => array:1 [ …1]
            "Drupal\Core\" => array:1 [ …1]
            "Drupal\Composer\Plugin\Scaffold\" => array:1 [ …1]
            "Drupal\Composer\Plugin\ProjectMessage\" => array:1 [ …1]
            "Drupal\Component\" => array:1 [ …1]
            "DrupalFinder\" => array:1 [ …1]
            "DrupalCodeGenerator\" => array:1 [ …1]
            "Doctrine\Persistence\" => array:1 [ …1]
            "Doctrine\Deprecations\" => array:1 [ …1]
            "Doctrine\Common\Lexer\" => array:1 [ …1]
            "Doctrine\Common\Annotations\" => array:1 [ …1]
            "Doctrine\Common\" => array:2 [ …2]
            "Dflydev\DotAccessData\" => array:1 [ …1]
            "Consolidation\SiteProcess\" => array:1 [ …1]
            "Consolidation\SiteAlias\" => array:1 [ …1]
            "Consolidation\OutputFormatters\" => array:1 [ …1]
            "Consolidation\Log\" => array:1 [ …1]
            "Consolidation\Filter\" => array:1 [ …1]
            "Consolidation\Config\" => array:1 [ …1]
            "Consolidation\AnnotatedCommand\" => array:1 [ …1]
            "Composer\Semver\" => array:1 [ …1]
            "Composer\Installers\" => array:1 [ …1]
            "Cocur\Slugify\" => array:1 [ …1]
            "Asm89\Stack\" => array:1 [ …1]
            "Drupal\mysql\Driver\Database\mysql\" => array:1 [ …1]
            "Drupal\automated_cron\" => array:1 [ …1]
            "Drupal\basic_auth\" => array:1 [ …1]
            "Drupal\better_exposed_filters\" => array:1 [ …1]
            "Drupal\block\" => array:1 [ …1]
            "Drupal\block_content\" => array:1 [ …1]
            "Drupal\breakpoint\" => array:1 [ …1]
            "Drupal\comment\" => array:1 [ …1]
            "Drupal\company_teaser\" => array:1 [ …1]
            "Drupal\config\" => array:1 [ …1]
            "Drupal\contact\" => array:1 [ …1]
            "Drupal\contextual\" => array:1 [ …1]
            "Drupal\datetime\" => array:1 [ …1]
            "Drupal\dblog\" => array:1 [ …1]
            "Drupal\devel\" => array:1 [ …1]
            "Drupal\dp_import\" => array:1 [ …1]
            "Drupal\dynamic_page_cache\" => array:1 [ …1]
            "Drupal\editor\" => array:1 [ …1]
            "Drupal\field\" => array:1 [ …1]
            "Drupal\field_ui\" => array:1 [ …1]
            "Drupal\file\" => array:1 [ …1]
            "Drupal\filter\" => array:1 [ …1]
            "Drupal\google_analytics\" => array:1 [ …1]
            "Drupal\google_tag\" => array:1 [ …1]
            "Drupal\help\" => array:1 [ …1]
            "Drupal\history\" => array:1 [ …1]
            "Drupal\http_client_manager\" => array:1 [ …1]
            "Drupal\image\" => array:1 [ …1]
            "Drupal\jquery_ui\" => array:1 [ …1]
            "Drupal\jquery_ui_datepicker\" => array:1 [ …1]
            "Drupal\jquery_ui_slider\" => array:1 [ …1]
            "Drupal\jquery_ui_touch_punch\" => array:1 [ …1]
            "Drupal\language\" => array:1 [ …1]
            "Drupal\layout_builder\" => array:1 [ …1]
            "Drupal\layout_discovery\" => array:1 [ …1]
            "Drupal\link\" => array:1 [ …1]
            "Drupal\locale\" => array:1 [ …1]
            "Drupal\menu_link_content\" => array:1 [ …1]
            "Drupal\menu_ui\" => array:1 [ …1]
            "Drupal\mgt_transactions\" => array:1 [ …1]
            "Drupal\migrate\" => array:1 [ …1]
            "Drupal\migrate_import_tuned\" => array:1 [ …1]
            "Drupal\migrate_plus\" => array:1 [ …1]
            "Drupal\migrate_process_trim\" => array:1 [ …1]
            "Drupal\migrate_source_csv\" => array:1 [ …1]
            "Drupal\minifyhtml\" => array:1 [ …1]
            "Drupal\mysql\" => array:1 [ …1]
            "Drupal\node\" => array:1 [ …1]
            "Drupal\options\" => array:1 [ …1]
            "Drupal\path\" => array:1 [ …1]
            "Drupal\path_alias\" => array:1 [ …1]
            "Drupal\philoro\" => array:1 [ …1]
            "Drupal\premarket\" => array:1 [ …1]
            "Drupal\rasch_base\" => array:1 [ …1]
            "Drupal\rasch_dg\" => array:1 [ …1]
            "Drupal\rasch_fg\" => array:1 [ …1]
            "Drupal\rasch_fi_services\" => array:1 [ …1]
            "Drupal\rasch_mgt_transactions\" => array:1 [ …1]
            "Drupal\rasch_trading\" => array:1 [ …1]
            "Drupal\rasch_trendradar\" => array:1 [ …1]
            "Drupal\rasch_ttmz\" => array:1 [ …1]
            "Drupal\rasch_wikifolio\" => array:1 [ …1]
            "Drupal\search\" => array:1 [ …1]
            "Drupal\shortcut\" => array:1 [ …1]
            "Drupal\solid\" => array:1 [ …1]
            "Drupal\solid_rest\" => array:1 [ …1]
            "Drupal\system\" => array:1 [ …1]
            "Drupal\taxonomy\" => array:1 [ …1]
            "Drupal\text\" => array:1 [ …1]
            "Drupal\theme_switcher\" => array:1 [ …1]
            "Drupal\thescreener\" => array:1 [ …1]
            "Drupal\toolbar\" => array:1 [ …1]
            "Drupal\tour\" => array:1 [ …1]
            "Drupal\trendradar\" => array:1 [ …1]
            "Drupal\twig_tweak\" => array:1 [ …1]
            "Drupal\update\" => array:1 [ …1]
            "Drupal\user\" => array:1 [ …1]
            "Drupal\views_flipped_table\" => array:1 [ …1]
            "Drupal\views_ui\" => array:1 [ …1]
            "Drupal\wfg_msi\" => array:1 [ …1]
            "Drupal\wikifolio\" => array:1 [ …1]
            "Drupal\selective_better_exposed_filters\" => array:1 [ …1]
            "Drupal\views\" => array:1 [ …1]
            "Drupal\standard\" => array:1 [ …1]
            "Drupal\Core\Render\" => array:1 [ …1]
            "Drupal\Core\TempStore\" => array:1 [ …1]
            "Drupal\Core\Block\" => array:1 [ …1]
            "Drupal\Core\Menu\" => array:1 [ …1]
            "Drupal\Core\Mail\" => array:1 [ …1]
            "Drupal\Core\Field\" => array:1 [ …1]
            "Drupal\Core\Validation\" => array:1 [ …1]
            "Drupal\Core\Plugin\" => array:1 [ …1]
            "Drupal\Core\Path\" => array:1 [ …1]
            "Drupal\Core\TypedData\" => array:1 [ …1]
            "Drupal\Core\Entity\" => array:1 [ …1]
            "Drupal\Core\Action\" => array:1 [ …1]
            "Drupal\Core\Extension\" => array:1 [ …1]
            "Drupal\Core\Config\" => array:1 [ …1]
            "Drupal\Core\Datetime\" => array:1 [ …1]
            "Drupal\Core\ProxyClass\" => array:1 [ …1]
            "Drupal\Component\Annotation\" => array:1 [ …1]
          ]
          -fallbackDirsPsr4: []
          -prefixesPsr0: array:2 [
            "C" => array:1 [ …1]
            "A" => array:1 [ …1]
          ]
          -fallbackDirsPsr0: []
          -useIncludePath: false
          -classMap: array:64 [
            "Attribute" => "/var/www/html/vendor/composer/../symfony/polyfill-php80/Resources/stubs/Attribute.php"
            "CURLStringFile" => "/var/www/html/vendor/composer/../symfony/polyfill-php81/Resources/stubs/CURLStringFile.php"
            "Composer\InstalledVersions" => "/var/www/html/vendor/composer/../composer/InstalledVersions.php"
            "DateError" => "/var/www/html/vendor/composer/../symfony/polyfill-php83/Resources/stubs/DateError.php"
            "DateException" => "/var/www/html/vendor/composer/../symfony/polyfill-php83/Resources/stubs/DateException.php"
            "DateInvalidOperationException" => "/var/www/html/vendor/composer/../symfony/polyfill-php83/Resources/stubs/DateInvalidOperationException.php"
            "DateInvalidTimeZoneException" => "/var/www/html/vendor/composer/../symfony/polyfill-php83/Resources/stubs/DateInvalidTimeZoneException.php"
            "DateMalformedIntervalStringException" => "/var/www/html/vendor/composer/../symfony/polyfill-php83/Resources/stubs/DateMalformedIntervalStringException.php"
            "DateMalformedPeriodStringException" => "/var/www/html/vendor/composer/../symfony/polyfill-php83/Resources/stubs/DateMalformedPeriodStringException.php"
            "DateMalformedStringException" => "/var/www/html/vendor/composer/../symfony/polyfill-php83/Resources/stubs/DateMalformedStringException.php"
            "DateObjectError" => "/var/www/html/vendor/composer/../symfony/polyfill-php83/Resources/stubs/DateObjectError.php"
            "DateRangeError" => "/var/www/html/vendor/composer/../symfony/polyfill-php83/Resources/stubs/DateRangeError.php"
            "Drupal" => "/var/www/html/vendor/composer/../../web/core/lib/Drupal.php"
            "Drupal\Component\Datetime\Time" => "/var/www/html/vendor/composer/../../web/core/lib/Drupal/Component/Datetime/Time.php"
            "Drupal\Component\DependencyInjection\Container" => "/var/www/html/vendor/composer/../../web/core/lib/Drupal/Component/DependencyInjection/Container.php"
            "Drupal\Component\DependencyInjection\PhpArrayContainer" => "/var/www/html/vendor/composer/../../web/core/lib/Drupal/Component/DependencyInjection/PhpArrayContainer.php"
            "Drupal\Component\FileCache\FileCacheFactory" => "/var/www/html/vendor/composer/../../web/core/lib/Drupal/Component/FileCache/FileCacheFactory.php"
            "Drupal\Component\Utility\Timer" => "/var/www/html/vendor/composer/../../web/core/lib/Drupal/Component/Utility/Timer.php"
            "Drupal\Component\Utility\Unicode" => "/var/www/html/vendor/composer/../../web/core/lib/Drupal/Component/Utility/Unicode.php"
            "Drupal\Core\Cache\Cache" => "/var/www/html/vendor/composer/../../web/core/lib/Drupal/Core/Cache/Cache.php"
            "Drupal\Core\Cache\CacheBackendInterface" => "/var/www/html/vendor/composer/../../web/core/lib/Drupal/Core/Cache/CacheBackendInterface.php"
            "Drupal\Core\Cache\CacheTagsChecksumInterface" => "/var/www/html/vendor/composer/../../web/core/lib/Drupal/Core/Cache/CacheTagsChecksumInterface.php"
             …42
          ]
          -classMapAuthoritative: false
          -missingClasses: []
          -apcuPrefix: "drupal.class_loader:3237666282.10.5.10..0a4ae5396835a7906b5fe3eddc4372868e113d4c7d928c1c5e909cd435956956"
        }
        #configStorage: null
        #allowDumping: true
        #containerNeedsRebuild: false
        #containerNeedsDumping: false
        #serviceYamls: null
        #serviceProviderClasses: null
        #serviceProviders: null
        #sitePath: "sites/default"
        #root: "/var/www/html/web"
        #serviceIdMapping: []
      }
    }
    #activeTheme: null
    #themeInitialization: Drupal\Core\Theme\ThemeInitialization {#1443}
    #moduleHandler: Drupal\Core\Extension\ModuleHandler {#39}
    #root: "/var/www/html/web"
  }
  #dependencyResolver: Drupal\Core\Asset\LibraryDependencyResolver {#1583
    #libraryDiscovery: Drupal\Core\Asset\LibraryDiscovery {#1585
      #collector: Drupal\Core\Asset\LibraryDiscoveryCollector {#1590
        #cid: null
        #tags: array:1 [
          0 => "library_info"
        ]
        #cache: Drupal\Core\Cache\ChainedFastBackend {#252}
        #lock: Drupal\Core\ProxyClass\Lock\DatabaseLockBackend {#206}
        #keysToPersist: []
        #keysToRemove: []
        #storage: []
        #cacheCreated: null
        #cacheInvalidated: false
        #cacheLoaded: false
        #discoveryParser: Drupal\Core\Asset\LibraryDiscoveryParser {#1597
          #moduleHandler: Drupal\Core\Extension\ModuleHandler {#39}
          #themeManager: Drupal\Core\Theme\ThemeManager {#1442}
          #root: "/var/www/html/web"
          #streamWrapperManager: Drupal\Core\StreamWrapper\StreamWrapperManager {#43
            #container: Symfony\Component\DependencyInjection\ServiceLocator {#182
              -externalId: null
              -container: null
              -loading: []
              -providedTypes: ? array
              -factories: array:5 [
                "stream_wrapper.assets" => Closure() {#177 …5}
                "stream_wrapper.private" => Closure() {#178 …5}
                "stream_wrapper.public" => Closure() {#179 …5}
                "stream_wrapper.temporary" => Closure() {#180 …5}
                "stream_wrapper.translations" => Closure() {#181 …5}
              ]
            }
            #info: array:5 [
              "assets" => array:3 [
                "class" => "Drupal\Core\StreamWrapper\AssetsStream"
                "type" => 13
                "service_id" => "stream_wrapper.assets"
              ]
              "public" => array:3 [
                "class" => "Drupal\Core\StreamWrapper\PublicStream"
                "type" => 29
                "service_id" => "stream_wrapper.public"
              ]
              "temporary" => array:3 [
                "class" => "Drupal\Core\StreamWrapper\TemporaryStream"
                "type" => 13
                "service_id" => "stream_wrapper.temporary"
              ]
              "translations" => array:3 [
                "class" => "Drupal\locale\StreamWrapper\TranslationsStream"
                "type" => 13
                "service_id" => "stream_wrapper.translations"
              ]
              "private" => array:3 [
                "class" => "Drupal\Core\StreamWrapper\PrivateStream"
                "type" => 29
                "service_id" => "stream_wrapper.private"
              ]
            ]
            #wrappers: array:2 [
              0 => array:5 [
                "assets" => array:2 [ …2]
                "public" => array:2 [ …2]
                "temporary" => array:2 [ …2]
                "translations" => array:2 [ …2]
                "private" => array:2 [ …2]
              ]
              28 => array:2 [
                "public" => array:2 [ …2]
                "private" => array:2 [ …2]
              ]
            ]
          }
          #librariesDirectoryFileFinder: Drupal\Core\Asset\LibrariesDirectoryFileFinder {#1599 …4}
          #componentPluginManager: Drupal\Core\Theme\ComponentPluginManager {#1611 …26}
          #extensionPathResolver: Drupal\Core\Extension\ExtensionPathResolver {#1603 …1}
          #fileCache: Drupal\Component\FileCache\FileCache {#1608 …3}
        }
        #themeManager: Drupal\Core\Theme\ThemeManager {#1442}
      }
      #libraryDefinitions: []
    }
    #librariesDependencies: []
  }
  #requestStack: Symfony\Component\HttpFoundation\RequestStack {#37}
  #fileSystem: Drupal\Core\File\FileSystem {#1613
    #deprecatedProperties: array:1 [
      "logger" => "logger.channel.file"
    ]
    #settings: Drupal\Core\Site\Settings {#27
      -storage: array:20 [
        "hash_salt" => "LW4A6hKVGhtX6_pf3pYBSnurU-oUf1S0BacR1KAxgUvDdpY2xhU3bKb3Q-bl5QuOLx8MmVWmMQ"
        "update_free_access" => false
        "file_public_path" => "sites/default/files"
        "file_private_path" => "/var/www/html/private"
        "file_temp_path" => "/var/files/tmp"
        "filter_user_agent" => true
        "filter_user_agents" => array:19 [
          0 => "www.bing.com"
          1 => "webmaster.petalsearch.com"
          2 => "www.sentibot.eu"
          3 => "www.semrush.com"
          4 => "www.google.com"
          5 => "www.criteo.com"
          6 => "www.apple.com"
          7 => "ahrefs.com"
          8 => "viennatinybot"
          9 => "twitterbot"
          10 => "site.livelap.com"
          11 => "webmeup-crawler.com"
          12 => "www.trendiction.de"
          13 => "neeva.com"
          14 => "www.grapeshot.co.uk"
          15 => "www.comscore.com"
          16 => "integralads.com"
          17 => "help.yahoo.com"
          18 => "GPTBot"
        ]
        "container_yamls" => array:1 [
          0 => "/var/www/html/web/sites/default/services.yml"
        ]
        "file_scan_ignore_directories" => array:2 [
          0 => "node_modules"
          1 => "bower_components"
        ]
        "entity_update_batch_size" => 50
        "entity_update_backup" => true
        "migrate_node_migrate_type_classic" => false
        "state_cache" => true
        "config_sync_directory" => "/var/www/html/config/global"
        "trusted_host_patterns" => array:15 [
          0 => "^develop\.cash\.ch$"
          1 => "^stage\.cash\.ch$"
          2 => "^www\.cash\.ch$"
          3 => "^flow-box\.cash\.ch$"
          4 => "^flow-box-staging\.cash\.ch$"
          5 => "^10\.246\.2\.10$"
          6 => "^rasch-fi\.cash\.ch$"
          7 => "^rasch-fi-staging\.cash\.ch$"
          8 => "^cdn\.fi-box\.stage\.service\.cash\.ch$"
          9 => "^cdn\.fi-box\.service\.cash\.ch$"
          10 => "^rasch-fi\.docker\.localhost$"
          11 => "^cash-2021\.docker\.localhost$"
          12 => "^i-coldrupal0[12]\.mgmt\.zh41\.wfg$"
          13 => "^coldrupal0[1234]\.mgmt\.zh41\.wfg$"
          14 => "^localhost$"
        ]
        "http_services_api" => array:3 [
          "solid_rest.http_service.admin" => array:2 [ …2]
          "solid_rest.http_service.user" => array:2 [ …2]
          "solid_rest.http_service.internal" => array:2 [ …2]
        ]
        "solid_rest_per_uri_config" => array:1 [
          "restweb_default_timeout" => array:2 [ …2]
        ]
        "wikifolio_api_key" => "736309fe2e8667126dbce0c509365579"
        "rasch_gpg_key_id" => "77C2A79346245A4C6BE8CEECAFC91DB223E43A1D"
        "rasch_gpg_key_password" => "DY*$.MF]ZmNLwH9v+&rk2-mh&&QK$e_"
      ]
    }
    #streamWrapperManager: Drupal\Core\StreamWrapper\StreamWrapperManager {#43}
  }
  #configFactory: Drupal\Core\Config\ConfigFactory {#249}
  #fileUrlGenerator: Drupal\Core\File\FileUrlGenerator {#1588
    #streamWrapperManager: Drupal\Core\StreamWrapper\StreamWrapperManager {#43}
    #requestStack: Symfony\Component\HttpFoundation\RequestStack {#37}
    #moduleHandler: Drupal\Core\Extension\ModuleHandler {#39}
  }
  #time: Drupal\Component\Datetime\Time {#86}
  #languageManager: Drupal\language\ConfigurableLanguageManager {#250
    #languages: array:1 [
      "de" => array:1 [
        1 => array:2 [
          "en" => Drupal\Core\Language\Language {#1147 …5}
          "de" => Drupal\Core\Language\Language {#1146
            #name: "Deutsch"
            #id: "de"
            #direction: "ltr"
            #weight: 1
            #locked: false
          }
        ]
      ]
    ]
    #defaultLanguage: Drupal\Core\Language\LanguageDefault {#257
      #language: Drupal\Core\Language\Language {#260
        #name: "German"
        #id: "de"
        #direction: "ltr"
        #weight: 1
        #locked: false
      }
    }
    #definedLanguageTypesInfo: array:3 [
      "language_interface" => array:3 [
        "name" => Drupal\Core\StringTranslation\TranslatableMarkup {#1399
          #string: "Interface text"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1393
          #string: "Order of language detection methods for interface text. If a translation of interface text is available in the detected language, it will be displayed."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "locked" => true
      ]
      "language_content" => array:3 [
        "name" => Drupal\Core\StringTranslation\TranslatableMarkup {#1410
          #string: "Content"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1411
          #string: "Order of language detection methods for content. If a version of content is available in the detected language, it will be displayed."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "locked" => true
      ]
      "language_url" => array:1 [
        "locked" => true
      ]
    ]
    #_serviceIds: []
    #_entityStorages: []
    #configFactory: Drupal\Core\Config\ConfigFactory {#249}
    #moduleHandler: Drupal\Core\Extension\ModuleHandler {#39}
    #configFactoryOverride: Drupal\language\Config\LanguageConfigFactoryOverride {#239}
    #requestStack: Symfony\Component\HttpFoundation\RequestStack {#37}
    #negotiator: Drupal\language\LanguageNegotiator {#240
      #negotiatorManager: Drupal\language\LanguageNegotiationMethodManager {#242
        #discovery: null
        #factory: Drupal\Core\Plugin\Factory\ContainerFactory {#1148
          #discovery: Drupal\language\LanguageNegotiationMethodManager {#242}
          #interface: "Drupal\language\LanguageNegotiationMethodInterface"
        }
        #mapper: null
        #cacheKey: "language_negotiation_plugins"
        #cacheTags: []
        #alterHook: "language_negotiation_info"
        #subdir: "Plugin/LanguageNegotiation"
        #moduleHandler: Drupal\Core\Extension\ModuleHandler {#39}
        #moduleExtensionList: ? ?Drupal\Core\Extension\ModuleExtensionList
        #defaults: []
        #pluginDefinitionAnnotationName: "Drupal\language\Annotation\LanguageNegotiation"
        #pluginDefinitionAttributeName: "Drupal\language\Attribute\LanguageNegotiation"
        #pluginInterface: "Drupal\language\LanguageNegotiationMethodInterface"
        #namespaces: ArrayObject {#263}
        #additionalAnnotationNamespaces: []
        #definitions: array:9 [
          "language-url-fallback" => array:8 [ …8]
          "language-interface" => array:8 [ …8]
          "language-browser" => array:8 [ …8]
          "language-content-entity" => array:8 [ …8]
          "language-session" => array:8 [ …8]
          "language-selected" => array:8 [ …8]
          "language-url" => array:8 [ …8]
          "language-user-admin" => array:8 [ …8]
          "language-user" => array:8 [ …8]
        ]
        #cacheBackend: Drupal\Core\Cache\ChainedFastBackend {#252}
        #useCaches: true
      }
      #languageManager: Drupal\language\ConfigurableLanguageManager {#250}
      #configFactory: Drupal\Core\Config\ConfigFactory {#249}
      #settings: Drupal\Core\Site\Settings {#27}
      #requestStack: Symfony\Component\HttpFoundation\RequestStack {#37}
      #currentUser: Drupal\Core\Session\AccountProxy {#232}
      #methods: array:1 [
        "language-url" => Drupal\language\Plugin\LanguageNegotiation\LanguageNegotiationUrl {#1166
          #languageManager: Drupal\language\ConfigurableLanguageManager {#250}
          #config: Drupal\Core\Config\ConfigFactory {#249}
          #currentUser: Drupal\Core\Session\AccountProxy {#232}
        }
      ]
      #negotiatedLanguages: array:1 [
        "language-url" => Drupal\Core\Language\Language {#1146}
      ]
      #loggerFactory: null
    }
    #languageTypes: array:4 [
      "_core" => array:1 [
        "default_config_hash" => "dqouFqVseNJNvEjsoYKxbinFOITuCxYhi4y2OTNQP_8"
      ]
      "all" => array:3 [
        0 => "language_interface"
        1 => "language_content"
        2 => "language_url"
      ]
      "configurable" => array:1 [
        0 => "language_interface"
      ]
      "negotiation" => array:3 [
        "language_content" => array:1 [
          "enabled" => array:1 [ …1]
        ]
        "language_url" => array:1 [
          "enabled" => array:2 [ …2]
        ]
        "language_interface" => array:2 [
          "enabled" => array:2 [ …2]
          "method_weights" => array:6 [ …6]
        ]
      ]
    ]
    #languageTypesInfo: array:3 [
      "language_interface" => array:3 [
        "name" => Drupal\Core\StringTranslation\TranslatableMarkup {#1399}
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1393}
        "locked" => true
      ]
      "language_content" => array:4 [
        "name" => Drupal\Core\StringTranslation\TranslatableMarkup {#1410}
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1411}
        "locked" => true
        "fixed" => array:1 [
          0 => "language-interface"
        ]
      ]
      "language_url" => array:2 [
        "locked" => true
        "fixed" => array:2 [
          0 => "language-url"
          1 => "language-url-fallback"
        ]
      ]
    ]
    #negotiatedLanguages: array:2 [
      "language_interface" => Drupal\Core\Language\Language {#1164}
      "language_url" => Drupal\Core\Language\Language {#1415
        #name: "Deutsch"
        #id: "de"
        #direction: "ltr"
        #weight: 1
        #locked: false
      }
    ]
    #negotiatedMethods: array:2 [
      "language_interface" => "language-url"
      "language_url" => "language-url"
    ]
    #initialized: false
    #initializing: []
  }
}