You are here

interface ResourceFeedModel in Services 6.3

Interface that should be implemented by feed models.

Hierarchy

Expanded class hierarchy of ResourceFeedModel

All classes that implement ResourceFeedModel

2 string references to 'ResourceFeedModel'
hook_rest_server_response_formatters_alter in servers/rest_server/rest_server.api.php
Triggered when the REST server request a list of supported response formats.
rest_server_response_formatters in servers/rest_server/rest_server.module
Builds a list of response formatters that are available to the RESTServer.

File

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

View source
interface ResourceFeedModel extends Iterator {

}

Members