Devel Load

Primary tabs

Secondary tabs

Drupal\user\Entity\User {#1118
  #entityTypeId: "user"
  #enforceIsNew: null
  #typedData: null
  #cacheContexts: []
  #cacheTags: []
  #cacheMaxAge: -1
  #_serviceIds: []
  #_entityStorages: []
  #values: array:19 [
    "uid" => array:1 [
      "x-default" => "1720"
    ]
    "uuid" => array:1 [
      "x-default" => "5e6546d0-503a-4d3c-b408-663807f7cc8c"
    ]
    "langcode" => array:1 [
      "x-default" => "fr"
    ]
    "preferred_langcode" => array:1 [
      "x-default" => "fr"
    ]
    "preferred_admin_langcode" => array:1 [
      "x-default" => "fr"
    ]
    "name" => array:1 [
      "x-default" => "dupdup"
    ]
    "pass" => array:1 [
      "x-default" => "$S$E.dbkd99xbyOyN0oRGPoXSEmgLv2k2IQpBXiK96GqpDG0poE1o0W"
    ]
    "mail" => array:1 [
      "x-default" => "duplant.charles33@gmail.com"
    ]
    "timezone" => array:1 [
      "x-default" => "Europe/Paris"
    ]
    "status" => array:1 [
      "x-default" => "1"
    ]
    "created" => array:1 [
      "x-default" => "1623435866"
    ]
    "changed" => array:1 [
      "x-default" => "1623435866"
    ]
    "access" => array:1 [
      "x-default" => "1623607267"
    ]
    "login" => array:1 [
      "x-default" => "1623607267"
    ]
    "init" => array:1 [
      "x-default" => "duplant.charles33@gmail.com"
    ]
    "default_langcode" => array:1 [
      "x-default" => "1"
    ]
    "bet_private" => array:1 [
      "x-default" => "0"
    ]
    "optin" => array:1 [
      "x-default" => "0"
    ]
    "field_reminder_enable" => array:1 [
      "x-default" => array:1 [
        0 => array:1 [
          "value" => "1"
        ]
      ]
    ]
  ]
  #fields: []
  #fieldDefinitions: array:26 [
    "uid" => Drupal\Core\Field\BaseFieldDefinition {#1194
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1195
          #string: "User ID"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "read-only" => true
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1196
          #string: "The user ID."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "provider" => "user"
        "field_name" => "uid"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1197
        #definition: array:2 [
          "type" => "field_item:integer"
          "settings" => array:6 [
            "unsigned" => true
            "size" => "normal"
            "min" => ""
            "max" => ""
            "prefix" => ""
            "suffix" => ""
          ]
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1194}
      }
      #type: "integer"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "uuid" => Drupal\Core\Field\BaseFieldDefinition {#1198
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1199
          #string: "UUID"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "read-only" => true
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1200
          #string: "The user UUID."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "provider" => "user"
        "field_name" => "uuid"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1201
        #definition: array:2 [
          "type" => "field_item:uuid"
          "settings" => array:3 [
            "max_length" => 128
            "is_ascii" => true
            "case_sensitive" => false
          ]
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1198}
      }
      #type: "uuid"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "langcode" => Drupal\Core\Field\BaseFieldDefinition {#1202
      #definition: array:8 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1203
          #string: "Language code"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "display" => array:2 [
          "view" => array:2 [
            "options" => array:1 [
              "region" => "hidden"
            ]
            "configurable" => true
          ]
          "form" => array:2 [
            "options" => array:1 [
              "region" => "hidden"
            ]
            "configurable" => true
          ]
        ]
        "translatable" => true
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1204
          #string: "The user language code."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "provider" => "user"
        "field_name" => "langcode"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1205
        #definition: array:2 [
          "type" => "field_item:language"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1202}
      }
      #type: "language"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "preferred_langcode" => Drupal\Core\Field\BaseFieldDefinition {#1206
      #definition: array:6 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1207
          #string: "Preferred language code"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1208
          #string: "The user's preferred language code for receiving emails and viewing the site."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "provider" => "user"
        "field_name" => "preferred_langcode"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1209
        #definition: array:3 [
          "type" => "field_item:language"
          "settings" => []
          "constraints" => array:1 [
            "ComplexData" => array:1 [
              "value" => array:2 [
                "AllowedValues" => array:1 [
                  "callback" => "Drupal\user\Entity\User::getAllowedConfigurableLanguageCodes"
                ]
                "Length" => array:1 [
                  "max" => 12
                ]
              ]
            ]
          ]
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1206}
      }
      #type: "language"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "preferred_admin_langcode" => Drupal\Core\Field\BaseFieldDefinition {#1210
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1211
          #string: "Preferred admin language code"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1212
          #string: "The user's preferred language code for viewing administration pages."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "default_value" => array:1 [
          0 => array:1 [
            "value" => null
          ]
        ]
        "provider" => "user"
        "field_name" => "preferred_admin_langcode"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1213
        #definition: array:3 [
          "type" => "field_item:language"
          "settings" => []
          "constraints" => array:1 [
            "ComplexData" => array:1 [
              "value" => array:2 [
                "AllowedValues" => array:1 [
                  "callback" => "Drupal\user\Entity\User::getAllowedConfigurableLanguageCodes"
                ]
                "Length" => array:1 [
                  "max" => 12
                ]
              ]
            ]
          ]
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1210}
      }
      #type: "language"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "name" => Drupal\Core\Field\BaseFieldDefinition {#1214
      #definition: array:8 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1215
          #string: "Name"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1216
          #string: "The name of this user."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "required" => true
        "constraints" => array:2 [
          "UserName" => []
          "UserNameUnique" => []
        ]
        "provider" => "user"
        "field_name" => "name"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1217
        #definition: array:3 [
          "type" => "field_item:string"
          "settings" => array:3 [
            "max_length" => 255
            "is_ascii" => false
            "case_sensitive" => false
          ]
          "class" => "\Drupal\user\UserNameItem"
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1214}
      }
      #type: "string"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "pass" => Drupal\Core\Field\BaseFieldDefinition {#1218
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1219
          #string: "Password"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1220
          #string: "The password of this user (hashed)."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "constraints" => array:1 [
          "ProtectedUserField" => null
        ]
        "provider" => "user"
        "field_name" => "pass"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1221
        #definition: array:2 [
          "type" => "field_item:password"
          "settings" => array:3 [
            "max_length" => 255
            "is_ascii" => false
            "case_sensitive" => false
          ]
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1218}
      }
      #type: "password"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "mail" => Drupal\Core\Field\BaseFieldDefinition {#1222
      #definition: array:8 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1223
          #string: "Email"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1224
          #string: "The email of this user."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "default_value" => array:1 [
          0 => array:1 [
            "value" => ""
          ]
        ]
        "constraints" => array:3 [
          "UserMailUnique" => null
          "UserMailRequired" => null
          "ProtectedUserField" => null
        ]
        "provider" => "user"
        "field_name" => "mail"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1225
        #definition: array:2 [
          "type" => "field_item:email"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1222}
      }
      #type: "email"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "timezone" => Drupal\Core\Field\BaseFieldDefinition {#1226
      #definition: array:6 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1227
          #string: "Timezone"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1228
          #string: "The timezone of this user."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "provider" => "user"
        "field_name" => "timezone"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1229
        #definition: array:4 [
          "type" => "field_item:string"
          "settings" => array:3 [
            "max_length" => 32
            "is_ascii" => false
            "case_sensitive" => false
          ]
          "constraints" => array:1 [
            "ComplexData" => array:1 [
              "value" => array:1 [
                "AllowedValues" => array:1 [
                  "callback" => "Drupal\user\Entity\User::getAllowedTimezones"
                ]
              ]
            ]
          ]
          "class" => "Drupal\user\TimeZoneItem"
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1226}
      }
      #type: "string"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "status" => Drupal\Core\Field\BaseFieldDefinition {#1230
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1231
          #string: "User status"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1232
          #string: "Whether the user is active or blocked."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "default_value" => array:1 [
          0 => array:1 [
            "value" => false
          ]
        ]
        "provider" => "user"
        "field_name" => "status"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1233
        #definition: array:3 [
          "type" => "field_item:boolean"
          "settings" => array:2 [
            "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1234
              #string: "On"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1235
              #string: "Off"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
          ]
          "class" => "Drupal\user\StatusItem"
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1230}
      }
      #type: "boolean"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "created" => Drupal\Core\Field\BaseFieldDefinition {#1236
      #definition: array:6 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1237
          #string: "Created"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1238
          #string: "The time that the user was created."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "provider" => "user"
        "field_name" => "created"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1239
        #definition: array:2 [
          "type" => "field_item:created"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1236}
      }
      #type: "created"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "changed" => Drupal\Core\Field\BaseFieldDefinition {#1240
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1241
          #string: "Changed"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1242
          #string: "The time that the user was last edited."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "translatable" => true
        "provider" => "user"
        "field_name" => "changed"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1243
        #definition: array:2 [
          "type" => "field_item:changed"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1240}
      }
      #type: "changed"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "access" => Drupal\Core\Field\BaseFieldDefinition {#1244
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1245
          #string: "Last access"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1246
          #string: "The time that the user last accessed the site."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "default_value" => array:1 [
          0 => array:1 [
            "value" => 0
          ]
        ]
        "provider" => "user"
        "field_name" => "access"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1247
        #definition: array:2 [
          "type" => "field_item:timestamp"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1244}
      }
      #type: "timestamp"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "login" => Drupal\Core\Field\BaseFieldDefinition {#1248
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1249
          #string: "Last login"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1250
          #string: "The time that the user last logged in."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "default_value" => array:1 [
          0 => array:1 [
            "value" => 0
          ]
        ]
        "provider" => "user"
        "field_name" => "login"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1251
        #definition: array:2 [
          "type" => "field_item:timestamp"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1248}
      }
      #type: "timestamp"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "init" => Drupal\Core\Field\BaseFieldDefinition {#1252
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1253
          #string: "Initial email"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1254
          #string: "The email address used for initial account creation."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "default_value" => array:1 [
          0 => array:1 [
            "value" => ""
          ]
        ]
        "provider" => "user"
        "field_name" => "init"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1255
        #definition: array:2 [
          "type" => "field_item:email"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1252}
      }
      #type: "email"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "roles" => Drupal\Core\Field\BaseFieldDefinition {#1256
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1257
          #string: "Roles"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "cardinality" => -1
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1258
          #string: "The roles the user has."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "provider" => "user"
        "field_name" => "roles"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1259
        #definition: array:2 [
          "type" => "field_item:entity_reference"
          "settings" => array:3 [
            "target_type" => "user_role"
            "handler" => "default"
            "handler_settings" => []
          ]
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1256}
      }
      #type: "entity_reference"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "default_langcode" => Drupal\Core\Field\BaseFieldDefinition {#1260
      #definition: array:9 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1261
          #string: "Default translation"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1262
          #string: "A flag indicating whether this is the default translation."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "translatable" => true
        "revisionable" => true
        "default_value" => array:1 [
          0 => array:1 [
            "value" => true
          ]
        ]
        "provider" => "user"
        "field_name" => "default_langcode"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1263
        #definition: array:2 [
          "type" => "field_item:boolean"
          "settings" => array:2 [
            "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1264
              #string: "On"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1265
              #string: "Off"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
          ]
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1260}
      }
      #type: "boolean"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "bet_private" => Drupal\Core\Field\BaseFieldDefinition {#1266
      #definition: array:8 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1267
          #string: "Hide my account on main website"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1268
          #string: "Your ranking will only be visible on your group page, and will be hidden in the general ranking."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "default_value" => array:1 [
          0 => array:1 [
            "value" => 0
          ]
        ]
        "display" => array:2 [
          "form" => array:2 [
            "options" => array:1 [
              "region" => "hidden"
            ]
            "configurable" => true
          ]
          "view" => array:2 [
            "options" => array:1 [
              "region" => "hidden"
            ]
            "configurable" => true
          ]
        ]
        "provider" => "mespronos_group"
        "field_name" => "bet_private"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1269
        #definition: array:2 [
          "type" => "field_item:boolean"
          "settings" => array:2 [
            "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1270
              #string: "On"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1271
              #string: "Off"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
          ]
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1266}
      }
      #type: "boolean"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "optin" => Drupal\Core\Field\BaseFieldDefinition {#1272
      #definition: array:8 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1273
          #string: "Me prévenir par email des prochaines compétitions"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => "Promis, pas de spam ni de revente de données, mais juste un mail une à deux fois par an pour vous annoncer les prochaines compétitions."
        "display" => array:1 [
          "form" => array:2 [
            "options" => array:1 [
              "region" => "hidden"
            ]
            "configurable" => true
          ]
        ]
        "required" => true
        "provider" => "mespronos_tweaks"
        "field_name" => "optin"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1274
        #definition: array:2 [
          "type" => "field_item:boolean"
          "settings" => array:2 [
            "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1275
              #string: "On"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1276
              #string: "Off"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
          ]
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1272}
      }
      #type: "boolean"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "metatag" => Drupal\Core\Field\BaseFieldDefinition {#1277
      #definition: array:10 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1278
          #string: "Metatags (Hidden field for JSON support)"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1279
          #string: "The computed meta tags for the entity."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "computed" => true
        "translatable" => true
        "read-only" => true
        "entity_type" => "user"
        "cardinality" => -1
        "provider" => "metatag"
        "field_name" => "metatag"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1280
        #definition: array:2 [
          "type" => "field_item:metatag_computed"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1277}
      }
      #type: "metatag_computed"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "path" => Drupal\Core\Field\BaseFieldDefinition {#1281
      #definition: array:9 [
        "custom_storage" => true
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1282
          #string: "URL alias"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "translatable" => true
        "computed" => true
        "display" => array:1 [
          "form" => array:2 [
            "options" => array:2 [
              "type" => "path"
              "weight" => 30
            ]
            "configurable" => true
          ]
        ]
        "provider" => "pathauto"
        "field_name" => "path"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1283
        #definition: array:2 [
          "type" => "field_item:path"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1281}
      }
      #type: "path"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "field_firstname" => Drupal\field\Entity\FieldConfig {#1284
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #cacheContexts: array:2 [
        0 => "url.site"
        1 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_firstname"
      #status: true
      #uuid: "a5b24786-b104-4012-a45a-9023e579fe53"
      -isUninstalling: false
      #langcode: "fr"
      #third_party_settings: []
      #_core: array:1 [
        "default_config_hash" => "uE1nLAqhGU7vpw0AzcsbLPbGteKW8rwVNq9HkI9Oaus"
      ]
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_firstname"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_firstname"
      #field_name: "field_firstname"
      #field_type: "string"
      #entity_type: "user"
      #bundle: "user"
      #label: "Prénom"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
      +original: ? Drupal\field\Entity\FieldConfig
    }
    "field_group" => Drupal\field\Entity\FieldConfig {#1285
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #cacheContexts: array:2 [
        0 => "url.site"
        1 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_group"
      #status: true
      #uuid: "529cf2e8-140a-463d-b829-5a7dc4ac68b2"
      -isUninstalling: false
      #langcode: "fr"
      #third_party_settings: []
      #_core: array:1 [
        "default_config_hash" => "OfLogrF6GmpDN6mcxACZVqyYqir6zxC3jryBy36KDJc"
      ]
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_group"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_group"
      #field_name: "field_group"
      #field_type: "entity_reference"
      #entity_type: "user"
      #bundle: "user"
      #label: "Groupe"
      #description: ""
      #settings: array:2 [
        "handler" => "default:group"
        "handler_settings" => array:3 [
          "target_bundles" => null
          "sort" => array:1 [
            "field" => "_none"
          ]
          "auto_create" => false
        ]
      ]
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
      +original: ? Drupal\field\Entity\FieldConfig
    }
    "field_lastname" => Drupal\field\Entity\FieldConfig {#1286
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #cacheContexts: array:2 [
        0 => "url.site"
        1 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_lastname"
      #status: true
      #uuid: "489ffa8b-892f-4fc4-ae00-0e8e87513f1f"
      -isUninstalling: false
      #langcode: "fr"
      #third_party_settings: []
      #_core: array:1 [
        "default_config_hash" => "xRtuwaHqrB5-rhe0ofhE7or7HwUADekLZJuXZVUfAcg"
      ]
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_lastname"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_lastname"
      #field_name: "field_lastname"
      #field_type: "string"
      #entity_type: "user"
      #bundle: "user"
      #label: "Nom"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
      +original: ? Drupal\field\Entity\FieldConfig
    }
    "field_reminder_enable" => Drupal\field\Entity\FieldConfig {#1287
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #cacheContexts: array:2 [
        0 => "url.site"
        1 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_reminder_enable"
      #status: true
      #uuid: "86783029-63e9-406a-bad0-5fcd3b1f26ca"
      -isUninstalling: false
      #langcode: "fr"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_reminder_enable"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_reminder_enable"
      #field_name: "field_reminder_enable"
      #field_type: "boolean"
      #entity_type: "user"
      #bundle: "user"
      #label: "Activer les rappels de pronostics"
      #description: "En activant les rappels, vous recevrez quelques heures avant chaque journée un rappel si vous n'avez pas encore fait vos pronostics."
      #settings: array:2 [
        "on_label" => "Activer les rappels par e-mail"
        "off_label" => "Désactivé"
      ]
      #required: false
      #translatable: false
      #default_value: array:1 [
        0 => array:1 [
          "value" => 1
        ]
      ]
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
      +original: ? Drupal\field\Entity\FieldConfig
    }
    "user_picture" => Drupal\field\Entity\FieldConfig {#1288
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #cacheContexts: array:2 [
        0 => "url.site"
        1 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.user_picture"
      #status: true
      #uuid: "9ef853c4-913f-4640-a560-9664030ddaf5"
      -isUninstalling: false
      #langcode: "fr"
      #third_party_settings: array:1 [
        "content_translation" => array:1 [
          "translation_sync" => array:3 [
            "alt" => "alt"
            "title" => "title"
            "file" => "0"
          ]
        ]
      ]
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.user_picture"
        ]
        "module" => array:3 [
          0 => "content_translation"
          1 => "image"
          2 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.user_picture"
      #field_name: "user_picture"
      #field_type: "image"
      #entity_type: "user"
      #bundle: "user"
      #label: "Avatar"
      #description: ""
      #settings: array:12 [
        "handler" => "default:file"
        "handler_settings" => []
        "file_directory" => "users/avatars/[date:custom:Y]-[date:custom:m]"
        "file_extensions" => "png gif jpg jpeg"
        "max_filesize" => "2MB"
        "max_resolution" => ""
        "min_resolution" => "200x200"
        "alt_field" => false
        "alt_field_required" => true
        "title_field" => false
        "title_field_required" => false
        "default_image" => array:5 [
          "uuid" => "25e46333-73c7-4d7a-8133-f02c3f4586b9"
          "alt" => ""
          "title" => ""
          "width" => 180
          "height" => 180
        ]
      ]
      #required: false
      #translatable: true
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
      +original: ? Drupal\field\Entity\FieldConfig
    }
  ]
  #languages: null
  #langcodeKey: "langcode"
  #defaultLangcodeKey: "default_langcode"
  #activeLangcode: "x-default"
  #enforceDefaultTranslation: null
  #defaultLangcode: "fr"
  #translations: array:1 [
    "x-default" => array:1 [
      "status" => 1
    ]
  ]
  #translationInitialize: false
  #newRevision: false
  #isDefaultRevision: true
  #entityKeys: array:3 [
    "bundle" => "user"
    "id" => "1720"
    "uuid" => "5e6546d0-503a-4d3c-b408-663807f7cc8c"
  ]
  #translatableEntityKeys: array:2 [
    "langcode" => array:1 [
      "x-default" => "fr"
    ]
    "default_langcode" => array:1 [
      "x-default" => "1"
    ]
  ]
  #validated: false
  #validationRequired: false
  #loadedRevisionId: null
  #revisionTranslationAffectedKey: "revision_translation_affected"
  #enforceRevisionTranslationAffected: []
  #isSyncing: false
}