Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
WebTestBase.php
»
WebTestBase
»
WebTestBase::drupalGetHeaders
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
6 calls to WebTestBase::drupalGetHeaders()
DownloadTest::testPrivateFileTransfer
in drupal/
core/
modules/
file/
lib/
Drupal/
file/
Tests/
DownloadTest.php
Test the private file transfer system.
GotoTest::testDrupalGoto
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Common/
GotoTest.php
Tests
drupal_goto
().
RESTTestBase::httpRequest
in drupal/
core/
modules/
rest/
lib/
Drupal/
rest/
Tests/
RESTTestBase.php
Helper function to issue a HTTP request with simpletest's cURL.
SimpleTestTest::testInternalBrowser
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
Tests/
SimpleTestTest.php
Test the internal browsers functionality.
StyleSerializerTest::testSerializerResponses
in drupal/
core/
modules/
rest/
lib/
Drupal/
rest/
Tests/
Views/
StyleSerializerTest.php
Checks the behavior of the Serializer callback paths and row plugins.
WebTestBase::drupalGetHeader
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
WebTestBase.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…