Entity type comment

Add to Default shortcuts
comment =>
Drupal\Core\Entity\ContentEntityType {#308
  #id: "comment"
  #class: "Drupal\comment\Entity\Comment"
  #provider: "comment"
  #static_cache: true
  #render_cache: true
  #persistent_cache: true
  #entity_keys: array:10 [
    "id" => "cid"
    "bundle" => "comment_type"
    "label" => "subject"
    "langcode" => "langcode"
    "uuid" => "uuid"
    "published" => "status"
    "owner" => "uid"
    "revision" => ""
    "default_langcode" => "default_langcode"
    "revision_translation_affected" => "revision_translation_affected"
  ]
  #originalClass: "Drupal\comment\Entity\Comment"
  #handlers: array:8 [
    "storage" => "Drupal\comment\CommentStorage"
    "storage_schema" => "Drupal\comment\CommentStorageSchema"
    "access" => "Drupal\comment\CommentAccessControlHandler"
    "list_builder" => "Drupal\Core\Entity\EntityListBuilder"
    "view_builder" => "Drupal\comment\CommentViewBuilder"
    "views_data" => "Drupal\comment\CommentViewsData"
    "form" => array:3 [
      "default" => "Drupal\comment\CommentForm"
      "delete" => "Drupal\comment\Form\DeleteForm"
      "layout_builder" => "Drupal\layout_builder\Form\OverridesEntityForm"
    ]
    "translation" => "Drupal\comment\CommentTranslationHandler"
  ]
  #admin_permission: null
  #collection_permission: null
  #permission_granularity: "entity_type"
  #links: array:10 [
    "canonical" => "/comment/{comment}"
    "delete-form" => "/comment/{comment}/delete"
    "delete-multiple-form" => "/admin/content/comment/delete"
    "edit-form" => "/comment/{comment}/edit"
    "create" => "/comment"
    "devel-load" => "/devel/comment/{comment}"
    "devel-load-with-references" => "/devel/load-with-references/comment/{comment}"
    "devel-path-alias" => "/devel/path-alias/comment/{comment}"
    "devel-render" => "/devel/render/comment/{comment}"
    "devel-definition" => "/devel/definition/comment/{comment}"
  ]
  #bundle_entity_type: "comment_type"
  #bundle_of: null
  #bundle_label: Drupal\Core\StringTranslation\TranslatableMarkup {#309
    #string: "Comment type"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #base_table: "comment"
  #revision_data_table: null
  #revision_table: null
  #data_table: "comment_field_data"
  #internal: false
  #translatable: true
  #show_revision_ui: false
  #label: Drupal\Core\StringTranslation\TranslatableMarkup {#310
    #string: "Comment"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_collection: ""
  #label_singular: Drupal\Core\StringTranslation\TranslatableMarkup {#311
    #string: "comment"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_plural: Drupal\Core\StringTranslation\TranslatableMarkup {#312
    #string: "comments"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_count: array:3 [
    "singular" => "@count comment"
    "plural" => "@count comments"
    "context" => null
  ]
  #uri_callback: "comment_uri"
  #group: "content"
  #group_label: Drupal\Core\StringTranslation\TranslatableMarkup {#313
    #string: "Content"
    #arguments: []
    #translatedMarkup: null
    #options: array:1 [
      "context" => "Entity type group"
    ]
    #stringTranslation: null
  }
  #field_ui_base_route: "entity.comment_type.edit_form"
  #common_reference_target: false
  #list_cache_contexts: []
  #list_cache_tags: array:1 [
    0 => "comment_list"
  ]
  #constraints: array:3 [
    "CommentName" => []
    "EntityChanged" => null
    "EntityUntranslatableFields" => null
  ]
  #additional: []
  #_serviceIds: []
  #_entityStorages: []
  #stringTranslation: null
  #revision_metadata_keys: array:1 [
    "revision_default" => "revision_default"
  ]
}