Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
help_topics_test.module file core/modules/help_topics/tests/modules/help_topics_test/help_topics_test.module Test module for help.
help_topics_test.permissions.yml file core/modules/help_topics/tests/modules/help_topics_test/help_topics_test.permissions.yml core/modules/help_topics/tests/modules/help_topics_test/help_topics_test.permissions.yml
help_topics_test.routing.yml file core/modules/help_topics/tests/modules/help_topics_test/help_topics_test.routing.yml core/modules/help_topics/tests/modules/help_topics_test/help_topics_test.routing.yml
help_topics_test.test.html.twig file core/modules/help_topics/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_topics/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_help function core/modules/help_topics/tests/modules/help_topics_test/help_topics_test.module Implements hook_help().
help_topics_test_help_topics_info_alter function core/modules/help_topics/tests/modules/help_topics_test/help_topics_test.module Implements hook_help_topics_info_alter().
help_topics_test_theme.info.yml file core/modules/help_topics/tests/themes/help_topics_test_theme/help_topics_test_theme.info.yml core/modules/help_topics/tests/themes/help_topics_test_theme/help_topics_test_theme.info.yml
help_topics_test_theme.test.html.twig file core/modules/help_topics/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_theme function core/modules/help_topics/help_topics.module Implements hook_theme().
help_topics_themes_installed function core/modules/help_topics/help_topics.module Implements hook_themes_installed().
help_topics_themes_uninstalled function core/modules/help_topics/help_topics.module Implements hook_themes_uninstalled().
help_topics_twig_tester.info.yml file core/modules/help_topics/tests/modules/help_topics_twig_tester/help_topics_twig_tester.info.yml core/modules/help_topics/tests/modules/help_topics_twig_tester/help_topics_twig_tester.info.yml
help_topics_twig_tester.services.yml file core/modules/help_topics/tests/modules/help_topics_twig_tester/help_topics_twig_tester.services.yml core/modules/help_topics/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.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 Records which users have read which content.
history.routing.yml file core/modules/history/history.routing.yml core/modules/history/history.routing.yml
history.tracking_user_content.html.twig file core/modules/help_topics/help_topics/history.tracking_user_content.html.twig ---
label: 'Tracking which content a user has visited'
related:
- core.tracking_content
- statistics.tracking_popular_content
---
<h2>{% trans %}What content visits are tracked?{% endtrans %}</h2>
<p>{% trans %}The core…
history.views.inc file core/modules/history/history.views.inc Provide views data for history.module.
history.views.schema.yml file core/modules/history/config/schema/history.views.schema.yml core/modules/history/config/schema/history.views.schema.yml
HistoryController class core/modules/history/src/Controller/HistoryController.php Returns responses for History module routes.
HistoryController.php file core/modules/history/src/Controller/HistoryController.php
HistoryController::getNodeReadTimestamps function core/modules/history/src/Controller/HistoryController.php Returns a set of nodes' last read timestamps.
HistoryController::readNode function core/modules/history/src/Controller/HistoryController.php Marks a node as read by the current user right now.
HistoryRenderCallback class core/modules/history/src/HistoryRenderCallback.php Render callback object.
HistoryRenderCallback.php file core/modules/history/src/HistoryRenderCallback.php
HistoryRenderCallback::lazyBuilder function core/modules/history/src/HistoryRenderCallback.php #lazy_builder callback; attaches the last read timestamp for a node.
HistoryTest class core/modules/history/tests/src/Functional/HistoryTest.php Tests the History endpoints.
HistoryTest.php file core/modules/history/tests/src/Functional/HistoryTest.php
HistoryTest::$defaultTheme property core/modules/history/tests/src/Functional/HistoryTest.php The theme to install as the default for testing.
HistoryTest::$modules property core/modules/history/tests/src/Functional/HistoryTest.php Modules to enable.
HistoryTest::$testNode property core/modules/history/tests/src/Functional/HistoryTest.php A page node for which to check content statistics.
HistoryTest::$user property core/modules/history/tests/src/Functional/HistoryTest.php The main user for testing.
HistoryTest::getNodeReadTimestamps function core/modules/history/tests/src/Functional/HistoryTest.php Get node read timestamps from the server for the current user.
HistoryTest::markNodeAsRead function core/modules/history/tests/src/Functional/HistoryTest.php Mark a node as read for the current user.
HistoryTest::setUp function core/modules/history/tests/src/Functional/HistoryTest.php
HistoryTest::testHistory function core/modules/history/tests/src/Functional/HistoryTest.php Verifies that the history endpoints work.
HistoryTimestampTest class core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php Tests the history timestamp handlers.
HistoryTimestampTest.php file core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php
HistoryTimestampTest::$modules property core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php Modules to enable.

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