Defines the Shortcut set configuration entity.
Plugin annotation
@ConfigEntityType(
id = "shortcut_set",
label = @Translation("Shortcut set"),
handlers = {
"storage" = "Drupal\shortcut\ShortcutSetStorage",
"access" = "Drupal\shortcut\ShortcutSetAccessControlHandler",
"list_builder" = "Drupal\shortcut\ShortcutSetListBuilder",
"form" = {
"default" = "Drupal\shortcut\ShortcutSetForm",
"add" = "Drupal\shortcut\ShortcutSetForm",
"edit" = "Drupal\shortcut\Short