Entity type filter_format

Add to Default shortcuts
filter_format =>
Drupal\Core\Config\Entity\ConfigEntityType {#359
  #id: "filter_format"
  #class: "Drupal\filter\Entity\FilterFormat"
  #provider: "filter"
  #static_cache: false
  #render_cache: true
  #persistent_cache: true
  #entity_keys: array:10 [
    "id" => "format"
    "label" => "name"
    "weight" => "weight"
    "status" => "status"
    "revision" => ""
    "bundle" => ""
    "langcode" => "langcode"
    "default_langcode" => "default_langcode"
    "revision_translation_affected" => "revision_translation_affected"
    "uuid" => "uuid"
  ]
  #originalClass: "Drupal\filter\Entity\FilterFormat"
  #handlers: array:4 [
    "form" => array:4 [
      "add" => "Drupal\filter\FilterFormatAddForm"
      "edit" => "Drupal\filter\FilterFormatEditForm"
      "disable" => "Drupal\filter\Form\FilterDisableForm"
      "enable" => "Drupal\filter\Form\FilterEnableForm"
    ]
    "list_builder" => "Drupal\filter\FilterFormatListBuilder"
    "access" => "Drupal\filter\FilterFormatAccessControlHandler"
    "storage" => "Drupal\Core\Config\Entity\ConfigEntityStorage"
  ]
  #admin_permission: "administer filters"
  #collection_permission: null
  #permission_granularity: "entity_type"
  #links: array:7 [
    "edit-form" => "/admin/config/content/formats/manage/{filter_format}"
    "disable" => "/admin/config/content/formats/manage/{filter_format}/disable"
    "enable" => "/admin/config/content/formats/manage/{filter_format}/enable"
    "devel-load" => "/devel/filter_format/{filter_format}"
    "devel-load-with-references" => "/devel/load-with-references/filter_format/{filter_format}"
    "devel-path-alias" => "/devel/path-alias/filter_format/{filter_format}"
    "devel-definition" => "/devel/definition/filter_format/{filter_format}"
  ]
  #bundle_entity_type: null
  #bundle_of: null
  #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 {#360
    #string: "Text format"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_collection: Drupal\Core\StringTranslation\TranslatableMarkup {#361
    #string: "Text formats"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_singular: Drupal\Core\StringTranslation\TranslatableMarkup {#362
    #string: "text format"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_plural: Drupal\Core\StringTranslation\TranslatableMarkup {#363
    #string: "text formats"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_count: array:3 [
    "singular" => "@count text format"
    "plural" => "@count text formats"
    "context" => null
  ]
  #uri_callback: null
  #group: "configuration"
  #group_label: Drupal\Core\StringTranslation\TranslatableMarkup {#364
    #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:filter_format_list"
  ]
  #constraints: []
  #additional: []
  #_serviceIds: []
  #_entityStorages: []
  #stringTranslation: null
  #config_prefix: "format"
  #lookup_keys: array:1 [
    0 => "uuid"
  ]
  #config_export: array:5 [
    0 => "name"
    1 => "format"
    2 => "weight"
    3 => "roles"
    4 => "filters"
  ]
  #mergedConfigExport: []
}