12 uses of RestfulInterface::POST in RESTful 7
- RestfulBase::isWriteMethod in plugins/
restful/ RestfulBase.php - Determines if the HTTP method represents a write operation.
- RestfulBase::post in plugins/
restful/ RestfulBase.php - Call resource using the POST http method.
- RestfulCreateEntityTestCase::uploadFile in tests/
RestfulCreateEntityTestCase.test - Uploads a file issuing a POST HTTP request.
- RestfulCsrfTokenTestCase::getPath in tests/
RestfulCsrfTokenTestCase.test - Get the path for the request.
- 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.
- 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).
- restful_menu_access_callback in ./
restful.module - Access callback; Determine access for an API call.
- restful_menu_process_callback in ./
restful.module - Page callback; Return the response for an API call.
- restful_parse_request in ./
restful.module - Build the request array from PHP globals and input stream.