Developers
Feed
Whenever you're dealing with a feed in your template, you're actually working with a Feed object.
Properties
Type: int|null
The ID of the feed.
Type: string|null
The name of the feed.
Type: string|null
The handle of the feed.
Type: bool|null
Whether the feed is enabled or not.
Type: array|null
The Source IDs enabled for the feed.
Methods
Returns: array|null
Returns a collection of Source objects.
Last updated: Sept 14, 2026, 8:34:36 PM