Defines the shortcut entity class.
@property \Drupal\link\LinkItemInterface link
Plugin annotation
@ContentEntityType(
id = "shortcut",
label = @Translation("Shortcut link"),
handlers = {
"access" = "Drupal\shortcut\ShortcutAccessControlHandler",
"form" = {
"default" = "Drupal\shortcut\ShortcutForm",
"add" = "Drupal\shortcut\ShortcutForm",
"edit" = "Drupal\shortcut\ShortcutForm",
"delete" = "Drupal\shortcut\Form\ShortcutDeleteForm"
},
"translation"