Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
HandlerFieldFieldTest::$fieldStorages property core/modules/field/tests/src/Kernel/Views/HandlerFieldFieldTest.php Test field storage.
HandlerStackConfigurator class core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Defines a class for configuring middlewares on the http handler stack.
HandlerStackConfigurator.php file core/lib/Drupal/Core/Http/HandlerStackConfigurator.php
HandlerStackConfigurator::$container property core/lib/Drupal/Core/Http/HandlerStackConfigurator.php The service container.
HandlerStackConfigurator::$middlewareIds property core/lib/Drupal/Core/Http/HandlerStackConfigurator.php A list of used middleware service IDs.
HandlerStackConfigurator::$middlewares property core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Array of middlewares to add to the handler stack.
HandlerStackConfigurator::configure function core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Configures the stack using services tagged as http_client_middleware.
HandlerStackConfigurator::initializeMiddlewares function core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Ensures that the middlewares are initialized.
HandlerStackConfigurator::__construct function core/lib/Drupal/Core/Http/HandlerStackConfigurator.php Constructs a new HandlerStackConfigurator object.
header-buttons-mobile.css file core/themes/olivero/css/components/header-buttons-mobile.css Header Mobile Buttons.
header-buttons-mobile.pcss.css file core/themes/olivero/css/components/header-buttons-mobile.pcss.css Header Mobile Buttons.
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.
Heading::enabledHeadingsToTags function core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/Heading.php Returns an array of enabled tags based on the enabled headings.
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.help_topic_search.html.twig file core/modules/help/help_topics/help.help_topic_search.html.twig ---
label: 'Configuring help search'
related:
- block.place
- system.cache
- core.cron
- search.overview
---
{% set extend_link_text %}{% trans %}Extend{% endtrans %}{% endset %}
{% set help_link_text %}{% trans %}Help{% endtrans…
Helper::convertLinkToActionLink function core/themes/admin/src/Helper.php Converts a link render element to an action link.
HelpSearch::updateTopicList function core/modules/help/src/Plugin/Search/HelpSearch.php Rebuilds the database table containing topics to be indexed.
HelpSectionPluginInterface::listTopics function core/modules/help/src/HelpSectionPluginInterface.php Returns a list of topics to show in the help section.
HelpTestTwigExtension::getNodeVisitors function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigExtension.php
HelpTestTwigNodeVisitor class core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Defines a Twig node visitor for testing help topics.
HelpTestTwigNodeVisitor.php file core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php
HelpTestTwigNodeVisitor::DELIMITER constant core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Delimiter placed around single translated chunks.
HelpTestTwigNodeVisitor::enterNode function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php
HelpTestTwigNodeVisitor::extractText function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Extracts the text from a translated text object.
HelpTestTwigNodeVisitor::getPriority function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php
HelpTestTwigNodeVisitor::getState function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Returns the state information.
HelpTestTwigNodeVisitor::leaveNode function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php
HelpTestTwigNodeVisitor::setStateValue function core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Sets state information.
HelpTestTwigNodeVisitor::STATE_NAME constant core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php Name used in \Drupal::state() for saving state information.
HelpTopicDiscovery class core/modules/help/src/HelpTopicDiscovery.php Discovers help topic plugins from Twig files in help_topics directories.
HelpTopicDiscovery.php file core/modules/help/src/HelpTopicDiscovery.php
HelpTopicDiscovery::$directories property core/modules/help/src/HelpTopicDiscovery.php An array of directories to scan, keyed by the provider.
HelpTopicDiscovery::FILE_KEY constant core/modules/help/src/HelpTopicDiscovery.php Defines the key in the discovered data where the file path is stored.
HelpTopicDiscovery::findAll function core/modules/help/src/HelpTopicDiscovery.php Returns an array of discoverable items.
HelpTopicDiscovery::findFiles function core/modules/help/src/HelpTopicDiscovery.php Returns an array of providers keyed by file path.
HelpTopicDiscovery::getDefinitions function core/modules/help/src/HelpTopicDiscovery.php Gets the definition of all plugins for this type.
HelpTopicDiscovery::__construct function core/modules/help/src/HelpTopicDiscovery.php Constructs a HelpTopicDiscovery object.
HelpTopicDiscoveryTest class core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests Drupal\help\HelpTopicDiscovery.
HelpTopicDiscoveryTest.php file core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidRelated function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests discovery exception invalid related.
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidTopLevel function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests discovery exception invalid top level.
HelpTopicDiscoveryTest::testDiscoveryExceptionInvalidYamlKey function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests discovery exception invalid yaml key.
HelpTopicDiscoveryTest::testDiscoveryExceptionMissingLabel function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests discovery exception missing label.
HelpTopicDiscoveryTest::testHelpTopicsBrokenYaml function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests help topics broken yaml.
HelpTopicDiscoveryTest::testHelpTopicsDefinition function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests help topics definition.
HelpTopicDiscoveryTest::testHelpTopicsExtensionProviderSpecialCase function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests help topics extension provider special case.
HelpTopicDiscoveryTest::testHelpTopicsInCore function core/modules/help/tests/src/Unit/HelpTopicDiscoveryTest.php Tests help topics in core.
HelpTopicPluginBase class core/modules/help/src/HelpTopicPluginBase.php Base class for help topic plugins.

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