Entity type user_role

Add to Standard shortcuts
user_role =>
Drupal\Core\Config\Entity\ConfigEntityType {#507
  #id: "user_role"
  #class: "Drupal\user\Entity\Role"
  #provider: "user"
  #static_cache: true
  #render_cache: true
  #persistent_cache: true
  #entity_keys: array:9 [
    "id" => "id"
    "weight" => "weight"
    "label" => "label"
    "revision" => ""
    "bundle" => ""
    "langcode" => "langcode"
    "default_langcode" => "default_langcode"
    "revision_translation_affected" => "revision_translation_affected"
    "uuid" => "uuid"
  ]
  #originalClass: "Drupal\user\Entity\Role"
  #handlers: array:4 [
    "storage" => "Drupal\user\RoleStorage"
    "access" => "Drupal\user\RoleAccessControlHandler"
    "list_builder" => "Drupal\user\RoleListBuilder"
    "form" => array:2 [
      "default" => "Drupal\user\RoleForm"
      "delete" => "Drupal\Core\Entity\EntityDeleteForm"
    ]
  ]
  #admin_permission: "administer permissions"
  #collection_permission: null
  #permission_granularity: "entity_type"
  #links: array:8 [
    "delete-form" => "/admin/people/roles/manage/{user_role}/delete"
    "edit-form" => "/admin/people/roles/manage/{user_role}"
    "edit-permissions-form" => "/admin/people/permissions/{user_role}"
    "collection" => "/admin/people/roles"
    "devel-load" => "/devel/user_role/{user_role}"
    "devel-load-with-references" => "/devel/load-with-references/user_role/{user_role}"
    "devel-path-alias" => "/devel/path-alias/user_role/{user_role}"
    "devel-definition" => "/devel/definition/user_role/{user_role}"
  ]
  #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 {#508
    #string: "Role"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_collection: Drupal\Core\StringTranslation\TranslatableMarkup {#509
    #string: "Roles"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_singular: Drupal\Core\StringTranslation\TranslatableMarkup {#510
    #string: "role"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_plural: Drupal\Core\StringTranslation\TranslatableMarkup {#511
    #string: "roles"
    #arguments: []
    #translatedMarkup: null
    #options: []
    #stringTranslation: null
  }
  #label_count: array:3 [
    "singular" => "@count role"
    "plural" => "@count roles"
    "context" => null
  ]
  #uri_callback: null
  #group: "configuration"
  #group_label: Drupal\Core\StringTranslation\TranslatableMarkup {#512
    #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:user_role_list"
  ]
  #constraints: []
  #additional: []
  #_serviceIds: []
  #_entityStorages: []
  #stringTranslation: null
  #config_prefix: "role"
  #lookup_keys: array:1 [
    0 => "uuid"
  ]
  #config_export: array:5 [
    0 => "id"
    1 => "label"
    2 => "weight"
    3 => "is_admin"
    4 => "permissions"
  ]
  #mergedConfigExport: []
}