18 string references to 'time' in Drupal 8
- CacheTest::testCacheData in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ CacheTest.php  - Tests the data contained in cached items.
 - CacheTest::testHeaderStorage in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ CacheTest.php  - Tests css/js storage and restoring mechanism.
 - CacheTest::testTimeResultCaching in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ CacheTest.php  - Tests time based caching.
 - CacheTest::testTimeResultCachingWithFilter in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ CacheTest.php  - Tests result caching with filters.
 - CacheTest::testTimeResultCachingWithPager in core/
modules/ views/ tests/ src/ Kernel/ Plugin/ CacheTest.php  - Tests result caching with a pager.
 - CacheWebTest::testCacheOutputOnPage in core/
modules/ views/ tests/ src/ Functional/ Plugin/ CacheWebTest.php  - Tests the output caching on an actual page.
 - claro_preprocess_input in core/
themes/ claro/ claro.theme  - Implements template_preprocess_HOOK() for input.
 - DateRangeDefaultWidget::formElement in core/
modules/ datetime_range/ src/ Plugin/ Field/ FieldWidget/ DateRangeDefaultWidget.php  - Returns the form for a single field widget.
 - Datetime::getHtml5TimeFormat in core/
lib/ Drupal/ Core/ Datetime/ Element/ Datetime.php  - Retrieves the right format for a HTML5 time element.
 - Datetime::getInfo in core/
lib/ Drupal/ Core/ Datetime/ Element/ Datetime.php  - Returns the element properties for this element.
 - DateTimeDefaultWidget::formElement in core/
modules/ datetime/ src/ Plugin/ Field/ FieldWidget/ DateTimeDefaultWidget.php  - Returns the form for a single field widget.
 - DbDumpCommand::getTableSchema in core/
lib/ Drupal/ Core/ Command/ DbDumpCommand.php  - Returns a schema array for a given table.
 - FrontPageTest::testCacheTagsWithCachePluginTime in core/
modules/ node/ tests/ src/ Functional/ Views/ FrontPageTest.php  - Tests the cache tags when using the "time" cache plugin.
 - RenderCacheIntegrationTest::testEntityBasedViewCacheTagsWithCachePluginTime in core/
modules/ views/ tests/ src/ Kernel/ RenderCacheIntegrationTest.php  - Tests a entity-based view's cache tags when using the "time" cache plugin.
 - RenderCacheIntegrationTest::testFieldBasedViewCacheTagsWithCachePluginTime in core/
modules/ views/ tests/ src/ Kernel/ RenderCacheIntegrationTest.php  - Tests a field-based view's cache tags when using the "time" cache plugin.
 - TimezoneTest::testDatetimeElementTimesUnderstoodCorrectly in core/
tests/ Drupal/ KernelTests/ Core/ Datetime/ Element/ TimezoneTest.php  - Tests datetime elements interpret their times correctly when saving.
 - views.view.test_cache.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_cache.yml  - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_cache.yml
 - WebTestBase::handleForm in core/
modules/ simpletest/ src/ WebTestBase.php  - Handles form input related to drupalPostForm().