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
AcceptHeaderMatcher class core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php Filters routes based on the media type specified in the HTTP Accept headers.
AcceptHeaderMatcher.php file core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php
AcceptHeaderMatcher::filter function core/modules/system/tests/modules/accept_header_routing_test/src/Routing/AcceptHeaderMatcher.php Filters the route collection against a request.
AcceptHeaderMatcherTest class core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Confirm that the mime types partial matcher is functioning properly.
AcceptHeaderMatcherTest.php file core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php
AcceptHeaderMatcherTest::$fixtures property core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php A collection of shared fixture data for tests.
AcceptHeaderMatcherTest::$matcher property core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php The matcher object that is going to be tested.
AcceptHeaderMatcherTest::acceptFilterProvider function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Provides data for the Accept header filtering test.
AcceptHeaderMatcherTest::setUp function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php
AcceptHeaderMatcherTest::testAcceptFiltering function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Tests that requests using Accept headers get filtered correctly.
AcceptHeaderMatcherTest::testNoRouteFound function core/tests/Drupal/Tests/Core/Routing/AcceptHeaderMatcherTest.php Confirms that the AcceptHeaderMatcher throws an exception for no-route.
AcceptHeaderMiddleware class core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php Example implementation of "accept header"-based content negotiation.
AcceptHeaderMiddleware.php file core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php
AcceptHeaderMiddleware::$app property core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php The app kernel.
AcceptHeaderMiddleware::handle function core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php
AcceptHeaderMiddleware::__construct function core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderMiddleware.php Constructs a new AcceptHeaderMiddleware instance.
AcceptHeaderRoutingTestServiceProvider class core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php Service provider for the accept_header_routing_test module.
AcceptHeaderRoutingTestServiceProvider.php file core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php
AcceptHeaderRoutingTestServiceProvider::alter function core/modules/system/tests/modules/accept_header_routing_test/src/AcceptHeaderRoutingTestServiceProvider.php Modifies existing service definitions.
accept_header_matcher service core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml Drupal\accept_header_routing_test\Routing\AcceptHeaderMatcher
accept_header_routing_test.info.yml file core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.info.yml
accept_header_routing_test.services.yml file core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml core/modules/system/tests/modules/accept_header_routing_test/accept_header_routing_test.services.yml
access_check.header.csrf service core/core.services.yml Drupal\Core\Access\CsrfRequestHeaderAccessCheck
ActionListBuilder::buildHeader function core/modules/action/src/ActionListBuilder.php Builds the header row for the entity listing.
AreaEmptyTest::testRenderEmptyHeaderFooter function core/modules/views/tests/src/Kernel/Handler/AreaEmptyTest.php Tests that the header and footer areas are not rendered if empty.
AssertLegacyTrait::assertHeader function core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php Checks that current response header equals value.
AssertPageCacheContextsAndTagsTrait::getCacheHeaderValues function core/modules/system/tests/src/Functional/Cache/AssertPageCacheContextsAndTagsTrait.php Gets a specific header value as array.
AttachedAssetsTest::testHeaderHTML function core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php Tests JS assets depending on the 'core/<head>' virtual library.
BasicAuthTestTrait::getBasicAuthHeaders function core/modules/basic_auth/tests/src/Traits/BasicAuthTestTrait.php Returns HTTP headers that can be used for basic authentication in Curl.
BigPipeTest::assertBigPipeResponseHeadersPresent function core/modules/big_pipe/tests/src/Functional/BigPipeTest.php @internal
BigPipeTestSubscriber::onRespondSetBigPipeDebugPlaceholderHeaders function core/modules/big_pipe/tests/modules/big_pipe_test/src/EventSubscriber/BigPipeTestSubscriber.php Exposes all BigPipe placeholders (JS and no-JS) via headers for testing.
BlockContentListBuilder::buildHeader function core/modules/block_content/src/BlockContentListBuilder.php Builds the header row for the entity listing.
BlockContentTypeListBuilder::buildHeader function core/modules/block_content/src/BlockContentTypeListBuilder.php Builds the header row for the entity listing.
BrowserHtmlDebugTrait::formatHtmlOutputHeaders function core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php Formats HTTP headers as string for HTML output logging.
BrowserHtmlDebugTrait::getHtmlOutputHeaders function core/tests/Drupal/Tests/BrowserHtmlDebugTrait.php Returns headers in HTML output format.
BrowserTestBase::drupalGetHeader function core/tests/Drupal/Tests/BrowserTestBase.php Gets the value of an HTTP response header.
BrowserTestBaseTest::testAssertHeader function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy assertHeader().
BrowserTestBaseTest::testDeprecationHeaders function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests that deprecation headers do not get duplicated.
BrowserTestBaseTest::testDrupalGetHeader function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests legacy drupalGetHeader().
BrowserTestBaseTest::testResponseHeaderDoesNotExist function core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php Tests responseHeaderDoesNotExist() functionality.
BubbleableMetadataTest::providerTestMergeAttachmentsHttpHeaderMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Data provider for testMergeAttachmentsHttpHeaderMerging.
BubbleableMetadataTest::testMergeAttachmentsHttpHeaderMerging function core/tests/Drupal/Tests/Core/Render/BubbleableMetadataTest.php Tests http_header asset merging.
CacheTest::testHeaderStorage function core/modules/views/tests/src/Kernel/Plugin/CacheTest.php Tests css/js storage and restoring mechanism.
cache_context.headers service core/core.services.yml Drupal\Core\Cache\Context\HeadersCacheContext
CommentTypeListBuilder::buildHeader function core/modules/comment/src/CommentTypeListBuilder.php Builds the header row for the entity listing.
ConfigTestListBuilder::buildHeader function core/modules/config/tests/config_test/src/ConfigTestListBuilder.php Builds the header row for the entity listing.
ConfigTranslationBlockListBuilder::buildHeader function core/modules/config_translation/src/Controller/ConfigTranslationBlockListBuilder.php Builds the header row for the entity listing.
ConfigTranslationEntityListBuilder::buildHeader function core/modules/config_translation/src/Controller/ConfigTranslationEntityListBuilder.php Builds the header row for the entity listing.
ConfigTranslationFieldListBuilder::buildHeader function core/modules/config_translation/src/Controller/ConfigTranslationFieldListBuilder.php Builds the header row for the entity listing.
ConfigTranslationMapperList::buildHeader function core/modules/config_translation/src/Controller/ConfigTranslationMapperList.php Builds the header row for the mapper listing.

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