Search for time

  1. Search 7.x for time
  2. Search 9.5.x for time
  3. Search 10.3.x for time
  4. Search 11.x for time
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Time class core/modules/views/src/Plugin/views/cache/Time.php Simple caching of query results for Views displays.
time function core/tests/Drupal/Tests/Component/Datetime/TimeTest.php Shadow time() system call.
Time class core/lib/Drupal/Component/Datetime/Time.php Provides a class for obtaining system time.

All search results

Title Object type File name Summary
EntityTestDatetimeTest::$dateString property core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php The ISO date string to use throughout the test.
EntityTestDatetimeTest::$defaultTheme property core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php The theme to install as the default for testing.
EntityTestDatetimeTest::$fieldName property core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php Datetime test field name.
EntityTestDatetimeTest::$modules property core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php Modules to install.
EntityTestDatetimeTest::assertNormalizationEdgeCases function core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php Asserts normalization-specific edge cases.
EntityTestDatetimeTest::createEntity function core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php Creates the entity to be tested.
EntityTestDatetimeTest::getExpectedNormalizedEntity function core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php Returns the expected normalization of the entity.
EntityTestDatetimeTest::getNormalizedPatchEntity function core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php Returns the normalized PATCH entity.
EntityTestDatetimeTest::getNormalizedPostEntity function core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php Returns the normalized POST entity.
EntityTestDatetimeTest::setUp function core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php
EntityTestDatetimeTest::testPatch function core/modules/datetime/tests/src/Functional/EntityResource/EntityTest/EntityTestDatetimeTest.php @group legacy
@expectedDeprecation The provided datetime string format (Y-m-d\TH:i:s) is deprecated and will be removed before Drupal 9.0.0. Use the RFC3339 format instead (Y-m-d\TH:i:sP).
Environment::setTimeLimit function core/lib/Drupal/Component/Utility/Environment.php Attempts to set the PHP maximum execution time.
FakeViewModeContext::getRuntimeContexts function core/modules/layout_builder/tests/modules/layout_builder_fieldblock_test/src/ContextProvider/FakeViewModeContext.php Gets runtime context values for the given context IDs.
Feed::getLastCheckedTime function core/modules/aggregator/src/Entity/Feed.php Returns the last time where the feed was checked for new items.
Feed::getQueuedTime function core/modules/aggregator/src/Entity/Feed.php Returns the time when this feed was queued for refresh, 0 if not queued.
Feed::setLastCheckedTime function core/modules/aggregator/src/Entity/Feed.php Sets the time when this feed was queued for refresh, 0 if not queued.
Feed::setQueuedTime function core/modules/aggregator/src/Entity/Feed.php Sets the time when this feed was queued for refresh, 0 if not queued.
FeedInterface::getLastCheckedTime function core/modules/aggregator/src/FeedInterface.php Returns the last time where the feed was checked for new items.
FeedInterface::getQueuedTime function core/modules/aggregator/src/FeedInterface.php Returns the time when this feed was queued for refresh, 0 if not queued.
FeedInterface::setLastCheckedTime function core/modules/aggregator/src/FeedInterface.php Sets the time when this feed was queued for refresh, 0 if not queued.
FeedInterface::setQueuedTime function core/modules/aggregator/src/FeedInterface.php Sets the time when this feed was queued for refresh, 0 if not queued.
field.field.entity_test.entity_test.timestamp.yml file core/modules/field/tests/modules/field_timestamp_test/config/install/field.field.entity_test.entity_test.timestamp.yml core/modules/field/tests/modules/field_timestamp_test/config/install/field.field.entity_test.entity_test.timestamp.yml
field.field.node.recipe.field_cooking_time.yml file core/profiles/demo_umami/config/install/field.field.node.recipe.field_cooking_time.yml core/profiles/demo_umami/config/install/field.field.node.recipe.field_cooking_time.yml
field.field.node.recipe.field_preparation_time.yml file core/profiles/demo_umami/config/install/field.field.node.recipe.field_preparation_time.yml core/profiles/demo_umami/config/install/field.field.node.recipe.field_preparation_time.yml
field.storage.entity_test.timestamp.yml file core/modules/field/tests/modules/field_timestamp_test/config/install/field.storage.entity_test.timestamp.yml core/modules/field/tests/modules/field_timestamp_test/config/install/field.storage.entity_test.timestamp.yml
field.storage.node.field_cooking_time.yml file core/profiles/demo_umami/config/install/field.storage.node.field_cooking_time.yml core/profiles/demo_umami/config/install/field.storage.node.field_cooking_time.yml
field.storage.node.field_preparation_time.yml file core/profiles/demo_umami/config/install/field.storage.node.field_preparation_time.yml core/profiles/demo_umami/config/install/field.storage.node.field_preparation_time.yml
field_timestamp_test.info.yml file core/modules/field/tests/modules/field_timestamp_test/field_timestamp_test.info.yml core/modules/field/tests/modules/field_timestamp_test/field_timestamp_test.info.yml
File::getCreatedTime function core/modules/file/src/Entity/File.php Returns the file entity creation timestamp.
FileInterface::getCreatedTime function core/modules/file/src/FileInterface.php Returns the file entity creation timestamp.
FilterDateTest::$timezones property core/modules/datetime/tests/src/Kernel/Views/FilterDateTest.php An array of timezone extremes to test.
FilterDateTest::_testFilterDatetimeUI function core/modules/views/tests/src/Functional/Handler/FilterDateTest.php Test datetime grouped filter UI.
FilterDateTimeTest class core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php Tests the Drupal\datetime\Plugin\views\filter\Date handler.
FilterDateTimeTest.php file core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php
FilterDateTimeTest::$date property core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php For offset tests, set a date 1 day in the future.
FilterDateTimeTest::$testViews property core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php Views to be enabled.
FilterDateTimeTest::$timezone property core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php Use a non-UTC timezone.
FilterDateTimeTest::setUp function core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php
FilterDateTimeTest::testDatetimeFilter function core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php Test filter operations.
FilterDateTimeTest::_testBetween function core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php Test between operations.
FilterDateTimeTest::_testExact function core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php Test exact date matching.
FilterDateTimeTest::_testOffset function core/modules/datetime/tests/src/Kernel/Views/FilterDateTimeTest.php Test offset operations.
FormatDateTest::providerTestDeprecatedTimezoneConfigurationKey function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Data provider for testDeprecatedTimezoneConfigurationKey.
FormatDateTest::testDeprecatedTimezoneConfigurationKey function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests that "timezone" configuration key triggers deprecation error.
FrontPageTest::testCacheTagsWithCachePluginTime function core/modules/node/tests/src/Functional/Views/FrontPageTest.php Tests the cache tags when using the "time" cache plugin.
HistoryController::getNodeReadTimestamps function core/modules/history/src/Controller/HistoryController.php Returns a set of nodes' last read timestamps.
HistoryLegacyTest::testHistoryAttachTimestamp function core/modules/history/tests/src/Kernel/HistoryLegacyTest.php Tests history_attach_timestamp() deprecation.
HistoryTest::getNodeReadTimestamps function core/modules/history/tests/src/Functional/HistoryTest.php Get node read timestamps from the server for the current user.
HistoryTimestampTest class core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php Tests the history timestamp handlers.
HistoryTimestampTest.php file core/modules/history/tests/src/Kernel/Views/HistoryTimestampTest.php

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