Entity type migration

Add to Default shortcuts
migration =>
Drupal\Core\Config\Entity\ConfigEntityType {#402
  #id: "migration"
  #class: "Drupal\migrate_plus\Entity\Migration"
  #provider: "migrate_plus"
  #static_cache: false
  #render_cache: true
  #persistent_cache: true
  #entity_keys: array:10 [
    "id" => "id"
    "label" => "label"
    "weight" => "weight"
    "status" => "status"
    "revision" => ""
    "bundle" => ""
    "langcode" => "langcode"
    "default_langcode" => "default_langcode"
    "revision_translation_affected" => "revision_translation_affected"
    "uuid" => "uuid"
  ]
  #originalClass: "Drupal\migrate_plus\Entity\Migration"
  #handlers: array:2 [
    "access" => "Drupal\Core\Entity\EntityAccessControlHandler"
    "storage" => "Drupal\Core\Config\Entity\ConfigEntityStorage"
  ]
  #admin_permission: null
  #collection_permission: null
  #permission_granularity: "entity_type"
  #links: array:4 [
    "devel-load" => "/devel/migration/{migration}"
    "devel-load-with-references" => "/devel/load-with-references/migration/{migration}"
    "devel-path-alias" => "/devel/path-alias/migration/{migration}"
    "devel-definition" => "/devel/definition/migration"
  ]
  #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 {#403
    #string: "Migration"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_collection: ""
  #label_singular: ""
  #label_plural: ""
  #label_count: []
  #uri_callback: null
  #group: "configuration"
  #group_label: Drupal\Core\StringTranslation\TranslatableMarkup {#404
    #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:migration_list"
  ]
  #constraints: []
  #additional: []
  #_serviceIds: []
  #_entityStorages: []
  #stringTranslation: null
  #config_prefix: null
  #lookup_keys: array:1 [
    0 => "uuid"
  ]
  #config_export: array:12 [
    0 => "id"
    1 => "class"
    2 => "field_plugin_method"
    3 => "cck_plugin_method"
    4 => "migration_tags"
    5 => "migration_group"
    6 => "status"
    7 => "label"
    8 => "source"
    9 => "process"
    10 => "destination"
    11 => "migration_dependencies"
  ]
  #mergedConfigExport: []
}