Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
HandlerTest::testHandlerWeights function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Tests the order of handlers is the same before and after saving.
HandlerTest::testNoDuplicateFields function core/modules/views_ui/tests/src/Functional/HandlerTest.php Ensures that neither node type or node ID appears multiple times.
HandlerTest::testPlaceholder function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Tests the placeholder function.
HandlerTest::testRelationshipUI function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Tests the relationship ui for field/filter/argument/relationship.
HandlerTest::testSetRelationship function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Tests the relationship method on the base class.
HandlerTest::testUICRUD function core/modules/views_ui/tests/src/Functional/HandlerTest.php Tests UI CRUD.
HandlerTest::viewsData function core/modules/views_ui/tests/src/Functional/HandlerTest.php Overrides \Drupal\views\Tests\ViewTestBase::viewsData().
HandlerTest::viewsData function core/modules/views/tests/src/Functional/Handler/HandlerTest.php Returns the views data definition.
HandlerTestBase class core/modules/views/src/Tests/Handler/HandlerTestBase.php
HandlerTestBase.php file core/modules/views/src/Tests/Handler/HandlerTestBase.php
HandlerTestTrait trait core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php Test trait to mock dependencies of a handler.
HandlerTestTrait.php file core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php
HandlerTestTrait::$display property core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php The mocked display.
HandlerTestTrait::$executable property core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php The mocked view executable.
HandlerTestTrait::$view property core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php The mocked view entity.
HandlerTestTrait::$viewsData property core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php The mocked views data.
HandlerTestTrait::setupDisplay function core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php Sets up a mocked display object.
HandlerTestTrait::setupExecutableAndView function core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php Sets up a view executable and a view entity.
HandlerTestTrait::setupViewsData function core/modules/views/tests/src/Unit/Plugin/HandlerTestTrait.php Sets up a mocked views data object.
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[[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]]
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-section.html.twig file core/themes/bartik/templates/classy/misc/help-section.html.twig Theme override for a section of the help page.
help-section.html.twig file core/themes/seven/templates/classy/misc/help-section.html.twig Theme override 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/stable/templates/admin/help-section.html.twig Theme override for a section of the help page.
help-section.html.twig file core/themes/classy/templates/misc/help-section.html.twig Theme override for a section of the help page.
help-section.html.twig file core/modules/help/templates/help-section.html.twig Default theme implementation for a section of the help page.
help.css file core/themes/bartik/css/components/help.css Styles for the help block.
help.css file core/profiles/demo_umami/themes/umami/css/components/blocks/help/help.css Styles for help messages.
help.css file core/themes/seven/css/components/help.css Seven styles for the help component.
help.css file core/themes/claro/css/components/help.css Claro styles for the help component.
help.help_topic_search.html.twig file core/modules/help_topics/help_topics/help.help_topic_search.html.twig ---
label: 'Configuring help search'
top_level: true
related:
- block.place
- system.cache
- core.cron
---
{% set extend_url = render_var(url('system.modules_list')) %}
{% set help_url = render_var(url('help.main'))…
help.links.menu.yml file core/modules/help/help.links.menu.yml core/modules/help/help.links.menu.yml
help.pcss.css file core/themes/claro/css/components/help.pcss.css Claro styles for the help component.
help.services.yml file core/modules/help/help.services.yml core/modules/help/help.services.yml
HelpBlock::$request property core/modules/help/src/Plugin/Block/HelpBlock.php The current request.
HelpBlock::getCacheContexts function core/modules/help/src/Plugin/Block/HelpBlock.php The cache contexts associated with this object.
HelpBlock::__construct function core/modules/help/src/Plugin/Block/HelpBlock.php Creates a HelpBlock instance.
HelpBlockTest class core/modules/help/tests/src/Functional/HelpBlockTest.php Tests display of help block.
HelpBlockTest.php file core/modules/help/tests/src/Functional/HelpBlockTest.php

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