You are here

constant RestfulInterface::OPTIONS in RESTful 7

4 uses of RestfulInterface::OPTIONS
RestfulBase::isReadMethod in plugins/restful/RestfulBase.php
Determines if the HTTP method represents a read operation.
RestfulBase::options in plugins/restful/RestfulBase.php
Call resource using the OPTIONS http method.
RestfulEntityBase::addDefaultValuesToPublicFields in plugins/restful/RestfulEntityBase.php
Add default values to the public fields array.
restful_delivery in ./restful.module
Returns data in JSON format.

File

plugins/restful/RestfulInterface.php, line 18
Contains RestfulInterface.

Class

RestfulInterface
@file Contains RestfulInterface.

Code

const OPTIONS = 'OPTIONS';