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
HistoryTimestampTest::testHandlers function core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php Tests the handlers.
HistoryTokensHooks class core/modules/history/src/Hook/HistoryTokensHooks.php Token hook implementations for history.
HistoryTokensHooks.php file core/modules/history/src/Hook/HistoryTokensHooks.php
HistoryTokensHooks::tokenInfo function core/modules/history/src/Hook/HistoryTokensHooks.php Implements hook_token_info().
HistoryTokensHooks::tokens function core/modules/history/src/Hook/HistoryTokensHooks.php Implements hook_tokens().
HistoryTokensHooksTest class core/modules/history/tests/src/Unit/HistoryTokensHooksTest.php Tests for HistoryTokensHooks.
HistoryTokensHooksTest.php file core/modules/history/tests/src/Unit/HistoryTokensHooksTest.php
HistoryTokensHooksTest::testTokenInfoWithoutCommentModuleInstalled function core/modules/history/tests/src/Unit/HistoryTokensHooksTest.php Tests that tokenInfo() handles missing comment module gracefully.
HistoryUserTimestamp class core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php Field handler to display the marker for new content.
HistoryUserTimestamp class core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php Filter for new content.
HistoryUserTimestamp.php file core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php
HistoryUserTimestamp.php file core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php
HistoryUserTimestamp::$no_operator property core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php Disable the possibility to use operators.
HistoryUserTimestamp::adminSummary function core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php Display the filter on the administrative summary.
HistoryUserTimestamp::buildExposeForm function core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php Options form subform for exposed filter options.
HistoryUserTimestamp::buildOptionsForm function core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php Provide link to node option.
HistoryUserTimestamp::create function core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php Instantiates a new instance of the implementing class using autowiring.
HistoryUserTimestamp::defineOptions function core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php Information about options for all kinds of purposes will be held here.
HistoryUserTimestamp::init function core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php Initialize the plugin.
HistoryUserTimestamp::query function core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php Called to add the field to a query.
HistoryUserTimestamp::query function core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php Add this filter to the query.
HistoryUserTimestamp::render function core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php Renders the field.
HistoryUserTimestamp::usesGroupBy function core/modules/history/src/Plugin/views/field/HistoryUserTimestamp.php Provides the handler some group by.
HistoryUserTimestamp::usesGroupBy function core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php Provides the handler some group by.
HistoryUserTimestamp::valueForm function core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php Options form subform for setting options.
HistoryUserTimestamp::__construct function core/modules/history/src/Plugin/views/filter/HistoryUserTimestamp.php Constructs a HistoryUserTimestamp object.
HistoryViewsHooks class core/modules/history/src/Hook/HistoryViewsHooks.php Hook implementations for history.
HistoryViewsHooks.php file core/modules/history/src/Hook/HistoryViewsHooks.php
HistoryViewsHooks::viewsData function core/modules/history/src/Hook/HistoryViewsHooks.php Implements hook_views_data().
HistoryViewsHooks::viewsDataAlter function core/modules/history/src/Hook/HistoryViewsHooks.php Implements hook_views_data_alter().
history_read function core/modules/history/history.module Retrieves the timestamp for the current user's last view of a specified node.
HISTORY_READ_LIMIT constant core/modules/history/history.module Entities changed before this time are always shown as read.
history_read_multiple function core/modules/history/history.module Retrieves the last viewed timestamp for each of the passed node IDs.
history_schema function core/modules/history/history.install Implements hook_schema().
history_test_theme.info.yml file core/modules/history/tests/themes/history_test_theme/history_test_theme.info.yml core/modules/history/tests/themes/history_test_theme/history_test_theme.info.yml
history_test_views.info.yml file core/modules/history/tests/modules/history_test_views/history_test_views.info.yml core/modules/history/tests/modules/history_test_views/history_test_views.info.yml
history_update_last_removed function core/modules/history/history.install Implements hook_update_last_removed().
history_write function core/modules/history/history.module Updates 'last viewed' timestamp of the specified entity for the current user.
HookCollectorKeyValueWritePass class core/lib/Drupal/Core/Hook/HookCollectorKeyValueWritePass.php Stores hook implementations in keyvalue and clears cache.
HookCollectorKeyValueWritePass.php file core/lib/Drupal/Core/Hook/HookCollectorKeyValueWritePass.php
HookCollectorKeyValueWritePass::process function core/lib/Drupal/Core/Hook/HookCollectorKeyValueWritePass.php
HookCollectorPass class core/lib/Drupal/Core/Hook/HookCollectorPass.php Collects and registers hook implementations.
HookCollectorPass.php file core/lib/Drupal/Core/Hook/HookCollectorPass.php
HookCollectorPass::$groupIncludes property core/lib/Drupal/Core/Hook/HookCollectorPass.php Include files, keyed by the $group part of "/$module.$group.inc".
HookCollectorPass::$hookInfo property core/lib/Drupal/Core/Hook/HookCollectorPass.php A list of functions implementing hook_hook_info().
HookCollectorPass::$includes property core/lib/Drupal/Core/Hook/HookCollectorPass.php A map of include files by function name.
HookCollectorPass::$moduleImplementsAlters property core/lib/Drupal/Core/Hook/HookCollectorPass.php A list of functions implementing hook_module_implements_alter().
HookCollectorPass::$oopImplementations property core/lib/Drupal/Core/Hook/HookCollectorPass.php OOP implementation module names keyed by hook name and "$class::$method".
HookCollectorPass::$orderOperations property core/lib/Drupal/Core/Hook/HookCollectorPass.php Order operations grouped by hook name and weight.
HookCollectorPass::$preprocessForSuggestions property core/lib/Drupal/Core/Hook/HookCollectorPass.php Preprocess suggestions discovered in modules.

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