130 uses of REQUEST_TIME

aggregator_aggregator_process in drupal/core/modules/aggregator/aggregator.processor.inc
Implements hook_aggregator_process().
aggregator_cron in drupal/core/modules/aggregator/aggregator.module
Implements hook_cron().
aggregator_expire in drupal/core/modules/aggregator/aggregator.processor.inc
Expires items from a feed depending on expiration settings.
aggregator_view in drupal/core/modules/aggregator/aggregator.admin.inc
Displays the aggregator administration page.
AliasManagerCacheDecorator::writeCache in drupal/core/lib/Drupal/Core/CacheDecorator/AliasManagerCacheDecorator.php
Implements \Drupal\Core\CacheDecorator\CacheDecoratorInterface::writeCache().
CommentFormController::submit in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::submit().
CommentStorageController::preSave in drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave().
CommentTokenReplaceTest::testCommentTokenReplacement in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentTokenReplaceTest.php
Creates a comment, then tests the tokens generated from it.
comment_preview in drupal/core/modules/comment/comment.module
Generates a comment preview.
DatabaseBackend::prepareItem in drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php
Prepares a cached item.
DatabaseBackend::set in drupal/core/lib/Drupal/Core/Cache/DatabaseBackend.php
Implements Drupal\Core\Cache\CacheBackendInterface::set().
Date::buildOptionsForm in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Date.php
Default options form that provides the label widget that all fields should have.
Date::get_default_argument in drupal/core/modules/views/lib/Drupal/views/Plugin/views/argument/Date.php
Set the empty argument value to the current date, formatted appropriately for this argument.
Date::render in drupal/core/modules/views/lib/Drupal/views/Plugin/views/field/Date.php
Render the field.
DBLogTest::generateLogEntries in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Generates a number of random database log events.
DBLogTest::testDBLogAddAndClear in drupal/core/modules/dblog/lib/Drupal/dblog/Tests/DBLogTest.php
Tests the addition and clearing of log events through the admin interface.
db_ignore_slave in drupal/core/includes/database.inc
Sets a session variable specifying the lag time for ignoring a slave server.
drupal_cron_run in drupal/core/includes/common.inc
Executes a cron run when called.
drupal_delete_file_if_stale in drupal/core/includes/common.inc
Deletes files modified more than a set time ago.
drupal_page_header in drupal/core/includes/bootstrap.inc
Sets HTTP headers in preparation for a page response.
drupal_page_set_cache in drupal/core/includes/common.inc
Stores the current page in the cache.
drupal_pre_render_scripts in drupal/core/includes/common.inc
#pre_render callback to add the elements needed for JavaScript tags to be rendered.
drupal_session_commit in drupal/core/includes/session.inc
Commits the current session, if necessary.
drupal_session_regenerate in drupal/core/includes/session.inc
Called when an anonymous user becomes authenticated or vice-versa.
drupal_valid_test_ua in drupal/core/includes/bootstrap.inc
Returns the test prefix if this is an internal request from SimpleTest.
EntityCrudHookTest::testCommentHooks in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on comments.
EntityCrudHookTest::testFileHooks in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on files.
EntityCrudHookTest::testNodeHooks in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on nodes.
EntityCrudHookTest::testUserHooks in drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php
Tests hook invocations for CRUD operations on users.
FieldDateTest::testFieldDate in drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDateTest.php
FileManagedTestBase::createFile in drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedTestBase.php
Create a file and save it to the files table and assert that it occurs correctly.
FileStorageController::preSave in drupal/core/modules/file/lib/Drupal/file/FileStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::presave().
FileStorageController::retrieveTemporaryFiles in drupal/core/modules/file/lib/Drupal/file/FileStorageController.php
Retrieve temporary files that are older than DRUPAL_MAXIMUM_TEMP_FILE_AGE.
FinishResponseSubscriber::onRespond in drupal/core/lib/Drupal/Core/EventSubscriber/FinishResponseSubscriber.php
Sets extra headers on successful responses.
form_process_date in drupal/core/includes/form.inc
Expands a date element into year, month, and day select elements.
form_set_cache in drupal/core/includes/form.inc
Stores a form in the cache.
GenericCacheBackendUnitTestBase::testGetMultiple in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests Drupal\Core\Cache\CacheBackendInterface::getMultiple().
GenericCacheBackendUnitTestBase::testSetGet in drupal/core/modules/system/lib/Drupal/system/Tests/Cache/GenericCacheBackendUnitTestBase.php
Tests the get and set methods of Drupal\Core\Cache\CacheBackendInterface.
history.module in drupal/core/modules/history/history.module
Records which users have read which content.
HistoryUserTimestamp::query in drupal/core/modules/node/lib/Drupal/node/Plugin/views/filter/HistoryUserTimestamp.php
Add this filter to the query.
hook_cron in drupal/core/modules/system/system.api.php
Perform periodic actions.
hook_entity_presave in drupal/core/includes/entity.api.php
Act on an entity before it is about to be created or updated.
hook_requirements in drupal/core/modules/system/system.api.php
Check installation requirements and do status reporting.
hook_user_view in drupal/core/modules/user/user.api.php
The user's account information is being displayed.
hook_views_query_substitutions in drupal/core/modules/views/views.api.php
Replace special strings in the query before it is executed.
ItemsPerPageTest::testItemsPerPage in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/ItemsPerPageTest.php
Tests the number of items per page.
LocaleCompareTest::makePoFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php
Creates a translation file and tests its timestamp.
LocaleCompareTest::testCompareCheckLocal in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleCompareTest.php
Checks if local or remote translation sources are detected.
locale_translation_batch_status_compare in drupal/core/modules/locale/locale.batch.inc
Batch operation callback: Compare states and store the result.
locale_translation_check_projects_local in drupal/core/modules/locale/locale.compare.inc
Check and store the status and timestamp of local po files.
MemoryBackend::invalidate in drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php
Implements Drupal\Core\Cache\CacheBackendInterface::invalidate().
MemoryBackend::invalidateAll in drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php
Implements Drupal\Core\Cache\CacheBackendInterface::invalidateAll().
MemoryBackend::invalidateMultiple in drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php
Implements Drupal\Core\Cache\CacheBackendInterface::invalidateMultiple().
MemoryBackend::invalidateTags in drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php
Implements Drupal\Core\Cache\CacheBackendInterface::invalidateTags().
MemoryBackend::prepareItem in drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php
Prepares a cached item.
MemoryBackend::set in drupal/core/lib/Drupal/Core/Cache/MemoryBackend.php
Implements Drupal\Core\Cache\CacheBackendInterface::set().
NodeFormController::prepareEntity in drupal/core/modules/node/lib/Drupal/node/NodeFormController.php
Prepares the node object.
NodeRevisionsAllTestCase::testRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
Checks node revision operations.
NodeRevisionsTest::testRevisions in drupal/core/modules/node/lib/Drupal/node/Tests/NodeRevisionsTest.php
Checks node revision related operations.
NodeSaveTest::testTimestamps in drupal/core/modules/node/lib/Drupal/node/Tests/NodeSaveTest.php
Verifies accuracy of the "created" and "changed" timestamp functionality.
NodeStorageController::create in drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::create().
NodeStorageController::preSave in drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave().
NodeStorageController::preSaveRevision in drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::preSaveRevision().
NodeTokenReplaceTest::testNodeTokenReplacement in drupal/core/modules/node/lib/Drupal/node/Tests/NodeTokenReplaceTest.php
Creates a node, then tests the tokens generated from it.
node_preview in drupal/core/modules/node/node.pages.inc
Generates a node preview.
node_submit in drupal/core/modules/node/node.module
Prepares a node for saving by populating the author and creation date.
SearchRankingTest::testRankings in drupal/core/modules/search/lib/Drupal/search/Tests/SearchRankingTest.php
SortingTest::testSorting in drupal/core/modules/views/lib/Drupal/views/Tests/Wizard/SortingTest.php
Tests the sorting functionality.
statistics_cron in drupal/core/modules/statistics/statistics.module
Implements hook_cron().
statistics_top_referrers in drupal/core/modules/statistics/statistics.admin.inc
Page callback: Displays the "top referrers" in the access logs.
system_configure_date_formats_form in drupal/core/modules/system/system.admin.inc
Allow users to add additional date formats.
system_cron_settings in drupal/core/modules/system/system.admin.inc
Form builder; Cron form.
system_date_delete_format_form in drupal/core/modules/system/system.admin.inc
Menu callback; present a form for deleting a date format.
system_date_format_localize_form in drupal/core/modules/system/system.admin.inc
Form constructor for the date localization configuration form.
system_date_time_formats in drupal/core/modules/system/system.admin.inc
Displays the date format strings overview page.
system_date_time_lookup in drupal/core/modules/system/system.admin.inc
Ajax callback; Returns the date for a given format string.
system_init in drupal/core/modules/system/system.module
Implements hook_init().
system_run_automated_cron in drupal/core/modules/system/system.module
Run the automated cron if enabled.
system_tokens in drupal/core/modules/system/system.tokens.inc
Implements hook_tokens().
system_token_info in drupal/core/modules/system/system.tokens.inc
Implements hook_token_info().
template_preprocess_aggregator_feed_source in drupal/core/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-feed-source.tpl.php.
template_preprocess_aggregator_item in drupal/core/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-item.tpl.php.
template_preprocess_aggregator_summary_item in drupal/core/modules/aggregator/aggregator.pages.inc
Processes variables for aggregator-summary-item.tpl.php.
template_preprocess_forum_submitted in drupal/core/modules/forum/forum.module
Preprocesses variables for forum-submitted.tpl.php.
TempStore::set in drupal/core/modules/user/lib/Drupal/user/TempStore.php
Stores a particular key/value pair in this TempStore.
TempStore::setIfNotExists in drupal/core/modules/user/lib/Drupal/user/TempStore.php
Stores a particular key/value pair only if the key doesn't already exist.
theme_aggregator_page_opml in drupal/core/modules/aggregator/aggregator.pages.inc
Prints the OPML page for a feed.
theme_comment_block in drupal/core/modules/comment/comment.module
Returns HTML for a list of recent comments.
theme_image_style_preview in drupal/core/modules/image/image.admin.inc
Returns HTML for a preview of an image style.
theme_update_last_check in drupal/core/modules/update/update.module
Returns HTML for the last time we checked for update data.
Time::cache_expire in drupal/core/modules/views/lib/Drupal/views/Plugin/views/cache/Time.php
Determine the expiration time of the cache type, or NULL if no expire.
TokenReplaceTest::testSystemDateTokenReplacement in drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php
Tests the generation of all system date tokens.
TokenReplaceTest::testTokenReplacement in drupal/core/modules/system/lib/Drupal/system/Tests/System/TokenReplaceTest.php
Creates a user and a node, then tests the tokens generated from them.
tracker_page in drupal/core/modules/tracker/tracker.pages.inc
Page callback: Generates a page of tracked nodes for the site.
TwigEnvironment::updateCompiledTemplate in drupal/core/lib/Drupal/Core/Template/TwigEnvironment.php
Compile the source and write the compiled template to disk.
TypedDataTest::testGetAndSet in drupal/core/modules/system/lib/Drupal/system/Tests/TypedData/TypedDataTest.php
Tests the basics around constructing and working with data wrappers.
update_calculate_project_data in drupal/core/modules/update/update.compare.inc
Calculates the current update status of all projects on the site.
update_cron in drupal/core/modules/update/update.module
Implements hook_cron().
update_delete_file_if_stale in drupal/core/modules/update/update.module
Deletes stale files and directories from the update manager disk cache.
update_get_projects in drupal/core/modules/update/update.compare.inc
Fetches an array of installed and enabled projects.
update_project_cache in drupal/core/modules/update/update.compare.inc
Retrieves data from {cache_update} or empties the cache when necessary.
UserBlocksTests::testWhosOnlineBlock in drupal/core/modules/user/lib/Drupal/user/Tests/UserBlocksTests.php
Test the Who's Online block.
UserPasswordResetTest::testUserPasswordResetExpired in drupal/core/modules/user/lib/Drupal/user/Tests/UserPasswordResetTest.php
Attempts login using an expired password reset link.
UserRegistrationTest::testRegistrationDefaultValues in drupal/core/modules/user/lib/Drupal/user/Tests/UserRegistrationTest.php
UserStorageController::create in drupal/core/modules/user/lib/Drupal/user/UserStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::create().
user_admin_account in drupal/core/modules/user/user.admin.inc
Form builder; User administration page.
user_block_view in drupal/core/modules/user/user.module
Implements hook_block_view().
user_cancel_confirm in drupal/core/modules/user/user.pages.inc
Menu callback; Cancel a user account via e-mail confirmation link.
user_cancel_url in drupal/core/modules/user/user.module
Generates a URL to confirm an account cancellation request.
user_cookie_delete in drupal/core/modules/user/user.module
Delete a visitor information cookie.
user_cookie_save in drupal/core/modules/user/user.module
Saves visitor information as a cookie so it can be reused.
user_external_login_register in drupal/core/modules/user/user.module
Helper function for authentication modules. Either logs in or registers the current user, based on username. Either way, the global $user object is populated and login tasks are performed.
user_login_finalize in drupal/core/modules/user/user.module
Finalize the login process. Must be called when logging in a user.
user_pass_reset in drupal/core/modules/user/user.pages.inc
Menu callback; process one time login link and redirects to the user page on success.
user_pass_reset_url in drupal/core/modules/user/user.module
Generates a unique URL for a user to login and reset their password.
user_user_view in drupal/core/modules/user/user.module
Implements hook_user_view().
ViewEditFormController::form in drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
ViewExecutable::preExecute in drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php
Run attachments and let the display do what it needs to do prior to running.
views_views_query_substitutions in drupal/core/modules/views/views.module
Substitute current time; this works with cached queries.
watchdog_skip_semaphore in drupal/core/modules/action/tests/action_loop_test/action_loop_test.module
Replacement of the watchdog() function that eliminates the use of semaphores so that we can test the abortion of an action loop.
WebTestBase::drupalCreateNode in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Creates a node based on default settings.
XmlRpcValidatorTest::testValidator in drupal/core/modules/xmlrpc/lib/Drupal/xmlrpc/Tests/XmlRpcValidatorTest.php
Run validator1 tests.
_drupal_flush_css_js in drupal/core/includes/common.inc
Changes the dummy query string added to all CSS and JavaScript files.
_drupal_session_delete_cookie in drupal/core/includes/session.inc
Deletes the session cookie.
_drupal_session_write in drupal/core/includes/session.inc
Writes an entire session to the database (internal use only).
_toolbar_initialize_page_cache in drupal/core/modules/toolbar/toolbar.module
Use Drupal's page cache for toolbar/subtrees/*, even for authenticated users.
_update_cache_set in drupal/core/modules/update/update.module
Stores data in the private update status cache table.
_update_create_fetch_task in drupal/core/modules/update/update.fetch.inc
Adds a task to the queue for fetching release history data for a project.
_update_cron_notify in drupal/core/modules/update/update.fetch.inc
Performs any notifications that should be done once cron fetches new data.
_update_get_cached_available_releases in drupal/core/modules/update/update.module
Returns all currently cached data about available releases for all projects.