Item::getFeedId

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

public function getFeedId() {
  return $this->get('fid')->target_id;
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.