constant REQUEST_TIME

Same name in this branch
140 uses of REQUEST_TIME
AggregatorController::adminOverview in drupal/core/modules/aggregator/lib/Drupal/aggregator/Controller/AggregatorController.php
Displays the aggregator administration page.
aggregator_cron in drupal/core/modules/aggregator/aggregator.module
Implements hook_cron().
aggregator_refresh in drupal/core/modules/aggregator/aggregator.module
Checks a news feed for new items.
AliasManagerCacheDecorator::writeCache in drupal/core/lib/Drupal/Core/CacheDecorator/AliasManagerCacheDecorator.php
Implements \Drupal\Core\CacheDecorator\CacheDecoratorInterface::writeCache().
BulkFormTest::testBulkForm in drupal/core/modules/action/lib/Drupal/action/Tests/BulkFormTest.php
Tests the bulk form.

... See full list

File

drupal/core/tests/bootstrap.php, line 22

Code

define('REQUEST_TIME', (int) $_SERVER['REQUEST_TIME']);