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
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.
HistoryCommentLinkBuilderTest class core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php This is duplicated from CommentLinkBuilderTest with history additions.
HistoryCommentLinkBuilderTest.php file core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php
HistoryCommentLinkBuilderTest::$commentLinkBuilder property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php The comment link builder.
HistoryCommentLinkBuilderTest::$commentManager property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php Comment manager mock.
HistoryCommentLinkBuilderTest::$currentUser property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php Current user proxy mock.
HistoryCommentLinkBuilderTest::$decoratedCommentLinkBuilder property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php The decorated comment link builder.
HistoryCommentLinkBuilderTest::$entityTypeManager property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php The entity type manager.
HistoryCommentLinkBuilderTest::$stringTranslation property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php String translation mock.
HistoryCommentLinkBuilderTest::$timestamp property core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php Timestamp used in test.
HistoryCommentLinkBuilderTest::getLinkCombinations function core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php Data provider for ::testCommentLinkBuilder.
HistoryCommentLinkBuilderTest::getMockNode function core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php Builds a mock node based on given scenario.
HistoryCommentLinkBuilderTest::setUp function core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php Prepares mocks for the test.
HistoryCommentLinkBuilderTest::testCommentLinkBuilder function core/modules/history/tests/src/Unit/HistoryCommentLinkBuilderTest.php Tests the buildCommentedEntityLinks method.
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.
HistoryController::renderNewCommentsNodeLinks function core/modules/history/src/Controller/HistoryController.php Returns a set of nodes' last read timestamps.
HistoryHooks class core/modules/history/src/Hook/HistoryHooks.php Hook implementations for history.
HistoryHooks.php file core/modules/history/src/Hook/HistoryHooks.php
HistoryHooks::commentView function core/modules/history/src/Hook/HistoryHooks.php Implements hook_ENTITY_TYPE_view for comment entities.
HistoryHooks::cron function core/modules/history/src/Hook/HistoryHooks.php Implements hook_cron().
HistoryHooks::help function core/modules/history/src/Hook/HistoryHooks.php Implements hook_help().
HistoryHooks::nodeDelete function core/modules/history/src/Hook/HistoryHooks.php Implements hook_ENTITY_TYPE_delete() for node entities.
HistoryHooks::nodeViewAlter function core/modules/history/src/Hook/HistoryHooks.php Implements hook_ENTITY_TYPE_view_alter() for node entities.
HistoryHooks::userCancel function core/modules/history/src/Hook/HistoryHooks.php Implements hook_user_cancel().
HistoryHooks::userDelete function core/modules/history/src/Hook/HistoryHooks.php Implements hook_ENTITY_TYPE_delete() for user entities.
HistoryHooks::__construct function core/modules/history/src/Hook/HistoryHooks.php Constructs a new HistoryHooks object.

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