9 uses of RestfulInterface::PATCH in RESTful 7
- 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.
- RestfulDiscoveryTestCase::testOptionsMethod in tests/
RestfulDiscoveryTestCase.test - Test the headers populated in an OPTIONS request.
- RestfulEntityBase::createOrUpdateSubResourceItem in plugins/
restful/ RestfulEntityBase.php - Create, update or return an already saved entity.
- RestfulHookMenuTestCase::testViewEntity in tests/
RestfulHookMenuTestCase.test - Test viewing an entity (GET method).
- RestfulUpdateEntityCurlTestCase::testUpdateEntityAsPutPatch in tests/
RestfulUpdateEntityCurlTestCase.test - Test update an entity (PUT & PATCH methods).