You are here

constant RequestInterface::METHOD_GET in RESTful 7.2

4 uses of RequestInterface::METHOD_GET
RestfulEntityAndPropertyAccessTestCase::doRequest in tests/RestfulEntityAndPropertyAccessTestCase.test
Helper method to format a request.
RestfulEntityAndPropertyAccessTestCase::testPublicFieldAccess in tests/RestfulEntityAndPropertyAccessTestCase.test
Test access callback per public field.
RestfulEntityAndPropertyAccessTestCase::testViewAccess in tests/RestfulEntityAndPropertyAccessTestCase.test
Test access control for viewing an entity.
RestfulExceptionHandleTestCase::testExceptionHandle in tests/RestfulExceptionHandleTestCase.test
Test converting exceptions into JSON with code, message and description.

File

src/Http/RequestInterface.php, line 18
Contains \Drupal\restful\Http\RequestInterface.

Class

RequestInterface

Namespace

Drupal\restful\Http

Code

const METHOD_GET = 'GET';