Search for header

  1. Search 7.x for header
  2. Search 8.9.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
RenderAttachedTestController::header function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests attached HTML head rendering.
RenderAttachedTestController::htmlHeaderLink function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests HTTP header rendering for link.
RenderAttachedTestController::teapotHeaderStatus function core/modules/system/tests/modules/render_attached_test/src/Controller/RenderAttachedTestController.php Tests special header and status code rendering.
ResourceFetcherTest::testUnknownContentTypeHeader function core/modules/media/tests/src/Unit/ResourceFetcherTest.php Tests how the resource fetcher handles unknown Content-Type headers.
ResponseGeneratorTest::testGeneratorHeaderAdded function core/modules/system/tests/src/Functional/System/ResponseGeneratorTest.php Tests to see if generator header is added.
ResponsiveImageStyleListBuilder::buildHeader function core/modules/responsive_image/src/ResponsiveImageStyleListBuilder.php Builds the header row for the entity listing.
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.
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.
ShortcutSetListBuilder::buildHeader function core/modules/shortcut/src/ShortcutSetListBuilder.php Builds the header row for the entity listing.
site-header.css file core/themes/olivero/css/components/site-header.css Site header.
site-header.pcss.css file core/themes/olivero/css/components/site-header.pcss.css Site header.
sticky-header.module.css file core/themes/stable9/css/system/components/sticky-header.module.css Table header behavior.
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.
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.
Test::setHeader function core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Sets an HTTP 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.
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.
WebAssert::responseHeaderContains function core/tests/Drupal/Tests/WebAssert.php
WebAssert::responseHeaderDoesNotExist function core/tests/Drupal/Tests/WebAssert.php Asserts that the current response header does not have a specific entry.
WebAssert::responseHeaderEquals function core/tests/Drupal/Tests/WebAssert.php
WebAssert::responseHeaderExists function core/tests/Drupal/Tests/WebAssert.php Asserts that the current response header has a specific entry.
WebAssert::responseHeaderMatches function core/tests/Drupal/Tests/WebAssert.php
WebAssert::responseHeaderNotContains function core/tests/Drupal/Tests/WebAssert.php
WebAssert::responseHeaderNotEquals function core/tests/Drupal/Tests/WebAssert.php
WebAssert::responseHeaderNotMatches function core/tests/Drupal/Tests/WebAssert.php
WebAssertArgumentsTest::testResponseHeaderContains function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::responseHeaderContains
WebAssertArgumentsTest::testResponseHeaderEquals function core/tests/Drupal/Tests/Core/Assert/WebAssertArgumentsTest.php @covers ::responseHeaderEquals

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