public function HttpHeaderBagInterface::remove in RESTful 7.2
Removes a header from the bag.
Parameters
string $key: The header ID or the header name.
1 method overrides HttpHeaderBagInterface::remove()
- HttpHeaderBag::remove in src/
Http/ HttpHeaderBag.php - Removes a header from the bag.
File
- src/
Http/ HttpHeaderBagInterface.php, line 69 - Contains \Drupal\restful\Http\HttpHeaderBagInterface.
Class
Namespace
Drupal\restful\HttpCode
public function remove($key);