You are viewing an older version of the Social Feeds documentation (1.x). View the latest version (2.x) →
Developers

Feed

Whenever you're dealing with a feed in your template, you're actually working with a Feed object.

Attributes

AttributeDescription
idThe ID of the feed.
nameThe name of the feed.
handleThe handle of the feed.
enabledWhether the feed is enabled or not.
sourcesThe Source IDs enabled for the feed.

Methods

MethodDescription
getSources()Returns a collection of Source objects.