Defines the aggregator item entity class.
Plugin annotation
@ContentEntityType(
id = "aggregator_item",
label = @Translation("Aggregator feed item"),
handlers = {
"storage" = "Drupal\aggregator\ItemStorage",
"storage_schema" = "Drupal\aggregator\ItemStorageSchema",
"view_builder" = "Drupal\aggregator\ItemViewBuilder",
"access" = "Drupal\aggregator\FeedAccessControlHandler",
"views_data" = "Drupal\aggregator\AggregatorItemViewsData"
},
uri_callback = "Drupal\aggrega