Search for header

  1. Search 7.x for header
  2. Search 9.5.x for header
  3. Search 8.9.x for header
  4. Search 10.3.x for header
  5. Other projects
Title Object type File name Summary
pre-header.css file core/profiles/demo_umami/themes/umami/css/components/regions/pre-header/pre-header.css This file is used to style the pre-header.
region--header.html.twig file core/themes/olivero/templates/layout/region--header.html.twig Olivero's theme override to display the header region.
region--header.html.twig file core/profiles/demo_umami/themes/umami/templates/layout/region--header.html.twig Theme override to display a region.
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.
ResourceTestBase::generateDynamicPageCacheExpectedHeaderValue function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Generates an X-Drupal-Dynamic-Cache header value based on cacheability.
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/misc/components/sticky-header.module.css table.sticky-header thead {
position: sticky;
z-index: 500;
top: var(--drupal-displace-offset-top, 0);
}
sticky-header.module.css file core/themes/stable9/css/core/components/sticky-header.module.css table.sticky-header thead {
position: sticky;
z-index: 500;
top: var(--drupal-displace-offset-top, 0);
}
SymfonyMailer::MAILBOX_LIST_HEADERS constant core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php A list of headers that can contain multiple email addresses.
SymfonyMailer::SKIP_HEADERS constant core/lib/Drupal/Core/Mail/Plugin/Mail/SymfonyMailer.php List of headers to skip copying from the message array.
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, `sticky-header` class should not 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 If $sticky is TRUE, `sticky-header` class should be included.
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::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.
WebAssertTest::testResponseHeaderDoesNotExist function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests WebAssert::responseHeaderDoesNotExist().
WebAssertTest::testResponseHeaderExists function core/tests/Drupal/Tests/Core/Test/WebAssertTest.php Tests WebAssert::responseHeaderExists().
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.
WorkflowListBuilder::buildHeader function core/modules/workflows/src/WorkflowListBuilder.php Builds the header row for the entity listing.
WorkspaceListBuilder::buildHeader function core/modules/workspaces/src/WorkspaceListBuilder.php Builds the header row for the entity listing.

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