Entity type comment_type

Add to Standard shortcuts
comment_type =>
Drupal\Core\Config\Entity\ConfigEntityType {#285
  #id: "comment_type"
  #class: "Drupal\comment\Entity\CommentType"
  #provider: "comment"
  #static_cache: false
  #render_cache: true
  #persistent_cache: true
  #entity_keys: array:8 [
    "id" => "id"
    "label" => "label"
    "revision" => ""
    "bundle" => ""
    "langcode" => "langcode"
    "default_langcode" => "default_langcode"
    "revision_translation_affected" => "revision_translation_affected"
    "uuid" => "uuid"
  ]
  #originalClass: "Drupal\comment\Entity\CommentType"
  #handlers: array:5 [
    "form" => array:4 [
      "default" => "Drupal\comment\CommentTypeForm"
      "add" => "Drupal\comment\CommentTypeForm"
      "edit" => "Drupal\comment\CommentTypeForm"
      "delete" => "Drupal\comment\Form\CommentTypeDeleteForm"
    ]
    "route_provider" => array:1 [
      "permissions" => "Drupal\user\Entity\EntityPermissionsRouteProviderWithCheck"
    ]
    "list_builder" => "Drupal\comment\CommentTypeListBuilder"
    "access" => "Drupal\Core\Entity\EntityAccessControlHandler"
    "storage" => "Drupal\Core\Config\Entity\ConfigEntityStorage"
  ]
  #admin_permission: "administer comment types"
  #collection_permission: null
  #permission_granularity: "entity_type"
  #links: array:9 [
    "delete-form" => "/admin/structure/comment/manage/{comment_type}/delete"
    "edit-form" => "/admin/structure/comment/manage/{comment_type}"
    "add-form" => "/admin/structure/comment/types/add"
    "entity-permissions-form" => "/admin/structure/comment/manage/{comment_type}/permissions"
    "collection" => "/admin/structure/comment"
    "devel-load" => "/devel/comment_type/{comment_type}"
    "devel-load-with-references" => "/devel/load-with-references/comment_type/{comment_type}"
    "devel-path-alias" => "/devel/path-alias/comment_type/{comment_type}"
    "devel-definition" => "/devel/definition/comment_type/{comment_type}"
  ]
  #bundle_entity_type: null
  #bundle_of: "comment"
  #bundle_label: null
  #base_table: null
  #revision_data_table: null
  #revision_table: null
  #data_table: null
  #internal: false
  #translatable: false
  #show_revision_ui: false
  #label: Drupal\Core\StringTranslation\TranslatableMarkup {#304
    #string: "Comment type"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_collection: ""
  #label_singular: Drupal\Core\StringTranslation\TranslatableMarkup {#305
    #string: "comment type"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_plural: Drupal\Core\StringTranslation\TranslatableMarkup {#306
    #string: "comment types"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_count: array:3 [
    "singular" => "@count comment type"
    "plural" => "@count comment types"
    "context" => null
  ]
  #uri_callback: null
  #group: "configuration"
  #group_label: Drupal\Core\StringTranslation\TranslatableMarkup {#307
    #string: "Configuration"
    #arguments: []
    #translatedMarkup: null
    #options: array:1 [
      "context" => "Entity type group"
    ]
    #stringTranslation: null
  }
  #field_ui_base_route: null
  #common_reference_target: false
  #list_cache_contexts: []
  #list_cache_tags: array:1 [
    0 => "config:comment_type_list"
  ]
  #constraints: []
  #additional: []
  #_serviceIds: []
  #_entityStorages: []
  #stringTranslation: null
  #config_prefix: "type"
  #lookup_keys: array:1 [
    0 => "uuid"
  ]
  #config_export: array:4 [
    0 => "id"
    1 => "label"
    2 => "target_entity_type_id"
    3 => "description"
  ]
  #mergedConfigExport: []
}