You are here

constant RequestInterface::METHOD_PUT in RESTful 7.2

2 uses of RequestInterface::METHOD_PUT
RestfulEntityAndPropertyAccessTestCase::doRequest in tests/RestfulEntityAndPropertyAccessTestCase.test
Helper method to format a request.
RestfulEntityAndPropertyAccessTestCase::testUpdateAccess in tests/RestfulEntityAndPropertyAccessTestCase.test
Test access control for updating an entity.

File

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

Class

RequestInterface

Namespace

Drupal\restful\Http

Code

const METHOD_PUT = 'PUT';