Search for getHeader

  1. Search 9.5.x for getHeader
  2. Search 8.9.x for getHeader
  3. Search 10.3.x for getHeader
  4. Search 11.x for getHeader
  5. Other projects
Title Object type File name Summary
DrupalWebTestCase::drupalGetHeader function modules/simpletest/drupal_web_test_case.php Gets the value of an HTTP response header. If multiple requests were
required to retrieve the page, only the headers from the last request will
be checked by default. However, if TRUE is passed as the second argument,
all requests will be processed…
DrupalWebTestCase::drupalGetHeaders function modules/simpletest/drupal_web_test_case.php Gets the HTTP response headers of the requested page. Normally we are only
interested in the headers returned by the last request. However, if a page
is redirected or HTTP authentication is in use, multiple requests will be
required to retrieve the…

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.