public function RequestInterface::setApplicationData in RESTful 7.2
Sets an object in the application data store.
Parameters
string $key: Identifier.
mixed $value: The data to store as part of the request.
1 method overrides RequestInterface::setApplicationData()
- Request::setApplicationData in src/
Http/ Request.php - Sets an object in the application data store.
File
- src/
Http/ RequestInterface.php, line 204 - Contains \Drupal\restful\Http\RequestInterface.
Class
Namespace
Drupal\restful\HttpCode
public function setApplicationData($key, $value);