public function RestfulException::getHeaders in RESTful 7.2
Get the associative array of headers.
Return value
array The associated headers to the error exception.
File
- src/
Exception/ RestfulException.php, line 147 - Contains \Drupal\restful\Exception\RestfulException.
Class
Namespace
Drupal\restful\ExceptionCode
public function getHeaders() {
return $this->headers;
}