You are here

constant RestfulInterface::DELETE in RESTful 7

6 uses of RestfulInterface::DELETE
RestfulBase::delete in plugins/restful/RestfulBase.php
Call resource using the DELETE http method.
RestfulBase::isWriteMethod in plugins/restful/RestfulBase.php
Determines if the HTTP method represents a write operation.
RestfulCsrfTokenTestCase::testCsrfToken in tests/RestfulCsrfTokenTestCase.test
Test the validation of a CSRF token for authenticated users.
RestfulCsrfTokenTestCase::testCsrfTokenAnon in tests/RestfulCsrfTokenTestCase.test
Test the validation of a CSRF token for anonymous users.
RestfulCurlBaseTestCase::httpRequest in tests/RestfulCurlBaseTestCase.test
Helper function to issue a HTTP request with simpletest's cURL.

... See full list

File

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

Class

RestfulInterface
@file Contains RestfulInterface.

Code

const DELETE = 'DELETE';