Search for header
- Search 7.x for header
 - Search 9.5.x for header
 - Search 8.9.x for header
 - Search 11.x for header
 - Other projects
 
| Title | Object type | File name | Summary | 
|---|---|---|---|
| pre-header.css | file | core/ | 
                                                                                        This file is used to style the pre-header. | 
| region--header.html.twig | file | core/ | 
                                                                                        Theme override to display a region. | 
| region--header.html.twig | file | core/ | 
                                                                                        Olivero's theme override to display the header region. | 
| RenderAttachedTestController::header | function | core/ | 
                                                                                        Tests attached HTML head rendering. | 
| RenderAttachedTestController::htmlHeaderLink | function | core/ | 
                                                                                        Tests HTTP header rendering for link. | 
| RenderAttachedTestController::teapotHeaderStatus | function | core/ | 
                                                                                        Tests special header and status code rendering. | 
| ResourceFetcherTest::testUnknownContentTypeHeader | function | core/ | 
                                                                                        Tests how the resource fetcher handles unknown Content-Type headers. | 
| ResponseGeneratorTest::testGeneratorHeaderAdded | function | core/ | 
                                                                                        Tests to see if generator header is added. | 
| ResponsiveImageStyleListBuilder::buildHeader | function | core/ | 
                                                                                        Builds the header row for the entity listing. | 
| ReverseProxyMiddlewareTest::trustedHeadersAreSet | function | core/ | 
                                                                                        Tests that trusted headers are set correctly. | 
| RoleListBuilder::buildHeader | function | core/ | 
                                                                                        Builds the header row for the entity listing. | 
| SearchPageListBuilder::buildHeader | function | core/ | 
                                                                                        Builds the header row for the entity listing. | 
| SessionHttpsTest::getPathFromLocationHeader | function | core/ | 
                                                                                        Extracts internal path from the location header on the response. | 
| ShortcutSetListBuilder::buildHeader | function | core/ | 
                                                                                        Builds the header row for the entity listing. | 
| site-header.css | file | core/ | 
                                                                                        Site header. | 
| site-header.pcss.css | file | core/ | 
                                                                                        Site header. | 
| sticky-header.module.css | file | core/ | 
                                                                                        table.sticky-header thead { position: sticky; z-index: 500; top: var(--drupal-displace-offset-top, 0); }  | 
              
| sticky-header.module.css | file | core/ | 
                                                                                        table.sticky-header thead { position: sticky; z-index: 500; top: var(--drupal-displace-offset-top, 0); }  | 
              
| SymfonyMailer::MAILBOX_LIST_HEADERS | constant | core/ | 
                                                                                        A list of headers that can contain multiple email addresses. | 
| SymfonyMailer::SKIP_HEADERS | constant | core/ | 
                                                                                        List of headers to skip copying from the message array. | 
| SystemTestController::getTestHeader | function | core/ | 
                                                                                        Returns a response with a test header set from the request. | 
| SystemTestController::setHeader | function | core/ | 
                                                                                        Sets a header. | 
| TableSort::header | function | core/ | 
                                                                                        Formats a column header. | 
| TableSortExtender::orderByHeader | function | core/ | 
                                                                                        Order the query based on a header array. | 
| TableTest::testThemeTableHeaderCellOption | function | core/ | 
                                                                                        Tests that the 'header' option in cells works correctly. | 
| TableTest::testThemeTableHeaderRenderArray | function | core/ | 
                                                                                        Tests header elements with a mix of string and render array values. | 
| TableTest::testThemeTableNoStickyHeaders | function | core/ | 
                                                                                        If $sticky is FALSE, `sticky-header` class should not be included. | 
| TableTest::testThemeTableNotResponsiveHeaders | function | core/ | 
                                                                                        Tests that the 'responsive-table' class is not applied without headers. | 
| TableTest::testThemeTableStickyHeaders | function | core/ | 
                                                                                        If $sticky is TRUE, `sticky-header` class should be included. | 
| TemporaryJsonapiFileFieldUploader::REQUEST_HEADER_FILENAME_REGEX | constant | core/ | 
                                                                                        The regex used to extract the filename from the content disposition header. | 
| TemporaryJsonapiFileFieldUploader::validateAndParseContentDispositionHeader | function | core/ | 
                                                                                        Validates and extracts the filename from the Content-Disposition header. | 
| Test::setHeader | function | core/ | 
                                                                                        Sets an HTTP header. | 
| UpdateManagerUpdateTest::checkTableHeaders | function | core/ | 
                                                                                        Checks headers for a given table on the Update form. | 
| UserListBuilder::buildHeader | function | core/ | 
                                                                                        Builds the header row for the entity listing. | 
| ViewExecutable::$header | property | core/ | 
                                                                                        Stores the area handlers for the header which are initialized on this view. | 
| ViewListBuilder::buildHeader | function | core/ | 
                                                                                        Builds the header row for the entity listing. | 
| views.view.test_field_header.yml | file | core/ | 
                                                                                        core/modules/views/tests/modules/views_test_config/test_views/views.view.test_field_header.yml | 
| ViewsAddDefaultPaginationHeaderTest | class | core/ | 
                                                                                        Tests the addition of the pagination_heading_level setting. | 
| ViewsAddDefaultPaginationHeaderTest.php | file | core/ | 
                                                                                        |
| ViewsAddDefaultPaginationHeaderTest::$modules | property | core/ | 
                                                                                        Modules to install after the database is loaded. | 
| ViewsAddDefaultPaginationHeaderTest::setDatabaseDumpFiles | function | core/ | 
                                                                                        Set database dump files to be used. | 
| ViewsAddDefaultPaginationHeaderTest::setUp | function | core/ | 
                                                                                        |
| ViewsAddDefaultPaginationHeaderTest::testViewsPostUpdatePaginationHeadingLevel | function | core/ | 
                                                                                        Tests the upgrade path adding pagination_heading_level. | 
| ViewsEscapingTest::testViewsFieldHeaderEscaping | function | core/ | 
                                                                                        Tests for incorrectly escaped markup in a header label on a display table. | 
| VocabularyListBuilder::buildHeader | function | core/ | 
                                                                                        Builds the header row for the entity listing. | 
| WebAssert::responseHeaderDoesNotExist | function | core/ | 
                                                                                        Asserts that the current response header does not have a specific entry. | 
| WebAssert::responseHeaderEquals | function | core/ | 
                                                                                        |
| WebAssert::responseHeaderExists | function | core/ | 
                                                                                        Asserts that the current response header has a specific entry. | 
| WebAssertTest::testResponseHeaderDoesNotExist | function | core/ | 
                                                                                        Tests WebAssert::responseHeaderDoesNotExist(). | 
| WebAssertTest::testResponseHeaderExists | function | core/ | 
                                                                                        Tests WebAssert::responseHeaderExists(). | 
Pagination
- Previous page
 - Page 5
 - Next page
 
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.