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 11.x for header
  5. Other projects
Title Object type File name Summary
PoStreamWriter::writeHeader function core/lib/Drupal/Component/Gettext/PoStreamWriter.php Write the PO header to the stream.
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/profiles/demo_umami/themes/umami/templates/layout/region--header.html.twig Theme override to display a region.
region--header.html.twig file core/themes/olivero/templates/layout/region--header.html.twig Olivero's theme override to display the header 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.
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/modules/system/css/components/sticky-header.module.css Table header behavior.
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.
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.
UpdateManagerUpdateTest::checkTableHeaders function core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php Checks headers for a given table on the Update form.
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
ViewsAddDefaultPaginationHeaderTest class core/modules/views/tests/src/Functional/Update/ViewsAddDefaultPaginationHeaderTest.php Tests the addition of the pagination_heading_level setting.
ViewsAddDefaultPaginationHeaderTest.php file core/modules/views/tests/src/Functional/Update/ViewsAddDefaultPaginationHeaderTest.php
ViewsAddDefaultPaginationHeaderTest::$modules property core/modules/views/tests/src/Functional/Update/ViewsAddDefaultPaginationHeaderTest.php Modules to install after the database is loaded.
ViewsAddDefaultPaginationHeaderTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/ViewsAddDefaultPaginationHeaderTest.php Set database dump files to be used.
ViewsAddDefaultPaginationHeaderTest::setUp function core/modules/views/tests/src/Functional/Update/ViewsAddDefaultPaginationHeaderTest.php
ViewsAddDefaultPaginationHeaderTest::testViewsPostUpdatePaginationHeadingLevel function core/modules/views/tests/src/Functional/Update/ViewsAddDefaultPaginationHeaderTest.php Tests the upgrade path adding pagination_heading_level.
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

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