Search for header

  1. Search 7.x for header
  2. Search 9.5.x for header
  3. Search 10.3.x for header
  4. Search 11.x for header
  5. Other projects
Title Object type File name Summary
ResponsiveImageStyleListBuilder::buildHeader function core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php Builds the header row for the entity listing.
RESTTestBase::drupalGetHeader function core/modules/rest/src/Tests/RESTTestBase.php Gets the value of an HTTP response header.
RESTTestBase::drupalGetHeaders function core/modules/rest/src/Tests/RESTTestBase.php Gets the HTTP response headers of the requested page.
RESTTestBase::loadEntityFromLocationHeader function core/modules/rest/src/Tests/RESTTestBase.php Loads an entity based on the location URL returned in the location header.
ReverseProxyMiddlewareTest::trustedHeadersAreSet function core/tests/Drupal/Tests/Core/StackMiddleware/ReverseProxyMiddlewareTest.php Tests that trusted headers are set correctly.
RoleListBuilder::buildHeader function core/modules/user/src/RoleListBuilder.php Builds the header row for the entity listing.
SearchPageCacheTagsTest::$dumpHeaders property core/modules/search/tests/src/Functional/SearchPageCacheTagsTest.php
SearchPageListBuilder::buildHeader function core/modules/search/src/SearchPageListBuilder.php Builds the header row for the entity listing.
SessionHttpsTest::getPathFromLocationHeader function core/modules/system/tests/src/Functional/Session/SessionHttpsTest.php Extracts internal path from the location header on the response.
SessionTest::$dumpHeaders property core/modules/system/tests/src/Functional/Session/SessionTest.php
ShortcutSetListBuilder::buildHeader function core/modules/shortcut/src/ShortcutSetListBuilder.php Builds the header row for the entity listing.
sticky-header.module.css file core/themes/stable/css/system/components/sticky-header.module.css Table header behavior.
sticky-header.module.css file core/modules/system/css/components/sticky-header.module.css Table header behavior.
SystemTestController::getTestHeader function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Returns a response with a test header set from the request.
SystemTestController::setHeader function core/modules/system/tests/modules/system_test/src/Controller/SystemTestController.php Sets a header.
TableSort::header function core/lib/Drupal/Core/Utility/TableSort.php Formats a column header.
TableSortExtender::orderByHeader function core/lib/Drupal/Core/Database/Query/TableSortExtender.php Order the query based on a header array.
TableSortLegacyTest::testHeader function core/tests/Drupal/KernelTests/Core/Theme/TableSortLegacyTest.php Tests deprecation of the tablesort_header() function.
tablesort_header function core/includes/tablesort.inc Formats a column header.
TableTest::testThemeTableHeaderCellOption function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'header' option in cells works correctly.
TableTest::testThemeTableHeaderRenderArray function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests header elements with a mix of string and render array values.
TableTest::testThemeTableNoStickyHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php If $sticky is FALSE, no tableheader.js should be included.
TableTest::testThemeTableNotResponsiveHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tests that the 'responsive-table' class is not applied without headers.
TableTest::testThemeTableStickyHeaders function core/tests/Drupal/KernelTests/Core/Render/Element/TableTest.php Tableheader.js provides 'sticky' table headers, and is included by default.
TemporaryJsonapiFileFieldUploader::REQUEST_HEADER_FILENAME_REGEX constant core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php The regex used to extract the filename from the content disposition header.
TemporaryJsonapiFileFieldUploader::validateAndParseContentDispositionHeader function core/modules/jsonapi/src/Controller/TemporaryJsonapiFileFieldUploader.php Validates and extracts the filename from the Content-Disposition header.
Unicode::mimeHeaderDecode function core/lib/Drupal/Component/Utility/Unicode.php Decodes MIME/HTTP encoded header values.
Unicode::mimeHeaderEncode function core/lib/Drupal/Component/Utility/Unicode.php Encodes MIME/HTTP headers that contain incorrectly encoded characters.
UnicodeTest::providerTestMimeHeader function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testMimeHeader().
UnicodeTest::providerTestMimeHeaderDecode function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Data provider for testMimeHeaderDecode().
UnicodeTest::testMimeHeaderDecode function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte decoding.
UnicodeTest::testMimeHeaderEncode function core/tests/Drupal/Tests/Component/Utility/UnicodeTest.php Tests multibyte encoding.
UpdateScriptTest::$dumpHeaders property core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php
UserListBuilder::buildHeader function core/modules/user/src/UserListBuilder.php Builds the header row for the entity listing.
ViewExecutable::$header property core/modules/views/src/ViewExecutable.php Stores the area handlers for the header which are initialized on this view.
ViewListBuilder::buildHeader function core/modules/views_ui/src/ViewListBuilder.php Builds the header row for the entity listing.
views.view.test_field_header.yml file core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_header.yml core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_header.yml
ViewsEscapingTest::testViewsFieldHeaderEscaping function core/modules/views/tests/src/Functional/ViewsEscapingTest.php Tests for incorrectly escaped markup in a header label on a display table.
VocabularyListBuilder::buildHeader function core/modules/taxonomy/src/VocabularyListBuilder.php Builds the header row for the entity listing.
WebDriverTestBase::getHtmlOutputHeaders function core/tests/Drupal/FunctionalJavascriptTests/WebDriverTestBase.php Returns headers in HTML output format.
WebDriverWebAssert::responseHeaderContains function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of responseHeaderContains() is not available.
WebDriverWebAssert::responseHeaderEquals function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of responseHeaderEquals() is not available.
WebDriverWebAssert::responseHeaderMatches function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of responseHeaderMatches() is not available.
WebDriverWebAssert::responseHeaderNotContains function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of responseHeaderNotContains() is not available.
WebDriverWebAssert::responseHeaderNotEquals function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of responseHeaderNotEquals() is not available.
WebDriverWebAssert::responseHeaderNotMatches function core/tests/Drupal/FunctionalJavascriptTests/WebDriverWebAssert.php The use of responseHeaderNotMatches() is not available.
WebTestBase::$assertAjaxHeader property core/modules/simpletest/src/WebTestBase.php Whether or not to assert the presence of the X-Drupal-Ajax-Token.
WebTestBase::$dumpHeaders property core/modules/simpletest/src/WebTestBase.php Indicates that headers should be dumped if verbose output is enabled.
WebTestBase::$headers property core/modules/simpletest/src/WebTestBase.php The headers of the page currently loaded in the internal browser.
WebTestBase::assertHeader function core/modules/simpletest/src/WebTestBase.php Check if a HTTP response header exists and has the expected value.

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