Drupal\user\Entity\User {#2588
  #entityTypeId: "user"
  #enforceIsNew: null
  #typedData: null
  #originalEntity: null
  #cacheContexts: []
  #cacheTags: []
  #cacheMaxAge: -1
  #_serviceIds: []
  #_entityStorages: []
  #values: array:22 [
    "uid" => array:1 [
      "x-default" => "6016"
    ]
    "uuid" => array:1 [
      "x-default" => "cbeb625c-7818-4c4f-ad02-bf455faaf995"
    ]
    "langcode" => array:1 [
      "x-default" => "en"
    ]
    "preferred_langcode" => array:1 [
      "x-default" => "en"
    ]
    "preferred_admin_langcode" => array:1 [
      "x-default" => "en"
    ]
    "name" => array:1 [
      "x-default" => "DAVIDONE"
    ]
    "pass" => array:1 [
      "x-default" => "$S$Dm5GjTGbi/Pk6MlmeNDWFW7QBTtKb3eu35HEzGmuk.8mhojbiBlN"
    ]
    "mail" => array:1 [
      "x-default" => "davidaddis88@gmail.com"
    ]
    "timezone" => array:1 [
      "x-default" => null
    ]
    "status" => array:1 [
      "x-default" => "1"
    ]
    "created" => array:1 [
      "x-default" => "1534321629"
    ]
    "changed" => array:1 [
      "x-default" => "1608291235"
    ]
    "access" => array:1 [
      "x-default" => "1535540612"
    ]
    "login" => array:1 [
      "x-default" => "1535540186"
    ]
    "init" => array:1 [
      "x-default" => "davidaddis88@gmail.com"
    ]
    "default_langcode" => array:1 [
      "x-default" => "1"
    ]
    "api_key" => array:1 [
      "x-default" => null
    ]
    "field_consent" => array:1 [
      "x-default" => array:1 [
        0 => array:1 [
          "value" => "1"
        ]
      ]
    ]
    "field_date_achieve" => array:1 [
      "x-default" => array:1 [
        0 => array:1 [
          "value" => "2018-08-15"
        ]
      ]
    ]
    "field_icr_network" => array:1 [
      "x-default" => array:1 [
        0 => array:1 [
          "target_id" => "92059"
        ]
      ]
    ]
    "field_stage" => array:1 [
      "x-default" => array:1 [
        0 => array:1 [
          "value" => "2"
        ]
      ]
    ]
    "taxonomy_vocabulary_5" => array:1 [
      "x-default" => array:1 [
        0 => array:1 [
          "target_id" => "90458"
        ]
      ]
    ]
  ]
  #fields: []
  #fieldDefinitions: array:40 [
    "uid" => Drupal\Core\Field\BaseFieldDefinition {#2793
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2795
          #string: "User ID"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "read-only" => true
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2794
          #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 {#2797
        #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 {#2793}
      }
      #type: "integer"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "uuid" => Drupal\Core\Field\BaseFieldDefinition {#2798
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2799
          #string: "UUID"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "read-only" => true
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2800
          #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 {#2801
        #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 {#2798}
      }
      #type: "uuid"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "langcode" => Drupal\Core\Field\BaseFieldDefinition {#2802
      #definition: array:8 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2803
          #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 {#2804
          #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 {#2805
        #definition: array:2 [
          "type" => "field_item:language"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#2802}
      }
      #type: "language"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "preferred_langcode" => Drupal\Core\Field\BaseFieldDefinition {#2806
      #definition: array:6 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2807
          #string: "Preferred language code"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2808
          #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 {#2809
        #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 {#2806}
      }
      #type: "language"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "preferred_admin_langcode" => Drupal\Core\Field\BaseFieldDefinition {#2810
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2811
          #string: "Preferred admin language code"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2812
          #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 {#2813
        #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 {#2810}
      }
      #type: "language"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "name" => Drupal\Core\Field\BaseFieldDefinition {#2814
      #definition: array:8 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2815
          #string: "Name"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2816
          #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 {#2817
        #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 {#2814}
      }
      #type: "string"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "pass" => Drupal\Core\Field\BaseFieldDefinition {#2818
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2819
          #string: "Password"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2820
          #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 {#2821
        #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 {#2818}
      }
      #type: "password"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "mail" => Drupal\Core\Field\BaseFieldDefinition {#2822
      #definition: array:8 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2823
          #string: "Email"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2824
          #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 {#2825
        #definition: array:2 [
          "type" => "field_item:email"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#2822}
      }
      #type: "email"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "timezone" => Drupal\Core\Field\BaseFieldDefinition {#2826
      #definition: array:6 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2827
          #string: "Timezone"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2828
          #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 {#2829
        #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 {#2826}
      }
      #type: "string"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "status" => Drupal\Core\Field\BaseFieldDefinition {#2830
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2831
          #string: "User status"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2832
          #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 {#2833
        #definition: array:3 [
          "type" => "field_item:boolean"
          "settings" => array:2 [
            "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2834
              #string: "On"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2835
              #string: "Off"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
          ]
          "class" => "Drupal\user\StatusItem"
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#2830}
      }
      #type: "boolean"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "created" => Drupal\Core\Field\BaseFieldDefinition {#2836
      #definition: array:6 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2837
          #string: "Created"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2838
          #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 {#2839
        #definition: array:2 [
          "type" => "field_item:created"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#2836}
      }
      #type: "created"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "changed" => Drupal\Core\Field\Entity\BaseFieldOverride {#2899
      #entityTypeId: "base_field_override"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.changed"
      #status: true
      #uuid: "1f0f0ba2-9b67-4e7e-aa84-109c2c7b9a71"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:1 [
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.changed"
      #field_name: "changed"
      #field_type: "changed"
      #entity_type: "user"
      #bundle: "user"
      #label: "Changed"
      #description: "The time that the user was last edited."
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #baseFieldDefinition: ?
    }
    "access" => Drupal\Core\Field\BaseFieldDefinition {#2844
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2845
          #string: "Last access"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2846
          #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 {#2847
        #definition: array:2 [
          "type" => "field_item:timestamp"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#2844}
      }
      #type: "timestamp"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "login" => Drupal\Core\Field\BaseFieldDefinition {#2848
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2849
          #string: "Last login"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2850
          #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 {#2851
        #definition: array:2 [
          "type" => "field_item:timestamp"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#2848}
      }
      #type: "timestamp"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "init" => Drupal\Core\Field\BaseFieldDefinition {#2852
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2853
          #string: "Initial email"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2854
          #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 {#2855
        #definition: array:2 [
          "type" => "field_item:email"
          "settings" => []
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#2852}
      }
      #type: "email"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "roles" => Drupal\Core\Field\BaseFieldDefinition {#2856
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2857
          #string: "Roles"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "cardinality" => -1
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2858
          #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 {#2859
        #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 {#2856}
      }
      #type: "entity_reference"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "default_langcode" => Drupal\Core\Field\BaseFieldDefinition {#2860
      #definition: array:9 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2861
          #string: "Default translation"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2862
          #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 {#2863
        #definition: array:2 [
          "type" => "field_item:boolean"
          "settings" => array:2 [
            "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2864
              #string: "On"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
            "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2865
              #string: "Off"
              #arguments: []
              #translatedMarkup: null
              #options: []
              #stringTranslation: null
            }
          ]
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#2860}
      }
      #type: "boolean"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "api_key" => Drupal\Core\Field\BaseFieldDefinition {#2866
      #definition: array:7 [
        "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#2867
          #string: "API key"
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#2868
          #string: "The API key used for authentication."
          #arguments: []
          #translatedMarkup: null
          #options: []
          #stringTranslation: null
        }
        "constraints" => array:1 [
          "UniqueField" => null
        ]
        "provider" => "key_auth"
        "field_name" => "api_key"
        "entity_type" => "user"
        "bundle" => null
      ]
      #typedDataManager: null
      #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#2869
        #definition: array:2 [
          "type" => "field_item:string"
          "settings" => array:4 [
            "max_length" => 255
            "is_ascii" => false
            "case_sensitive" => false
            "text_processing" => 0
          ]
        ]
        #typedDataManager: null
        #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#2866}
      }
      #type: "string"
      #propertyDefinitions: null
      #schema: null
      #indexes: []
    }
    "metatag" => Drupal\Core\Field\Entity\BaseFieldOverride {#2901
      #entityTypeId: "base_field_override"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.metatag"
      #status: true
      #uuid: "26479e50-8965-4b0f-b8c7-7bd67ae556fa"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:1 [
        "module" => array:2 [
          0 => "metatag"
          1 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.metatag"
      #field_name: "metatag"
      #field_type: "metatag_computed"
      #entity_type: "user"
      #bundle: "user"
      #label: "Metatags (Hidden field for JSON support)"
      #description: "The computed meta tags for the entity."
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #baseFieldDefinition: ?
    }
    "path" => Drupal\Core\Field\Entity\BaseFieldOverride {#2900
      #entityTypeId: "base_field_override"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.path"
      #status: true
      #uuid: "9d7f0f9a-ca3e-4126-bd10-f4810ebe7ece"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:1 [
        "module" => array:2 [
          0 => "path"
          1 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.path"
      #field_name: "path"
      #field_type: "path"
      #entity_type: "user"
      #bundle: "user"
      #label: "URL alias"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #baseFieldDefinition: ?
    }
    "field_audience" => Drupal\field\Entity\FieldConfig {#2903
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_audience"
      #status: true
      #uuid: "db133fdb-c95d-466e-99f4-36abce00650f"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:3 [
        "config" => array:2 [
          0 => "field.storage.user.field_audience"
          1 => "taxonomy.vocabulary.audience"
        ]
        "content" => array:1 [
          0 => "taxonomy_term:audience:930a8bb4-1a18-4d98-aab3-bde176f8ca15"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_audience"
      #field_name: "field_audience"
      #field_type: "entity_reference"
      #entity_type: "user"
      #bundle: "user"
      #label: "Audience"
      #description: ""
      #settings: array:2 [
        "handler" => "default:filter_existing_terms"
        "handler_settings" => array:4 [
          "target_bundles" => array:1 [
            "audience" => "audience"
          ]
          "sort" => array:2 [
            "field" => "name"
            "direction" => "asc"
          ]
          "auto_create" => false
          "auto_create_bundle" => ""
        ]
      ]
      #required: true
      #translatable: false
      #default_value: array:1 [
        0 => array:1 [
          "target_uuid" => "930a8bb4-1a18-4d98-aab3-bde176f8ca15"
        ]
      ]
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_bio" => Drupal\field\Entity\FieldConfig {#2904
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_bio"
      #status: true
      #uuid: "b8f4ab2e-31d0-4364-8e4b-34e1b30ecacf"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_bio"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_bio"
      #field_name: "field_bio"
      #field_type: "string_long"
      #entity_type: "user"
      #bundle: "user"
      #label: "Bemutatkozás"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_consent" => Drupal\field\Entity\FieldConfig {#2905
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_consent"
      #status: true
      #uuid: "dce5f4e1-5352-4431-b337-0935d13eefc1"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_consent"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_consent"
      #field_name: "field_consent"
      #field_type: "boolean"
      #entity_type: "user"
      #bundle: "user"
      #label: "Consent"
      #description: "Tick here to confirm that you have explicit consent from the person you are creating the account for to add their details to our database and for People's Voice Media to use these details to contact them in regards to Community Reporter activities"
      #settings: array:2 [
        "on_label" => "Yes"
        "off_label" => "No"
      ]
      #required: true
      #translatable: false
      #default_value: array:1 [
        0 => array:1 [
          "value" => 0
        ]
      ]
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_date_achieve" => Drupal\field\Entity\FieldConfig {#2906
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_date_achieve"
      #status: true
      #uuid: "6c7159af-b10a-4ac1-b2d9-6122546f94d7"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_date_achieve"
        ]
        "module" => array:2 [
          0 => "datetime"
          1 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_date_achieve"
      #field_name: "field_date_achieve"
      #field_type: "datetime"
      #entity_type: "user"
      #bundle: "user"
      #label: "Date Achieved"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_delicious" => Drupal\field\Entity\FieldConfig {#2907
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_delicious"
      #status: true
      #uuid: "9f1a1763-ed92-42f1-943b-6c99e59a31c7"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_delicious"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_delicious"
      #field_name: "field_delicious"
      #field_type: "string"
      #entity_type: "user"
      #bundle: "user"
      #label: "delicious"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_facebook" => Drupal\field\Entity\FieldConfig {#2908
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_facebook"
      #status: true
      #uuid: "96f81919-4750-49d7-94f5-38eac1eafce4"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_facebook"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_facebook"
      #field_name: "field_facebook"
      #field_type: "string"
      #entity_type: "user"
      #bundle: "user"
      #label: "facebook"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_flickr" => Drupal\field\Entity\FieldConfig {#2909
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_flickr"
      #status: true
      #uuid: "a3d57e65-f615-4808-9b0c-0ccae7dde544"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_flickr"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_flickr"
      #field_name: "field_flickr"
      #field_type: "string"
      #entity_type: "user"
      #bundle: "user"
      #label: "flickr"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_fullname" => Drupal\field\Entity\FieldConfig {#2910
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_fullname"
      #status: true
      #uuid: "c4448cbd-aaad-48eb-82a2-5976cd35321c"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_fullname"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_fullname"
      #field_name: "field_fullname"
      #field_type: "string"
      #entity_type: "user"
      #bundle: "user"
      #label: "Teljes név"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_icr_network" => Drupal\field\Entity\FieldConfig {#2911
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_icr_network"
      #status: true
      #uuid: "c63492ec-9423-4121-b7e7-62c4ba9dd417"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:2 [
          0 => "field.storage.user.field_icr_network"
          1 => "taxonomy.vocabulary.projects"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_icr_network"
      #field_name: "field_icr_network"
      #field_type: "entity_reference"
      #entity_type: "user"
      #bundle: "user"
      #label: "Nemzetközi Közösségi Riporter Hálózat"
      #description: ""
      #settings: array:2 [
        "handler" => "default:taxonomy_term"
        "handler_settings" => array:2 [
          "target_bundles" => array:1 [
            "projects" => "projects"
          ]
          "sort" => array:1 [
            "field" => "_none"
          ]
        ]
      ]
      #required: false
      #translatable: false
      #default_value: array:1 [
        0 => array:1 [
          "tid" => "92059"
        ]
      ]
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_imported" => Drupal\field\Entity\FieldConfig {#2912
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_imported"
      #status: true
      #uuid: "bef4d433-2c14-4534-8067-376c8d244c14"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_imported"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_imported"
      #field_name: "field_imported"
      #field_type: "boolean"
      #entity_type: "user"
      #bundle: "user"
      #label: "Imported"
      #description: ""
      #settings: array:2 [
        "on_label" => "Y"
        "off_label" => "N"
      ]
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_metatag" => Drupal\field\Entity\FieldConfig {#2913
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_metatag"
      #status: true
      #uuid: "605fcee7-f465-475e-ab54-eb9a3ccb8b29"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_metatag"
        ]
        "module" => array:2 [
          0 => "metatag"
          1 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_metatag"
      #field_name: "field_metatag"
      #field_type: "metatag"
      #entity_type: "user"
      #bundle: "user"
      #label: "Meta tags"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_opt_out_of_transcription" => Drupal\field\Entity\FieldConfig {#2914
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_opt_out_of_transcription"
      #status: true
      #uuid: "e17080f3-35dc-4137-b338-c78ee919facc"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_opt_out_of_transcription"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_opt_out_of_transcription"
      #field_name: "field_opt_out_of_transcription"
      #field_type: "boolean"
      #entity_type: "user"
      #bundle: "user"
      #label: "Opt Out of Transcription"
      #description: "We transcribe our videos for maximum accessibility. This uses AI technology from <a target="_blank" href="https://aws.amazon.com/transcribe/">Amazon Web Services</a>.  Please check this box if you would like to opt out of transcription."
      #settings: array:2 [
        "on_label" => "On"
        "off_label" => "Off"
      ]
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_organisation" => Drupal\field\Entity\FieldConfig {#2915
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_organisation"
      #status: true
      #uuid: "8dddb222-c9fc-45c3-8772-3e832f4929cf"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:2 [
          0 => "field.storage.user.field_organisation"
          1 => "taxonomy.vocabulary.organisation"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_organisation"
      #field_name: "field_organisation"
      #field_type: "entity_reference"
      #entity_type: "user"
      #bundle: "user"
      #label: "Organisation"
      #description: "Organisation you belong to posting on Communityreporter.net"
      #settings: array:2 [
        "handler" => "default:filter_existing_terms"
        "handler_settings" => array:4 [
          "target_bundles" => array:1 [
            "organisation" => "organisation"
          ]
          "sort" => array:2 [
            "field" => "name"
            "direction" => "asc"
          ]
          "auto_create" => false
          "auto_create_bundle" => ""
        ]
      ]
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_stage" => Drupal\field\Entity\FieldConfig {#2916
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_stage"
      #status: true
      #uuid: "176acf79-da31-4f59-8a42-9936c4c48cb6"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_stage"
        ]
        "module" => array:2 [
          0 => "options"
          1 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_stage"
      #field_name: "field_stage"
      #field_type: "list_string"
      #entity_type: "user"
      #bundle: "user"
      #label: "Stage"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_stumbleupon" => Drupal\field\Entity\FieldConfig {#2917
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_stumbleupon"
      #status: true
      #uuid: "c730c2de-c233-42e1-b3ce-8047dc475753"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_stumbleupon"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_stumbleupon"
      #field_name: "field_stumbleupon"
      #field_type: "string"
      #entity_type: "user"
      #bundle: "user"
      #label: "stumbleupon"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_twitter" => Drupal\field\Entity\FieldConfig {#2918
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_twitter"
      #status: true
      #uuid: "1803646d-06f0-4319-8b94-4564e8fd3853"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_twitter"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_twitter"
      #field_name: "field_twitter"
      #field_type: "string"
      #entity_type: "user"
      #bundle: "user"
      #label: "twitter"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_websites" => Drupal\field\Entity\FieldConfig {#2919
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_websites"
      #status: true
      #uuid: "d3a94e7e-19e7-4baf-bf4a-7b086e1a0183"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_websites"
        ]
        "module" => array:2 [
          0 => "link"
          1 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_websites"
      #field_name: "field_websites"
      #field_type: "link"
      #entity_type: "user"
      #bundle: "user"
      #label: "Websites"
      #description: ""
      #settings: array:2 [
        "title" => 1
        "link_type" => 17
      ]
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "field_youtube" => Drupal\field\Entity\FieldConfig {#2920
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.field_youtube"
      #status: true
      #uuid: "eeeb379a-21d5-42b3-96ab-325959448c78"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.field_youtube"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.field_youtube"
      #field_name: "field_youtube"
      #field_type: "string"
      #entity_type: "user"
      #bundle: "user"
      #label: "youtube"
      #description: ""
      #settings: []
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "taxonomy_vocabulary_5" => Drupal\field\Entity\FieldConfig {#2921
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.taxonomy_vocabulary_5"
      #status: true
      #uuid: "afbb13a5-366d-4224-b2cf-efb6c50ab079"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:2 [
          0 => "field.storage.user.taxonomy_vocabulary_5"
          1 => "taxonomy.vocabulary.vocabulary_5"
        ]
        "module" => array:1 [
          0 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.taxonomy_vocabulary_5"
      #field_name: "taxonomy_vocabulary_5"
      #field_type: "entity_reference"
      #entity_type: "user"
      #bundle: "user"
      #label: "Hely"
      #description: ""
      #settings: array:2 [
        "handler" => "default:taxonomy_term"
        "handler_settings" => array:2 [
          "target_bundles" => array:1 [
            "vocabulary_5" => "vocabulary_5"
          ]
          "sort" => array:1 [
            "field" => "_none"
          ]
        ]
      ]
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
    "user_picture" => Drupal\field\Entity\FieldConfig {#2922
      #entityTypeId: "field_config"
      #enforceIsNew: null
      #typedData: null
      #originalEntity: null
      #cacheContexts: array:1 [
        0 => "languages:language_interface"
      ]
      #cacheTags: []
      #cacheMaxAge: -1
      #_serviceIds: []
      #_entityStorages: []
      #originalId: "user.user.user_picture"
      #status: true
      #uuid: "2c4d743f-e416-48d5-805b-45ba6e6e22f3"
      -isUninstalling: false
      #langcode: "en"
      #third_party_settings: []
      #_core: []
      #trustedData: false
      #dependencies: array:2 [
        "config" => array:1 [
          0 => "field.storage.user.user_picture"
        ]
        "module" => array:2 [
          0 => "image"
          1 => "user"
        ]
      ]
      #isSyncing: false
      #id: "user.user.user_picture"
      #field_name: "user_picture"
      #field_type: "image"
      #entity_type: "user"
      #bundle: "user"
      #label: "User Picture"
      #description: ""
      #settings: array:12 [
        "handler" => "default:file"
        "handler_settings" => []
        "file_directory" => "pictures"
        "file_extensions" => "png gif jpg jpeg"
        "max_filesize" => "900KB"
        "max_resolution" => "400x400"
        "min_resolution" => ""
        "alt_field" => false
        "alt_field_required" => false
        "title_field" => false
        "title_field_required" => false
        "default_image" => array:5 [
          "uuid" => "42a8c831-c376-439f-be15-432840dfca47"
          "alt" => "User"
          "title" => ""
          "width" => 400
          "height" => 400
        ]
      ]
      #required: false
      #translatable: false
      #default_value: []
      #default_value_callback: ""
      #fieldStorage: null
      #itemDefinition: null
      #constraints: []
      #propertyConstraints: []
      #deleted: false
    }
  ]
  #languages: array:8 [
    "en" => Drupal\Core\Language\Language {#2600
      #name: "angol"
      #id: "en"
      #direction: "ltr"
      #weight: 0
      #locked: false
    }
    "mk" => Drupal\Core\Language\Language {#2603
      #name: "Macedonian"
      #id: "mk"
      #direction: "ltr"
      #weight: 0
      #locked: false
    }
    "hu" => Drupal\Core\Language\Language {#2602
      #name: "magyar"
      #id: "hu"
      #direction: "ltr"
      #weight: 0
      #locked: false
    }
    "de" => Drupal\Core\Language\Language {#2599
      #name: "német"
      #id: "de"
      #direction: "ltr"
      #weight: 0
      #locked: false
    }
    "es" => Drupal\Core\Language\Language {#2601
      #name: "spanyol"
      #id: "es"
      #direction: "ltr"
      #weight: 0
      #locked: false
    }
    "sv" => Drupal\Core\Language\Language {#2604
      #name: "svéd"
      #id: "sv"
      #direction: "ltr"
      #weight: 0
      #locked: false
    }
    "und" => Drupal\Core\Language\Language {#2605
      #name: "Nincs megadva"
      #id: "und"
      #direction: "ltr"
      #weight: 2
      #locked: true
    }
    "zxx" => Drupal\Core\Language\Language {#2594
      #name: "Nem alkalmazható"
      #id: "zxx"
      #direction: "ltr"
      #weight: 3
      #locked: true
    }
  ]
  #langcodeKey: "langcode"
  #defaultLangcodeKey: "default_langcode"
  #activeLangcode: "x-default"
  #enforceDefaultTranslation: null
  #defaultLangcode: "en"
  #translations: array:1 [
    "x-default" => array:1 [
      "status" => 1
    ]
  ]
  #translationInitialize: false
  #newRevision: false
  #isDefaultRevision: true
  #entityKeys: array:3 [
    "bundle" => "user"
    "id" => "6016"
    "uuid" => "cbeb625c-7818-4c4f-ad02-bf455faaf995"
  ]
  #translatableEntityKeys: array:2 [
    "langcode" => array:1 [
      "x-default" => "en"
    ]
    "default_langcode" => array:1 [
      "x-default" => "1"
    ]
  ]
  #validated: false
  #validationRequired: false
  #loadedRevisionId: null
  #revisionTranslationAffectedKey: "revision_translation_affected"
  #enforceRevisionTranslationAffected: []
  #isSyncing: false
}