public function HttpHeaderBagInterface::append in RESTful 7.2
Appends the values of the passed in header to if the header already exists.
Parameters
HttpHeaderInterface $header: The header object or an associative array with the name and value.
Throws
1 method overrides HttpHeaderBagInterface::append()
- HttpHeaderBag::append in src/
Http/ HttpHeaderBag.php - Appends the values of the passed in header to if the header already exists.
File
- src/
Http/ HttpHeaderBagInterface.php, line 61 - Contains \Drupal\restful\Http\HttpHeaderBagInterface.
Class
Namespace
Drupal\restful\HttpCode
public function append(HttpHeaderInterface $header);