Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 11.x for all
  5. Search main for all
  6. Other projects
Title Object type File name Summary
header-search-wide.pcss.css file core/themes/olivero/css/components/header-search-wide.pcss.css Header Search Wide Block.
header-site-branding.css file core/themes/olivero/css/components/header-site-branding.css Site branding in header.
header-site-branding.pcss.css file core/themes/olivero/css/components/header-site-branding.pcss.css Site branding in header.
header-sticky-toggle.css file core/themes/olivero/css/components/header-sticky-toggle.css Sticky Header Toggle Button.
header-sticky-toggle.pcss.css file core/themes/olivero/css/components/header-sticky-toggle.pcss.css Sticky Header Toggle Button.
header.component.yml file core/profiles/demo_umami/themes/umami/components/header/header.component.yml core/profiles/demo_umami/themes/umami/components/header/header.component.yml
header.css file core/profiles/demo_umami/themes/umami/components/header/header.css .umami-header {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0.75rem 4%;
}

/* Medium */
@media screen and (min-width: 48rem) {
/* 768px */
.umami-header {
padding-top: 0;
}
}

/*…
header.css file core/profiles/demo_umami/themes/umami/css/components/regions/header/header.css This file is used to style the header.
header.twig file core/profiles/demo_umami/themes/umami/components/header/header.twig <div{{ attributes.addClass('umami-header') }}>
<div class="umami-header__logo">
{% block logo %}{% endblock %}
</div>
<button
type="button"
class="umami-header__burger"
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[[api-linebreak]]
@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[[api-linebreak]]
Heading class core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php CKEditor 5 Heading plugin.
heading.admin.css file core/modules/ckeditor5/css/heading.admin.css Styles for header options in the admin UI.
Heading.php file core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php
Heading::ALWAYS_ENABLED_HEADINGS constant core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php The headings that cannot be disabled.
Heading::buildConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Form for choosing which heading tags are available.
Heading::defaultConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Gets default configuration for this plugin.
Heading::DEFAULT_CONFIGURATION constant core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php The default configuration for this plugin.
Heading::enabledHeadingsToTags function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Returns an array of enabled tags based on the enabled headings.
Heading::generateCheckboxForHeadingOption function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Generates checkbox for a CKEditor 5 heading plugin config option.
Heading::getDynamicPluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Filters the header options to those chosen in editor config.
Heading::getElementsSubset function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Returns a configured subset of the elements supported by this plugin.
Heading::getEnabledHeadings function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Gets all enabled headings.
Heading::submitConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Form submission handler.
Heading::validateConfigurationForm function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Form validation handler.
Heading::validChoices function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Computes all valid choices for the "enabled_headings" setting.
HeadingPluginTest class core/modules/ckeditor5/tests/src/Unit/HeadingPluginTest.php @coversDefaultClass \Drupal\ckeditor5\Plugin\CKEditor5Plugin\Language[[api-linebreak]]
@group ckeditor5
@internal
HeadingPluginTest.php file core/modules/ckeditor5/tests/src/Unit/HeadingPluginTest.php
HeadingPluginTest::providerGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/HeadingPluginTest.php Provides a list of configs to test.
HeadingPluginTest::testGetDynamicPluginConfig function core/modules/ckeditor5/tests/src/Unit/HeadingPluginTest.php @covers ::getDynamicPluginConfig[[api-linebreak]]
@dataProvider providerGetDynamicPluginConfig
Help and documentation group core/modules/tour/tour.api.php Documenting modules, themes, and install profiles
help-section.html.twig file core/modules/help/templates/help-section.html.twig Default theme implementation for a section of the help page.
help-section.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/misc/help-section.html.twig Theme override for a section of the help page.
help-section.html.twig file core/themes/stable9/templates/admin/help-section.html.twig Theme override for a section of the help page.
help-section.html.twig file core/themes/claro/templates/classy/misc/help-section.html.twig Theme override for a section of the help page.
help-topic.html.twig file core/themes/stable9/templates/admin/help-topic.html.twig Theme override for a help topic.
help-topic.html.twig file core/modules/help/templates/help-topic.html.twig Default theme implementation to display a help topic.
help-topic.html.twig file core/modules/help_topics/templates/help-topic.html.twig Default theme implementation to display a help topic.
help-topics-3087499.php file core/modules/help/tests/fixtures/update/help-topics-3087499.php Contains database additions for testing the upgrade path for help topics.
help.api.php file core/modules/help/help.api.php Hooks for the Help system.
help.breadcrumb service core/modules/help/help.services.yml Drupal\help\HelpBreadcrumbBuilder
help.css file core/profiles/demo_umami/themes/umami/css/components/blocks/help/help.css Styles for help messages.
help.css file core/themes/claro/css/components/help.css Claro styles for the help component.

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