Entity fields user

Add to Default shortcuts
user =>
array:20 [
  "uid" => Drupal\Core\Field\BaseFieldDefinition {#1652
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1656
        #string: "User ID"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "read-only" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1657
        #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 {#1658
      #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 {#1652}
    }
    #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 {#1659
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1660
        #string: "UUID"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "read-only" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1661
        #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 {#1662
      #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 {#1659}
    }
    #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 {#1663
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1664
        #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 {#1665
        #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 {#1666
      #definition: array:2 [
        "type" => "field_item:language"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1663}
    }
    #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 {#1667
    #definition: array:7 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1668
        #string: "Preferred language code"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1669
        #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 {#1670
      #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 {#1667}
    }
    #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 {#1671
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1672
        #string: "Preferred admin language code"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1673
        #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 {#1674
      #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 {#1671}
    }
    #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 {#1675
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1676
        #string: "Name"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1677
        #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 {#1678
      #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 {#1675}
    }
    #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 {#1679
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1680
        #string: "Password"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1681
        #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 {#1682
      #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 {#1679}
    }
    #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 {#1683
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1684
        #string: "Email"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1685
        #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 {#1686
      #definition: array:2 [
        "type" => "field_item:email"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1683}
    }
    #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 {#1687
    #definition: array:7 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1688
        #string: "Timezone"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1689
        #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 {#1690
      #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 {#1687}
    }
    #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 {#1691
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1692
        #string: "User status"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1693
        #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 {#1694
      #definition: array:3 [
        "type" => "field_item:boolean"
        "settings" => array:2 [
          "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1695
            #string: "On"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
          "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1696
            #string: "Off"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
        ]
        "class" => "Drupal\user\StatusItem"
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1691}
    }
    #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 {#1697
    #definition: array:7 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1698
        #string: "Created"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1699
        #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 {#1700
      #definition: array:2 [
        "type" => "field_item:created"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1697}
    }
    #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 {#1701
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1702
        #string: "Changed"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1703
        #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 {#1704
      #definition: array:2 [
        "type" => "field_item:changed"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1701}
    }
    #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 {#1705
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1706
        #string: "Last access"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1707
        #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 {#1708
      #definition: array:2 [
        "type" => "field_item:timestamp"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1705}
    }
    #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 {#1709
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1710
        #string: "Last login"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1711
        #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 {#1712
      #definition: array:2 [
        "type" => "field_item:timestamp"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1709}
    }
    #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 {#1713
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1714
        #string: "Initial email"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1715
        #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 {#1716
      #definition: array:2 [
        "type" => "field_item:email"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1713}
    }
    #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 {#1717
    #definition: array:7 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1718
        #string: "Roles"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "cardinality" => -1
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1719
        #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 {#1720
      #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 {#1717}
    }
    #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 {#1721
    #definition: array:10 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1722
        #string: "Default translation"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1723
        #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 {#1724
      #definition: array:2 [
        "type" => "field_item:boolean"
        "settings" => array:2 [
          "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1725
            #string: "On"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
          "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1726
            #string: "Off"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1721}
    }
    #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 {#1727
    #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 {#1728
    #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 {#1729
    #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
  }
]