Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Headers.php
function Headers::getNames
File
vendor/
symfony/
mime/
Header/
Headers.php
, line 208
Class
Headers
A collection of headers.
Namespace
Symfony\Component\Mime\Header
Code
public
function
getNames
() : array {
return
array_keys
(
$this
->
headers
); }
RSS feed