Entity fields comment

Add to Default shortcuts
comment =>
array:20 [
  "cid" => Drupal\Core\Field\BaseFieldDefinition {#1812
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1813
        #string: "Comment ID"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "read-only" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1814
        #string: "The comment ID."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "comment"
      "field_name" => "cid"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1815
      #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 {#1812}
    }
    #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 {#1816
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1817
        #string: "UUID"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "read-only" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1818
        #string: "The comment UUID."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "comment"
      "field_name" => "uuid"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1819
      #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 {#1816}
    }
    #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 {#1820
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1821
        #string: "Language"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "display" => array:2 [
        "view" => array:1 [
          "options" => array:1 [
            "region" => "hidden"
          ]
        ]
        "form" => array:1 [
          "options" => array:2 [
            "type" => "language_select"
            "weight" => 2
          ]
        ]
      ]
      "translatable" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1822
        #string: "The comment language code."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "comment"
      "field_name" => "langcode"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1823
      #definition: array:2 [
        "type" => "field_item:language"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1820}
    }
    #type: "language"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "varchar_ascii"
          "length" => 12
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "comment_type" => Drupal\Core\Field\BaseFieldDefinition {#1824
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1825
        #string: "Comment Type"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "required" => true
      "read-only" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1826
        #string: "The comment type."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "comment"
      "field_name" => "comment_type"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1827
      #definition: array:2 [
        "type" => "field_item:entity_reference"
        "settings" => array:3 [
          "target_type" => "comment_type"
          "handler" => "default"
          "handler_settings" => []
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1824}
    }
    #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" => 32
        ]
      ]
      "indexes" => array:1 [
        "target_id" => array:1 [
          0 => "target_id"
        ]
      ]
      "unique keys" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "status" => Drupal\Core\Field\BaseFieldDefinition {#1828
    #definition: array:10 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1829
        #string: "Published"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "revisionable" => true
      "translatable" => true
      "default_value" => array:1 [
        0 => array:1 [
          "value" => true
        ]
      ]
      "default_value_callback" => "Drupal\comment\Entity\Comment::getDefaultStatus"
      "provider" => "comment"
      "field_name" => "status"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1830
      #definition: array:2 [
        "type" => "field_item:boolean"
        "settings" => array:2 [
          "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1831
            #string: "On"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
          "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1832
            #string: "Off"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1828}
    }
    #type: "boolean"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "int"
          "size" => "tiny"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "uid" => Drupal\Core\Field\BaseFieldDefinition {#1833
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1834
        #string: "User ID"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "translatable" => true
      "default_value_callback" => "Drupal\comment\Entity\Comment::getDefaultEntityOwner"
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1835
        #string: "The user ID of the comment author."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "comment"
      "field_name" => "uid"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1836
      #definition: array:2 [
        "type" => "field_item:entity_reference"
        "settings" => array:3 [
          "target_type" => "user"
          "handler" => "default"
          "handler_settings" => []
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1833}
    }
    #type: "entity_reference"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "target_id" => array:3 [
          "description" => "The ID of the target entity."
          "type" => "int"
          "unsigned" => true
        ]
      ]
      "indexes" => array:1 [
        "target_id" => array:1 [
          0 => "target_id"
        ]
      ]
      "unique keys" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "pid" => Drupal\Core\Field\BaseFieldDefinition {#1837
    #definition: array:7 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1838
        #string: "Parent ID"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1839
        #string: "The parent comment ID if this is a reply to a comment."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "comment"
      "field_name" => "pid"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1840
      #definition: array:2 [
        "type" => "field_item:entity_reference"
        "settings" => array:3 [
          "target_type" => "comment"
          "handler" => "default"
          "handler_settings" => []
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1837}
    }
    #type: "entity_reference"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "target_id" => array:3 [
          "description" => "The ID of the target entity."
          "type" => "int"
          "unsigned" => true
        ]
      ]
      "indexes" => array:1 [
        "target_id" => array:1 [
          0 => "target_id"
        ]
      ]
      "unique keys" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "entity_id" => Drupal\Core\Field\BaseFieldDefinition {#1841
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1842
        #string: "Entity ID"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1843
        #string: "The ID of the entity of which this comment is a reply."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "required" => true
      "provider" => "comment"
      "field_name" => "entity_id"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1844
      #definition: array:2 [
        "type" => "field_item:entity_reference"
        "settings" => array:3 [
          "target_type" => "node"
          "handler" => "default"
          "handler_settings" => []
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1841}
    }
    #type: "entity_reference"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "target_id" => array:3 [
          "description" => "The ID of the target entity."
          "type" => "int"
          "unsigned" => true
        ]
      ]
      "indexes" => array:1 [
        "target_id" => array:1 [
          0 => "target_id"
        ]
      ]
      "unique keys" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "subject" => Drupal\Core\Field\BaseFieldDefinition {#1845
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1846
        #string: "Subject"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "translatable" => true
      "display" => array:1 [
        "form" => array:2 [
          "options" => array:2 [
            "type" => "string_textfield"
            "weight" => 10
          ]
          "configurable" => true
        ]
      ]
      "provider" => "comment"
      "field_name" => "subject"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1847
      #definition: array:2 [
        "type" => "field_item:string"
        "settings" => array:3 [
          "max_length" => 64
          "is_ascii" => false
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1845}
    }
    #type: "string"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar"
          "length" => 64
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "name" => Drupal\Core\Field\BaseFieldDefinition {#1848
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1849
        #string: "Name"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1850
        #string: "The comment author's name."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "translatable" => true
      "default_value" => array:1 [
        0 => array:1 [
          "value" => ""
        ]
      ]
      "provider" => "comment"
      "field_name" => "name"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1851
      #definition: array:2 [
        "type" => "field_item:string"
        "settings" => array:3 [
          "max_length" => 60
          "is_ascii" => false
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1848}
    }
    #type: "string"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar"
          "length" => 60
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "mail" => Drupal\Core\Field\BaseFieldDefinition {#1852
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1853
        #string: "Email"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1854
        #string: "The comment author's email address."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "translatable" => true
      "provider" => "comment"
      "field_name" => "mail"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1855
      #definition: array:2 [
        "type" => "field_item:email"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1852}
    }
    #type: "email"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "varchar"
          "length" => 254
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "homepage" => Drupal\Core\Field\BaseFieldDefinition {#1856
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1857
        #string: "Homepage"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1858
        #string: "The comment author's home page address."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "translatable" => true
      "provider" => "comment"
      "field_name" => "homepage"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1859
      #definition: array:2 [
        "type" => "field_item:uri"
        "settings" => array:2 [
          "max_length" => 255
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1856}
    }
    #type: "uri"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar"
          "length" => 255
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "hostname" => Drupal\Core\Field\BaseFieldDefinition {#1860
    #definition: array:9 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1861
        #string: "Hostname"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1862
        #string: "The comment author's hostname."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "translatable" => true
      "default_value_callback" => "Drupal\comment\Entity\Comment::getDefaultHostname"
      "provider" => "comment"
      "field_name" => "hostname"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1863
      #definition: array:2 [
        "type" => "field_item:string"
        "settings" => array:3 [
          "max_length" => 128
          "is_ascii" => false
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1860}
    }
    #type: "string"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar"
          "length" => 128
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "created" => Drupal\Core\Field\BaseFieldDefinition {#1864
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1865
        #string: "Created"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1866
        #string: "The time that the comment was created."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "translatable" => true
      "provider" => "comment"
      "field_name" => "created"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1867
      #definition: array:2 [
        "type" => "field_item:created"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1864}
    }
    #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 {#1868
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1869
        #string: "Changed"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1870
        #string: "The time that the comment was last edited."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "translatable" => true
      "provider" => "comment"
      "field_name" => "changed"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1871
      #definition: array:2 [
        "type" => "field_item:changed"
        "settings" => []
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1868}
    }
    #type: "changed"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:1 [
          "type" => "int"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "thread" => Drupal\Core\Field\BaseFieldDefinition {#1872
    #definition: array:7 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1873
        #string: "Thread place"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1874
        #string: "The alphadecimal representation of the comment's place in a thread, consisting of a base 36 string prefixed by an integer indicating its length."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "comment"
      "field_name" => "thread"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1875
      #definition: array:2 [
        "type" => "field_item:string"
        "settings" => array:3 [
          "max_length" => 255
          "is_ascii" => false
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1872}
    }
    #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: []
  }
  "entity_type" => Drupal\Core\Field\BaseFieldDefinition {#1876
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1877
        #string: "Entity type"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "required" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1878
        #string: "The entity type to which this comment is attached."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "comment"
      "field_name" => "entity_type"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1879
      #definition: array:2 [
        "type" => "field_item:string"
        "settings" => array:3 [
          "max_length" => 32
          "is_ascii" => true
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1876}
    }
    #type: "string"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar_ascii"
          "length" => 32
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "field_name" => Drupal\Core\Field\BaseFieldDefinition {#1880
    #definition: array:8 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1881
        #string: "Comment field name"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "required" => true
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1882
        #string: "The field name through which this comment was added."
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "provider" => "comment"
      "field_name" => "field_name"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1883
      #definition: array:2 [
        "type" => "field_item:string"
        "settings" => array:3 [
          "max_length" => 32
          "is_ascii" => true
          "case_sensitive" => false
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1880}
    }
    #type: "string"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:3 [
          "type" => "varchar_ascii"
          "length" => 32
          "binary" => false
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "default_langcode" => Drupal\Core\Field\BaseFieldDefinition {#1884
    #definition: array:10 [
      "label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1885
        #string: "Default translation"
        #arguments: []
        #translatedMarkup: null
        #options: []
        #stringTranslation: null
      }
      "description" => Drupal\Core\StringTranslation\TranslatableMarkup {#1886
        #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" => "comment"
      "field_name" => "default_langcode"
      "entity_type" => "comment"
      "bundle" => null
      "initial_value" => null
    ]
    #typedDataManager: null
    #itemDefinition: Drupal\Core\Field\TypedData\FieldItemDataDefinition {#1887
      #definition: array:2 [
        "type" => "field_item:boolean"
        "settings" => array:2 [
          "on_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1888
            #string: "On"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
          "off_label" => Drupal\Core\StringTranslation\TranslatableMarkup {#1889
            #string: "Off"
            #arguments: []
            #translatedMarkup: null
            #options: []
            #stringTranslation: null
          }
        ]
      ]
      #typedDataManager: null
      #fieldDefinition: Drupal\Core\Field\BaseFieldDefinition {#1884}
    }
    #type: "boolean"
    #propertyDefinitions: null
    #schema: array:4 [
      "columns" => array:1 [
        "value" => array:2 [
          "type" => "int"
          "size" => "tiny"
        ]
      ]
      "unique keys" => []
      "indexes" => []
      "foreign keys" => []
    ]
    #indexes: []
  }
  "comment_body" => Drupal\field\Entity\FieldStorageConfig {#1890
    #entityTypeId: "field_storage_config"
    #enforceIsNew: null
    #typedData: null
    #cacheContexts: array:1 [
      0 => "languages:language_interface"
    ]
    #cacheTags: []
    #cacheMaxAge: -1
    #_serviceIds: []
    #_entityStorages: []
    #originalId: "comment.comment_body"
    #status: true
    #uuid: "626463bc-f059-4ade-b269-cf9b491fb63b"
    -isUninstalling: false
    #langcode: "en"
    #third_party_settings: []
    #_core: array:1 [
      "default_config_hash" => "swYoCch_hY8QO5uwr4FURplfnUCUlpPB4idF8WGVCpw"
    ]
    #trustedData: false
    #dependencies: array:1 [
      "module" => array:2 [
        0 => "comment"
        1 => "text"
      ]
    ]
    #isSyncing: true
    #id: "comment.comment_body"
    #field_name: "comment_body"
    #entity_type: "comment"
    #type: "text_long"
    #module: "text"
    #settings: []
    #cardinality: 1
    #translatable: true
    #locked: false
    #persist_with_no_fields: true
    +custom_storage: false
    #indexes: []
    #deleted: false
    #schema: null
    #propertyDefinitions: null
    +original: ? Drupal\field\FieldStorageConfigInterface
  }
]