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
FieldConfigListBuilder::buildHeader function core/modules/field_ui/src/FieldConfigListBuilder.php Builds the header row for the entity listing.
FieldStorageConfigListBuilder::buildHeader function core/modules/field_ui/src/FieldStorageConfigListBuilder.php Builds the header row for the entity listing.
FileUploadResource::REQUEST_HEADER_FILENAME_REGEX constant core/modules/file/src/Plugin/rest/resource/FileUploadResource.php The regex used to extract the filename from the content disposition header.
FileUploadResource::validateAndParseContentDispositionHeader function core/modules/file/src/Plugin/rest/resource/FileUploadResource.php Validates and extracts the filename from the Content-Disposition header.
FileUploadResourceTestBase::testPostFileUploadInvalidHeaders function core/modules/rest/tests/src/Functional/FileUploadResourceTestBase.php Tests using the file upload POST route with invalid headers.
FileUploadTest::testPostFileUploadInvalidHeaders function core/modules/jsonapi/tests/src/Functional/FileUploadTest.php Tests using the file upload POST route with invalid headers.
file_get_content_headers function core/modules/file/file.module Examines a file entity and returns appropriate content headers for download.
FilterFormatListBuilder::buildHeader function core/modules/filter/src/FilterFormatListBuilder.php Builds the header row for the entity listing.
FinishResponseSubscriber::$debugCacheabilityHeaders property core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php Whether to send cacheability headers for debugging purposes.
FrontPageTest::$dumpHeaders property core/modules/node/tests/src/Functional/Views/FrontPageTest.php
header.css file core/profiles/demo_umami/themes/umami/css/components/regions/header/header.css This file is used to style the header.
header.css file core/themes/bartik/css/components/header.css /* ------------------ Header ------------------ */
#header {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header .section {
position: relative;
}
.region-header {
padding: 0.357em 15px 0;
}
.region-header…
HeadersCacheContext class core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php Defines the HeadersCacheContext service, for "per header" caching.
HeadersCacheContext.php file core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php
HeadersCacheContext::getCacheableMetadata function core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php Gets the cacheability metadata for the context based on the parameter value.
HeadersCacheContext::getContext function core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php Returns the string representation of the cache context.
HeadersCacheContext::getLabel function core/lib/Drupal/Core/Cache/Context/HeadersCacheContext.php Returns the label of the cache context.
HeadersCacheContextTest class core/tests/Drupal/Tests/Core/Cache/Context/HeadersCacheContextTest.php @coversDefaultClass \Drupal\Core\Cache\Context\HeadersCacheContext
@group Cache
HeadersCacheContextTest.php file core/tests/Drupal/Tests/Core/Cache/Context/HeadersCacheContextTest.php
HeadersCacheContextTest::providerTestGetContext function core/tests/Drupal/Tests/Core/Cache/Context/HeadersCacheContextTest.php Provides a list of headers and expected cache contexts.
HeadersCacheContextTest::testGetContext function core/tests/Drupal/Tests/Core/Cache/Context/HeadersCacheContextTest.php @covers ::getContext
HtmlResponseAttachmentsProcessor::formatHttpHeaderAttributes function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Formats an attribute string for an HTTP header.
HtmlResponseAttachmentsProcessor::setHeaders function core/lib/Drupal/Core/Render/HtmlResponseAttachmentsProcessor.php Sets headers on a response object.
HtmlResponseAttachmentsTest::assertTeapotHeaders function core/modules/system/tests/src/Functional/Render/HtmlResponseAttachmentsTest.php Helper function to make assertions about added HTTP headers.
HtmlToTextTest::testHeaderSeparation function core/modules/system/tests/src/Functional/Mail/HtmlToTextTest.php Test that headers are properly separated from surrounding text.
ImageFieldDisplayTest::$dumpHeaders property core/modules/image/tests/src/Functional/ImageFieldDisplayTest.php
ImageStyleListBuilder::buildHeader function core/modules/image/src/ImageStyleListBuilder.php Builds the header row for the entity listing.
LanguageListBuilder::buildHeader function core/modules/language/src/LanguageListBuilder.php Builds the header row for the entity listing.
MailTest::testFromAndReplyToHeader function core/modules/system/tests/src/Kernel/Mail/MailTest.php Checks the From: and Reply-to: headers.
MediaListBuilder::buildHeader function core/modules/media/src/MediaListBuilder.php Builds the header row for the entity listing.
MediaTypeListBuilder::buildHeader function core/modules/media/src/MediaTypeListBuilder.php Builds the header row for the entity listing.
MenuListBuilder::buildHeader function core/modules/menu_ui/src/MenuListBuilder.php Builds the header row for the entity listing.
ModeratedNodeListBuilder::buildHeader function core/modules/content_moderation/src/ModeratedNodeListBuilder.php Builds the header row for the entity listing.
NodeListBuilder::buildHeader function core/modules/node/src/NodeListBuilder.php Builds the header row for the entity listing.
NodeTypeListBuilder::buildHeader function core/modules/node/src/NodeTypeListBuilder.php Builds the header row for the entity listing.
NodeViewTest::testLinkHeader function core/modules/node/tests/src/Functional/NodeViewTest.php Tests the Link header.
Page header for Classes page group core/core.api.php Introduction to classes
Page header for Elements page group core/lib/Drupal/Core/Render/theme.api.php Introduction to form and render elements
Page header for Namespaces page group core/core.api.php Introduction to namespaces
Page header for Services page group core/core.api.php Introduction to services
PageCacheAcceptHeaderController class core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php Defines a controller to respond the page cache accept header test.
PageCacheAcceptHeaderController.php file core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php
PageCacheAcceptHeaderController::content function core/modules/system/tests/modules/system_test/src/Controller/PageCacheAcceptHeaderController.php Processes a request that will vary with Accept header.
PageCacheTagsIntegrationTest::$dumpHeaders property core/modules/page_cache/tests/src/Functional/PageCacheTagsIntegrationTest.php
PageCacheTagsTestBase::$dumpHeaders property core/modules/system/src/Tests/Cache/PageCacheTagsTestBase.php Always enable header dumping in page cache tags tests, this aids debugging.
PageCacheTagsTestBase::$dumpHeaders property core/modules/system/tests/src/Functional/Cache/PageCacheTagsTestBase.php Always enable header dumping in page cache tags tests, this aids debugging.
PageCacheTest::$dumpHeaders property core/modules/page_cache/tests/src/Functional/PageCacheTest.php
PageCacheTest::getHeaders function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Retrieves only the headers for an absolute path.
PageCacheTest::testPageCacheTagsIndependentFromCacheabilityHeaders function core/modules/page_cache/tests/src/Functional/PageCacheTest.php Test that the page cache doesn't depend on cacheability headers.
PathAliasListBuilder::buildHeader function core/modules/path/src/PathAliasListBuilder.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.