public function Request::clearApplicationData in RESTful 7.2
Resets the application data.
Overrides RequestInterface::clearApplicationData
File
- src/
Http/ Request.php, line 518 - Contains \Drupal\restful\Http\Request
Class
- Request
- Deals with everything coming from the consumer.
Namespace
Drupal\restful\HttpCode
public function clearApplicationData() {
$this->applicationData = array();
}