Defines a View configuration entity class.
Plugin annotation
@ConfigEntityType(
id = "view",
label = @Translation("View", context = "View entity type"),
handlers = {
"access" = "Drupal\views\ViewAccessControlHandler"
},
admin_permission = "administer views",
entity_keys = {
"id" = "id",
"label" = "label",
"status" = "status"
},
config_export = {
"id",
"label",
"module",
"description",
"tag",
"base_table",
"base_field",
"core",