6 uses of RestfulInterface::DELETE in RESTful 7
- 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.
- RestfulDiscoveryTestCase::testOptionsMethod in tests/
RestfulDiscoveryTestCase.test - Test the headers populated in an OPTIONS request.