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