Search for to
| Title | Object type | File name | Summary |
|---|---|---|---|
| help_topics_test.module | file | core/ |
Test module for help. |
| help_topics_test.permissions.yml | file | core/ |
core/modules/help_topics/tests/modules/help_topics_test/help_topics_test.permissions.yml |
| help_topics_test.routing.yml | file | core/ |
core/modules/help_topics/tests/modules/help_topics_test/help_topics_test.routing.yml |
| help_topics_test.test.html.twig | file | core/ |
--- 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/ |
--- 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/ |
Implements hook_help(). |
| help_topics_test_help_topics_info_alter | function | core/ |
Implements hook_help_topics_info_alter(). |
| help_topics_test_theme.info.yml | file | core/ |
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/ |
--- 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/ |
Implements hook_theme(). |
| help_topics_themes_installed | function | core/ |
Implements hook_themes_installed(). |
| help_topics_themes_uninstalled | function | core/ |
Implements hook_themes_uninstalled(). |
| help_topics_twig_tester.info.yml | file | core/ |
core/modules/help_topics/tests/modules/help_topics_twig_tester/help_topics_twig_tester.info.yml |
| help_topics_twig_tester.services.yml | file | core/ |
core/modules/help_topics/tests/modules/help_topics_twig_tester/help_topics_twig_tester.services.yml |
| HiddenFieldSelector | class | core/ |
Extends PartialNamedSelector to allow retrieval of hidden fields. |
| HiddenFieldSelector.php | file | core/ |
|
| HiddenFieldSelector::__construct | function | core/ |
|
| HighlightCommand::$selector | property | core/ |
A CSS selector string. |
| HighPriorityThemeNegotiator | class | core/ |
Implements a test theme negotiator which was configured with a high priority. |
| HighPriorityThemeNegotiator.php | file | core/ |
|
| HighPriorityThemeNegotiator::applies | function | core/ |
Whether this theme negotiator should be used to set the theme. |
| HighPriorityThemeNegotiator::determineActiveTheme | function | core/ |
Determine the active theme for the request. |
| history.info.yml | file | core/ |
core/modules/history/history.info.yml |
| history.install | file | core/ |
Installation functions for History module. |
| history.libraries.yml | file | core/ |
core/modules/history/history.libraries.yml |
| history.module | file | core/ |
Records which users have read which content. |
| history.routing.yml | file | core/ |
core/modules/history/history.routing.yml |
| history.tracking_user_content.html.twig | file | core/ |
--- 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/ |
Provide views data for history.module. |
| history.views.schema.yml | file | core/ |
core/modules/history/config/schema/history.views.schema.yml |
| HistoryController | class | core/ |
Returns responses for History module routes. |
| HistoryController.php | file | core/ |
|
| HistoryController::getNodeReadTimestamps | function | core/ |
Returns a set of nodes' last read timestamps. |
| HistoryController::readNode | function | core/ |
Marks a node as read by the current user right now. |
| HistoryRenderCallback | class | core/ |
Render callback object. |
| HistoryRenderCallback.php | file | core/ |
|
| HistoryRenderCallback::lazyBuilder | function | core/ |
#lazy_builder callback; attaches the last read timestamp for a node. |
| HistoryTest | class | core/ |
Tests the History endpoints. |
| HistoryTest.php | file | core/ |
|
| HistoryTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| HistoryTest::$modules | property | core/ |
Modules to enable. |
| HistoryTest::$testNode | property | core/ |
A page node for which to check content statistics. |
| HistoryTest::$user | property | core/ |
The main user for testing. |
| HistoryTest::getNodeReadTimestamps | function | core/ |
Get node read timestamps from the server for the current user. |
| HistoryTest::markNodeAsRead | function | core/ |
Mark a node as read for the current user. |
| HistoryTest::setUp | function | core/ |
|
| HistoryTest::testHistory | function | core/ |
Verifies that the history endpoints work. |
| HistoryTimestampTest | class | core/ |
Tests the history timestamp handlers. |
| HistoryTimestampTest.php | file | core/ |
|
| HistoryTimestampTest::$modules | property | core/ |
Modules to enable. |
Pagination
- Previous page
- Page 126
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.