public Item::getFeedId()
Returns the feed id of aggregator item.
Return value
int The feed id.
Overrides ItemInterface::getFeedId
File
- core/modules/aggregator/src/Entity/Item.php, line 118
Class
- Item
- Defines the aggregator item entity class.
Namespace
Drupal\aggregator\Entity
Code
1 2 3 | public function getFeedId() { return $this ->get( 'fid' )->target_id; } |
Please login to continue.