Search for time

  1. Search 7.x for time
  2. Search 9.5.x for time
  3. Search 8.9.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
TimestampFormatterTest.php file core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::$bundle property core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::$display property core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::$entityType property core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::$fieldName property core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::$modules property core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php Modules to install.
TimestampFormatterTest::renderEntityFields function core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php Renders fields of a given entity with a given display.
TimestampFormatterTest::setUp function core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php
TimestampFormatterTest::testTimestampAgoFormatter function core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php Tests TimestampAgoFormatter.
TimestampFormatterTest::testTimestampFormatter function core/modules/field/tests/src/Kernel/Timestamp/TimestampFormatterTest.php Tests TimestampFormatter.
TimestampFormatterWithTimeDiffTest class core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Tests the 'timestamp' formatter when is used with time difference setting.
TimestampFormatterWithTimeDiffTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php
TimestampFormatterWithTimeDiffTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php The theme to install as the default for testing.
TimestampFormatterWithTimeDiffTest::$entity property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Testing entity.
TimestampFormatterWithTimeDiffTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Modules to install.
TimestampFormatterWithTimeDiffTest::getFormatDiffTestCases function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Provides test cases for unit testing Drupal.timeDiff.format().
TimestampFormatterWithTimeDiffTest::getRefreshIntervalTestCases function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Provides test cases for unit testing Drupal.timeDiff.refreshInterval().
TimestampFormatterWithTimeDiffTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php
TimestampFormatterWithTimeDiffTest::testNoRefreshInterval function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Tests the 'timestamp' formatter without refresh interval.
TimestampFormatterWithTimeDiffTest::testTimestampFormatterWithTimeDiff function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffTest.php Tests the 'timestamp' formatter when is used with time difference setting.
TimestampFormatterWithTimeDiffViewsTest class core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Tests the timestamp formatter used with time difference setting in views.
TimestampFormatterWithTimeDiffViewsTest.php file core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php
TimestampFormatterWithTimeDiffViewsTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php The theme to install as the default for testing.
TimestampFormatterWithTimeDiffViewsTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Modules to install.
TimestampFormatterWithTimeDiffViewsTest::$testViews property core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Views used in test.
TimestampFormatterWithTimeDiffViewsTest::getRowData function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Provides data for view rows.
TimestampFormatterWithTimeDiffViewsTest::testTimestampFormatterWithTimeDiff function core/tests/Drupal/FunctionalJavascriptTests/Core/Field/TimestampFormatterWithTimeDiffViewsTest.php Tests the timestamp formatter used with time difference setting in views.
TimestampItem class core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php Defines the 'timestamp' entity field type.
TimestampItem.php file core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php
TimestampItem::generateSampleValue function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php Generates placeholder field values.
TimestampItem::propertyDefinitions function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php Defines field item properties.
TimestampItem::schema function core/lib/Drupal/Core/Field/Plugin/Field/FieldType/TimestampItem.php Returns the schema for the field.
TimestampItemNormalizer class core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php Converts values for TimestampItem to and from common formats.
TimestampItemNormalizer.php file core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php
TimestampItemNormalizer::constructValue function core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php Build the field item value using the incoming data.
TimestampItemNormalizer::getSupportedTypes function core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php
TimestampItemNormalizer::normalize function core/modules/serialization/src/Normalizer/TimestampItemNormalizer.php
TimestampItemNormalizerTest class core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php Tests that TimestampItem (de)normalization uses Timestamp (de)normalization.
TimestampItemNormalizerTest.php file core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
TimestampItemNormalizerTest::$item property core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php The test TimestampItem.
TimestampItemNormalizerTest::$normalizer property core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
TimestampItemNormalizerTest::createTimestampItemProphecy function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php Creates a TimestampItem prophecy.
TimestampItemNormalizerTest::setUp function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php
TimestampItemNormalizerTest::testDenormalize function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php @covers ::denormalize
TimestampItemNormalizerTest::testNormalize function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php @covers ::normalize
TimestampItemNormalizerTest::testSupportsDenormalization function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php @covers ::supportsDenormalization
TimestampItemNormalizerTest::testSupportsNormalization function core/modules/serialization/tests/src/Unit/Normalizer/TimestampItemNormalizerTest.php @covers ::supportsNormalization
TimestampItemTest class core/modules/field/tests/src/Kernel/Timestamp/TimestampItemTest.php Tests the timestamp fields.
TimestampItemTest.php file core/modules/field/tests/src/Kernel/Timestamp/TimestampItemTest.php
TimestampItemTest::$field property core/modules/field/tests/src/Kernel/Timestamp/TimestampItemTest.php The field used in this test class.

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