Chris@0: t('Aggregator items are imported from external RSS and Atom news feeds.'); Chris@0: Chris@0: $data['aggregator_item']['iid']['help'] = $this->t('The unique ID of the aggregator item.'); Chris@0: $data['aggregator_item']['iid']['argument']['id'] = 'aggregator_iid'; Chris@0: $data['aggregator_item']['iid']['argument']['name field'] = 'title'; Chris@0: $data['aggregator_item']['iid']['argument']['numeric'] = TRUE; Chris@0: Chris@0: $data['aggregator_item']['title']['help'] = $this->t('The title of the aggregator item.'); Chris@0: $data['aggregator_item']['title']['field']['default_formatter'] = 'aggregator_title'; Chris@0: Chris@0: $data['aggregator_item']['link']['help'] = $this->t('The link to the original source URL of the item.'); Chris@0: Chris@0: $data['aggregator_item']['author']['help'] = $this->t('The author of the original imported item.'); Chris@0: Chris@0: $data['aggregator_item']['author']['field']['default_formatter'] = 'aggregator_xss'; Chris@0: Chris@0: $data['aggregator_item']['guid']['help'] = $this->t('The guid of the original imported item.'); Chris@0: Chris@0: $data['aggregator_item']['description']['help'] = $this->t('The actual content of the imported item.'); Chris@0: $data['aggregator_item']['description']['field']['default_formatter'] = 'aggregator_xss'; Chris@0: $data['aggregator_item']['description']['field']['click sortable'] = FALSE; Chris@0: Chris@0: $data['aggregator_item']['timestamp']['help'] = $this->t('The date the original feed item was posted. (With some feeds, this will be the date it was imported.)'); Chris@0: Chris@0: return $data; Chris@0: } Chris@0: Chris@0: }