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
HelpTopicTwigLoaderTest.php file core/modules/help/tests/src/Unit/HelpTopicTwigLoaderTest.php
HelpTopicTwigLoaderTest::$directories property core/modules/help/tests/src/Unit/HelpTopicTwigLoaderTest.php The virtual directories to use in testing.
HelpTopicTwigLoaderTest::$helpLoader property core/modules/help/tests/src/Unit/HelpTopicTwigLoaderTest.php The help topic loader instance to test.
HelpTopicTwigLoaderTest::setUp function core/modules/help/tests/src/Unit/HelpTopicTwigLoaderTest.php
HelpTopicTwigLoaderTest::setUpVfs function core/modules/help/tests/src/Unit/HelpTopicTwigLoaderTest.php Sets up the virtual file system.
HelpTopicTwigLoaderTest::testConstructor function core/modules/help/tests/src/Unit/HelpTopicTwigLoaderTest.php Tests constructor.
HelpTopicTwigLoaderTest::testGetSourceContext function core/modules/help/tests/src/Unit/HelpTopicTwigLoaderTest.php Tests get source context.
HelpTopicTwigLoaderTest::testGetSourceContextException function core/modules/help/tests/src/Unit/HelpTopicTwigLoaderTest.php Tests get source context exception.
HelpTopicTwigTest class core/modules/help/tests/src/Unit/HelpTopicTwigTest.php Unit test for the HelpTopicTwig class.
HelpTopicTwigTest.php file core/modules/help/tests/src/Unit/HelpTopicTwigTest.php
HelpTopicTwigTest::$helpTopic property core/modules/help/tests/src/Unit/HelpTopicTwigTest.php The help topic instance to test.
HelpTopicTwigTest::getTwigMock function core/modules/help/tests/src/Unit/HelpTopicTwigTest.php Creates a mock Twig loader class for the test.
HelpTopicTwigTest::PLUGIN_INFORMATION constant core/modules/help/tests/src/Unit/HelpTopicTwigTest.php The plugin information to use for setting up a test topic.
HelpTopicTwigTest::setUp function core/modules/help/tests/src/Unit/HelpTopicTwigTest.php
HelpTopicTwigTest::testCacheInfo function core/modules/help/tests/src/Unit/HelpTopicTwigTest.php Tests cache info.
HelpTopicTwigTest::testDefinition function core/modules/help/tests/src/Unit/HelpTopicTwigTest.php Tests definition.
HelpTopicTwigTest::testText function core/modules/help/tests/src/Unit/HelpTopicTwigTest.php Tests text.
HelpTwigExtension::getTopicLink function core/modules/help/src/HelpTwigExtension.php Returns a link to a help topic, or the title of the topic.
help_topics_test.additional.html.twig file core/modules/help/tests/modules/help_topics_test/help_topics/help_topics_test.additional.html.twig ---
label: 'Additional topic'
related:
- help_topics_test.test
---
<p>{% trans %}This topic should get listed automatically on the Help test topic.{% endtrans %}</p>
help_topics_test.help_topics.yml file core/modules/help/tests/modules/help_topics_test/help_topics_test.help_topics.yml core/modules/help/tests/modules/help_topics_test/help_topics_test.help_topics.yml
help_topics_test.info.yml file core/modules/help/tests/modules/help_topics_test/help_topics_test.info.yml core/modules/help/tests/modules/help_topics_test/help_topics_test.info.yml
help_topics_test.linked.html.twig file core/modules/help/tests/modules/help_topics_test/help_topics/help_topics_test.linked.html.twig ---
label: 'Linked topic'
---
<p>{% trans %}This topic is not supposed to be top-level.{% endtrans %}</p>
help_topics_test.permissions.yml file core/modules/help/tests/modules/help_topics_test/help_topics_test.permissions.yml core/modules/help/tests/modules/help_topics_test/help_topics_test.permissions.yml
help_topics_test.routing.yml file core/modules/help/tests/modules/help_topics_test/help_topics_test.routing.yml core/modules/help/tests/modules/help_topics_test/help_topics_test.routing.yml
help_topics_test.test.html.twig file core/modules/help/tests/modules/help_topics_test/help_topics/help_topics_test.test.html.twig ---
label: "ABC Help Test module"
top_level: true
related:
- help_topics_test.linked
- does_not_exist.and_no_error
---
{% set help_topic_link = render_var(help_topic_link('help_topics_test.test_urls')) %}
<p>{% trans…
help_topics_test.test_urls.html.twig file core/modules/help/tests/modules/help_topics_test/help_topics/help_topics_test.test_urls.html.twig ---
label: 'URL test topic'
top_level: true
---
{% set non_route_link = render_var(help_route_link('not a route', 'not_a_real_route')) %}
{% set missing_params_link = render_var(help_route_link('missing params',…
help_topics_test_theme.info.yml file core/modules/help/tests/themes/help_topics_test_theme/help_topics_test_theme.info.yml core/modules/help/tests/themes/help_topics_test_theme/help_topics_test_theme.info.yml
help_topics_test_theme.test.html.twig file core/modules/help/tests/themes/help_topics_test_theme/help_topics/help_topics_test_theme.test.html.twig ---
label: 'XYZ Help Test theme'
top_level: true
related:
- help_topics_test.additional
---
<p>{% trans %}This is a theme provided topic.{% endtrans %}</p>
help_topics_twig_tester.info.yml file core/modules/help/tests/modules/help_topics_twig_tester/help_topics_twig_tester.info.yml core/modules/help/tests/modules/help_topics_twig_tester/help_topics_twig_tester.info.yml
help_topics_twig_tester.services.yml file core/modules/help/tests/modules/help_topics_twig_tester/help_topics_twig_tester.services.yml core/modules/help/tests/modules/help_topics_twig_tester/help_topics_twig_tester.services.yml
HiddenFieldSelector class core/tests/Drupal/Tests/HiddenFieldSelector.php Extends PartialNamedSelector to allow retrieval of hidden fields.
HiddenFieldSelector.php file core/tests/Drupal/Tests/HiddenFieldSelector.php
HiddenFieldSelector::__construct function core/tests/Drupal/Tests/HiddenFieldSelector.php
HighlightCommand::$selector property core/modules/views/src/Ajax/HighlightCommand.php A CSS selector string.
HighPriorityThemeNegotiator class core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php Implements a test theme negotiator which was configured with a high priority.
HighPriorityThemeNegotiator.php file core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php
HighPriorityThemeNegotiator::applies function core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php Whether this theme negotiator should be used to set the theme.
HighPriorityThemeNegotiator::determineActiveTheme function core/modules/system/tests/modules/theme_test/src/Theme/HighPriorityThemeNegotiator.php Determine the active theme for the request.
history.comment_link_builder service core/modules/history/history.services.yml Drupal\history\HistoryCommentLinkBuilder
history.info.yml file core/modules/history/history.info.yml core/modules/history/history.info.yml
history.install file core/modules/history/history.install Installation functions for History module.
history.libraries.yml file core/modules/history/history.libraries.yml core/modules/history/history.libraries.yml
history.module file core/modules/history/history.module
history.routing.yml file core/modules/history/history.routing.yml core/modules/history/history.routing.yml
history.services.yml file core/modules/history/history.services.yml core/modules/history/history.services.yml
history.views.schema.yml file core/modules/history/config/schema/history.views.schema.yml core/modules/history/config/schema/history.views.schema.yml
HistoryCommentLinkBuilder class core/modules/history/src/HistoryCommentLinkBuilder.php Adds history functionality to comment links on nodes.
HistoryCommentLinkBuilder.php file core/modules/history/src/HistoryCommentLinkBuilder.php
HistoryCommentLinkBuilder::buildCommentedEntityLinks function core/modules/history/src/HistoryCommentLinkBuilder.php Builds links for the given entity.
HistoryCommentLinkBuilder::__construct function core/modules/history/src/HistoryCommentLinkBuilder.php Constructs a new HistoryCommentLinkBuilder object.

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