public function Feed::id

Implements Drupal\Core\Entity\EntityInterface::id().

Overrides EntityNG::id

File

drupal/core/modules/aggregator/lib/Drupal/aggregator/Plugin/Core/Entity/Feed.php, line 166
Contains \Drupal\aggregator\Plugin\Core\Entity\Feed.

Class

Feed
Defines the aggregator feed entity class.

Namespace

Drupal\aggregator\Plugin\Core\Entity

Code

public function id() {
  return $this
    ->get('fid')->value;
}