You are here

interface ResourceTimeFeedModel in Services 6.3

Interface that should be implemented by time feed models.

Hierarchy

Expanded class hierarchy of ResourceTimeFeedModel

All classes that implement ResourceTimeFeedModel

1 string reference to 'ResourceTimeFeedModel'
xcal_format_rest_server_response_formatters_alter in servers/rest_server/formats/xcal_format.module

File

servers/rest_server/includes/models.inc, line 46
These are the base interfaces for resource models.

View source
interface ResourceTimeFeedModel extends ResourceFeedModel {

}

Members