Search for to
Title | Object type | File name | Summary |
---|---|---|---|
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. |
HistoryTimestampTest::$testViews | property | core/ |
Views used by this test. |
HistoryTimestampTest::setUp | function | core/ |
|
HistoryTimestampTest::testHandlers | function | core/ |
Tests the handlers. |
HistoryUserTimestamp | class | core/ |
Field handler to display the marker for new content. |
HistoryUserTimestamp | class | core/ |
Filter for new content. |
HistoryUserTimestamp.php | file | core/ |
|
HistoryUserTimestamp.php | file | core/ |
|
HistoryUserTimestamp::$no_operator | property | core/ |
Disable the possibility to use operators. |
HistoryUserTimestamp::adminSummary | function | core/ |
Display the filter on the administrative summary. |
HistoryUserTimestamp::buildExposeForm | function | core/ |
Options form subform for exposed filter options. |
HistoryUserTimestamp::buildOptionsForm | function | core/ |
Provide link to node option. |
HistoryUserTimestamp::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
HistoryUserTimestamp::init | function | core/ |
Initialize the plugin. |
HistoryUserTimestamp::query | function | core/ |
Called to add the field to a query. |
HistoryUserTimestamp::query | function | core/ |
Add this filter to the query. |
HistoryUserTimestamp::render | function | core/ |
Renders the field. |
HistoryUserTimestamp::usesGroupBy | function | core/ |
Provides the handler some groupby. |
HistoryUserTimestamp::usesGroupBy | function | core/ |
Provides the handler some groupby. |
HistoryUserTimestamp::valueForm | function | core/ |
Options form subform for setting options. |
history_cron | function | core/ |
Implements hook_cron(). |
history_help | function | core/ |
Implements hook_help(). |
history_node_delete | function | core/ |
Implements hook_ENTITY_TYPE_delete() for node entities. |
history_node_view_alter | function | core/ |
Implements hook_ENTITY_TYPE_view_alter() for node entities. |
history_read | function | core/ |
Retrieves the timestamp for the current user's last view of a specified node. |
HISTORY_READ_LIMIT | constant | core/ |
Entities changed before this time are always shown as read. |
history_read_multiple | function | core/ |
Retrieves the last viewed timestamp for each of the passed node IDs. |
history_schema | function | core/ |
Implements hook_schema(). |
history_test_theme.info.yml | file | core/ |
core/modules/history/tests/themes/history_test_theme/history_test_theme.info.yml |
history_update_last_removed | function | core/ |
Implements hook_update_last_removed(). |
Pagination
- Previous page
- Page 123
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.