You are here

protected property FeedsSource::$feed_nid in Feeds 7.2

Same name and namespace in other branches
  1. 6 includes/FeedsSource.inc \FeedsSource::feed_nid
  2. 7 includes/FeedsSource.inc \FeedsSource::feed_nid

Contains the node id of the feed this source info object is attached to.

Equals 0 if not attached to any node - for example when used on a standalone import form within Feeds or by other API users.

Type: int

File

includes/FeedsSource.inc, line 199
Definition of FeedsSourceInterface, FeedsState and FeedsSource class.

Class

FeedsSource
Holds the source of a feed to import.

Code

protected $feed_nid;