constant RestfulInterface::PATCH in RESTful 7
9 uses of RestfulInterface::PATCH
- RestfulBase::isWriteMethod in plugins/
restful/ RestfulBase.php - Determines if the HTTP method represents a write operation.
- RestfulBase::patch in plugins/
restful/ RestfulBase.php - Call resource using the PATCH http method.
- 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.
File
- plugins/
restful/ RestfulInterface.php, line 17 - Contains RestfulInterface.
Class
- RestfulInterface
- @file Contains RestfulInterface.
Code
const PATCH = 'PATCH';