Defines the menu link content entity class.
@property \Drupal\link\LinkItemInterface link @property \Drupal\Core\Field\FieldItemList rediscover
Plugin annotation
@ContentEntityType(
id = "menu_link_content",
label = @Translation("Custom menu link"),
handlers = {
"storage" = "Drupal\Core\Entity\Sql\SqlContentEntityStorage",
"storage_schema" = "Drupal\menu_link_content\MenuLinkContentStorageSchema",
"access" = "Drupal\menu_link_content\MenuLinkContentAccessControlHandler",
"