Whenever you're dealing with a feed in your template, you're actually working with a Feed
object.
Attribute | Description |
---|---|
id | The ID of the feed. |
name | The name of the feed. |
handle | The handle of the feed. |
enabled | Whether the feed is enabled or not. |
sources | The Source IDs enabled for the feed. |
Method | Description |
---|---|
getSources() | Returns a collection of Source objects. |