Entity fields user

Add to Standard shortcuts
user =>
array:20 [
  "uid" => Drupal\Core\Field\BaseFieldDefinition {#1568
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1567
        #string: "User ID"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "read-only" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1571
        #string: "The user ID."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "user"
      "field_name" => "uid"
      "entity_type" => "user"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1572
      #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 {#1568}
    }
    #type: "integer"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "int"
          "unsigned" => true
          "size" => "normal"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "uuid" => Drupal\Core\Field\BaseFieldDefinition {#1573
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1574
        #string: "UUID"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "read-only" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1575
        #string: "The user UUID."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "user"
      "field_name" => "uuid"
      "entity_type" => "user"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1576
      #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 {#1573}
    }
    #type: "uuid"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar_ascii"
          "length" => 128
          "binary" => false
        ]
      ]
      "unique keys" => array:1 [
        "value" => array:1 [
          0 => "value"
        ]
      ]
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "langcode" => Drupal\Core\Field\BaseFieldDefinition {#1577
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1578
        #string: "Language code"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "display" => array:2 [
        "view" => array:1 [
          "options" => array:1 [
            "region" => "hidden"
          ]
        ]
        "form" => array:1 [
          "options" => array:1 [
            "region" => "hidden"
          ]
        ]
      ]
      "translatable" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1579
        #string: "The user language code."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "user"
      "field_name" => "langcode"
      "entity_type" => "user"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1580
      #definition: array:2 [
        "type" => "field_item:language"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1577}
    }
    #type: "language"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "varchar_ascii"
          "length" => 12
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "preferred_langcode" => Drupal\Core\Field\BaseFieldDefinition {#1581
    #definition: array:7 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1582
        #string: "Preferred language code"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1583
        #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
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1584
      #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 {#1581}
    }
    #type: "language"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "varchar_ascii"
          "length" => 12
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "preferred_admin_langcode" => Drupal\Core\Field\BaseFieldDefinition {#1585
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1586
        #string: "Preferred admin language code"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1587
        #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
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1588
      #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 {#1585}
    }
    #type: "language"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "varchar_ascii"
          "length" => 12
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "name" => Drupal\Core\Field\BaseFieldDefinition {#1589
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1590
        #string: "Name"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1591
        #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
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1592
      #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 {#1589}
    }
    #type: "string"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar"
          "length" => 255
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "pass" => Drupal\Core\Field\BaseFieldDefinition {#1593
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1594
        #string: "Password"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1595
        #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
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1596
      #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 {#1593}
    }
    #type: "password"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar"
          "length" => 255
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "mail" => Drupal\Core\Field\BaseFieldDefinition {#1597
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1598
        #string: "Email"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1599
        #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
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1600
      #definition: array:2 [
        "type" => "field_item:email"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1597}
    }
    #type: "email"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "varchar"
          "length" => 254
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "timezone" => Drupal\Core\Field\BaseFieldDefinition {#1601
    #definition: array:7 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1602
        #string: "Timezone"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1603
        #string: "The timezone of this user."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "user"
      "field_name" => "timezone"
      "entity_type" => "user"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1604
      #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 {#1601}
    }
    #type: "string"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar"
          "length" => 32
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "status" => Drupal\Core\Field\BaseFieldDefinition {#1605
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1606
        #string: "User status"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1607
        #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
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1608
      #definition: array:3 [
        "type" => "field_item:boolean"
        "settings" => array:2 [
          "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1609
            #string: "On"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
          "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1610
            #string: "Off"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
        ]
        "class" => "Drupal\user\StatusItem"
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1605}
    }
    #type: "boolean"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "int"
          "size" => "tiny"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "created" => Drupal\Core\Field\BaseFieldDefinition {#1611
    #definition: array:7 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1612
        #string: "Created"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1613
        #string: "The time that the user was created."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "user"
      "field_name" => "created"
      "entity_type" => "user"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1614
      #definition: array:2 [
        "type" => "field_item:created"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1611}
    }
    #type: "created"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:1 [
          "type" => "int"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "changed" => Drupal\Core\Field\BaseFieldDefinition {#1615
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1616
        #string: "Changed"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1617
        #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
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1618
      #definition: array:2 [
        "type" => "field_item:changed"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1615}
    }
    #type: "changed"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:1 [
          "type" => "int"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "access" => Drupal\Core\Field\BaseFieldDefinition {#1619
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1620
        #string: "Last access"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1621
        #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
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1622
      #definition: array:2 [
        "type" => "field_item:timestamp"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1619}
    }
    #type: "timestamp"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:1 [
          "type" => "int"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "login" => Drupal\Core\Field\BaseFieldDefinition {#1623
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1624
        #string: "Last login"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1625
        #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
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1626
      #definition: array:2 [
        "type" => "field_item:timestamp"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1623}
    }
    #type: "timestamp"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:1 [
          "type" => "int"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "init" => Drupal\Core\Field\BaseFieldDefinition {#1627
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1628
        #string: "Initial email"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1629
        #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
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1630
      #definition: array:2 [
        "type" => "field_item:email"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1627}
    }
    #type: "email"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "varchar"
          "length" => 254
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "roles" => Drupal\Core\Field\BaseFieldDefinition {#1631
    #definition: array:7 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1632
        #string: "Roles"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "cardinality" => -1
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1633
        #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 {#1634
      #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 {#1631}
    }
    #type: "entity_reference"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "target_id" => array:3 [
          "description" => "The ID of the target entity."
          "type" => "varchar_ascii"
          "length" => 255
        ]
      ]
      "indexes" => array:1 [
        "target_id" => array:1 [
          0 => "target_id"
        ]
      ]
      "unique keys" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "default_langcode" => Drupal\Core\Field\BaseFieldDefinition {#1635
    #definition: array:10 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1636
        #string: "Default translation"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1637
        #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
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1638
      #definition: array:2 [
        "type" => "field_item:boolean"
        "settings" => array:2 [
          "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1639
            #string: "On"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
          "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1640
            #string: "Off"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1635}
    }
    #type: "boolean"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "int"
          "size" => "tiny"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "user_picture" => Drupal\field\Entity\FieldStorageConfig {#1641
    #entityTypeId: "field_storage_config"
    #enforceIsNew: null
    #typedData: null
    #cacheContexts: array:1 [
      0 => "languages:language_interface"
    ]
    #cacheTags: []
    #cacheMaxAge: -1
    #_serviceIds: []
    #_entityStorages: []
    #originalId: "user.user_picture"
    #status: true
    #uuid: "bffcd1d1-de81-4f95-aa55-969055cc18de"
    -isUninstalling: false
    #langcode: "en"
    #third_party_settings: []
    #_core: array:1 [
      "default_config_hash" => "6k-VBFilDLuzgSOT-77CFgHFlcd5D-kqRixtH89EShU"
    ]
    #trustedData: false
    #dependencies: array:1 [
      "module" => array:3 [
        0 => "file"
        1 => "image"
        2 => "user"
      ]
    ]
    #isSyncing: true
    #id: "user.user_picture"
    #field_name: "user_picture"
    #entity_type: "user"
    #type: "image"
    #module: "image"
    #settings: array:5 [
      "target_type" => "file"
      "display_field" => false
      "display_default" => false
      "uri_scheme" => "public"
      "default_image" => array:5 [
        "uuid" => null
        "alt" => ""
        "title" => ""
        "width" => null
        "height" => null
      ]
    ]
    #cardinality: 1
    #translatable: true
    #locked: false
    #persist_with_no_fields: false
    +custom_storage: false
    #indexes: array:1 [
      "target_id" => array:1 [
        0 => "target_id"
      ]
    ]
    #deleted: false
    #schema: null
    #propertyDefinitions: null
    +original: ? Drupal\field\FieldStorageConfigInterface
  }
  "field_fi_user" => Drupal\field\Entity\FieldStorageConfig {#1642
    #entityTypeId: "field_storage_config"
    #enforceIsNew: true
    #typedData: null
    #cacheContexts: []
    #cacheTags: []
    #cacheMaxAge: -1
    #_serviceIds: []
    #_entityStorages: []
    #originalId: "user.field_fi_user"
    #status: true
    #uuid: "2d19c99e-9fe0-44dd-8bd5-7c17f6d4f57e"
    -isUninstalling: false
    #langcode: "en"
    #third_party_settings: []
    #_core: []
    #trustedData: false
    #dependencies: array:1 [
      "module" => array:2 [
        0 => "text"
        1 => "user"
      ]
    ]
    #isSyncing: true
    #id: "user.field_fi_user"
    #field_name: "field_fi_user"
    #entity_type: "user"
    #type: "text"
    #module: "text"
    #settings: array:1 [
      "max_length" => 255
    ]
    #cardinality: 1
    #translatable: true
    #locked: false
    #persist_with_no_fields: false
    +custom_storage: false
    #indexes: []
    #deleted: false
    #schema: null
    #propertyDefinitions: null
    +original: ? Drupal\field\FieldStorageConfigInterface
  }
  "field_fi_user_hashed" => Drupal\field\Entity\FieldStorageConfig {#1643
    #entityTypeId: "field_storage_config"
    #enforceIsNew: true
    #typedData: null
    #cacheContexts: []
    #cacheTags: []
    #cacheMaxAge: -1
    #_serviceIds: []
    #_entityStorages: []
    #originalId: "user.field_fi_user_hashed"
    #status: true
    #uuid: "c9a99951-3af0-4564-94d0-4eb9e8b85a14"
    -isUninstalling: false
    #langcode: "de"
    #third_party_settings: []
    #_core: []
    #trustedData: false
    #dependencies: array:1 [
      "module" => array:1 [
        0 => "user"
      ]
    ]
    #isSyncing: true
    #id: "user.field_fi_user_hashed"
    #field_name: "field_fi_user_hashed"
    #entity_type: "user"
    #type: "string"
    #module: "core"
    #settings: array:3 [
      "max_length" => 50
      "case_sensitive" => false
      "is_ascii" => false
    ]
    #cardinality: 1
    #translatable: true
    #locked: false
    #persist_with_no_fields: false
    +custom_storage: false
    #indexes: []
    #deleted: false
    #schema: null
    #propertyDefinitions: null
    +original: ? Drupal\field\FieldStorageConfigInterface
  }
]