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
DateTimePlus::getErrors function core/lib/Drupal/Component/Datetime/DateTimePlus.php Gets error messages.
DateTimePlus::getPhpDateTime function core/lib/Drupal/Component/Datetime/DateTimePlus.php Gets a clone of the proxied PHP \DateTime object wrapped by this class.
DateTimePlus::hasErrors function core/lib/Drupal/Component/Datetime/DateTimePlus.php Detects if there were errors in the processing of this date.
DateTimePlus::prepareArray function core/lib/Drupal/Component/Datetime/DateTimePlus.php Creates a complete array from a possibly incomplete array of date parts.
DateTimePlus::prepareFormat function core/lib/Drupal/Component/Datetime/DateTimePlus.php Prepares the input format value.
DateTimePlus::prepareTime function core/lib/Drupal/Component/Datetime/DateTimePlus.php Prepares the input time value.
DateTimePlus::prepareTimezone function core/lib/Drupal/Component/Datetime/DateTimePlus.php Prepares the input timezone value.
DateTimePlus::render function core/lib/Drupal/Component/Datetime/DateTimePlus.php Renders the timezone name.
DateTimePlus::RFC7231 constant core/lib/Drupal/Component/Datetime/DateTimePlus.php A RFC7231 Compliant date.
DateTimePlus::setDefaultDateTime function core/lib/Drupal/Component/Datetime/DateTimePlus.php Sets the default time for an object built from date-only data.
DateTimePlus::__call function core/lib/Drupal/Component/Datetime/DateTimePlus.php Implements the magic __call method.
DateTimePlus::__callStatic function core/lib/Drupal/Component/Datetime/DateTimePlus.php Implements the magic __callStatic method.
DateTimePlus::__clone function core/lib/Drupal/Component/Datetime/DateTimePlus.php Implements the magic __clone method.
DateTimePlus::__construct function core/lib/Drupal/Component/Datetime/DateTimePlus.php Constructs a date object set to a requested date and timezone.
DateTimePlusTest class core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php @coversDefaultClass \Drupal\Component\Datetime\DateTimePlus
@group Datetime
DateTimePlusTest.php file core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php
DateTimePlusTest::assertDateTimestamp function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Assertion helper for testTimestamp and testDateTimestamp since they need
different dataProviders.
DateTimePlusTest::providerTestCheckArray function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Data provider for testCheckArray.
DateTimePlusTest::providerTestDateArrays function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for date tests.
DateTimePlusTest::providerTestDateDiff function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for date tests.
DateTimePlusTest::providerTestDateFormat function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for testDateFormats.
DateTimePlusTest::providerTestDates function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for date tests.
DateTimePlusTest::providerTestDateTimestamp function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for testDateTimestamp.
DateTimePlusTest::providerTestDateTimezone function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for testDateTimezone.
DateTimePlusTest::providerTestInvalidConstructor function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provider for testInvalidConstructor().
DateTimePlusTest::providerTestInvalidDateArrays function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Data provider for testInvalidDateArrays.
DateTimePlusTest::providerTestInvalidDateDiff function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for date tests.
DateTimePlusTest::providerTestInvalidDates function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for testInvalidDates.
DateTimePlusTest::providerTestTimestamp function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Provides data for testTimestamp.
DateTimePlusTest::testChainable function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests that object methods are chainable.
DateTimePlusTest::testChainableNonCallable function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests that chained calls to non-existent functions throw an exception.
DateTimePlusTest::testChainableNonChainable function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests that non-chainable methods work.
DateTimePlusTest::testCheckArray function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests DateTimePlus::checkArray().
DateTimePlusTest::testDateArrays function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Test creating dates from string and array input.
DateTimePlusTest::testDateDiff function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Test date diffs.
DateTimePlusTest::testDateFormat function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Test creating dates from format strings.
DateTimePlusTest::testDates function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Test creating dates from string and array input.
DateTimePlusTest::testDateTimestamp function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Test creating dates from datetime strings.
DateTimePlusTest::testDateTimezone function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests that DrupalDateTime can detect the right timezone to use.
When specified or not.
DateTimePlusTest::testDateTimezoneWithDateTimeObject function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Test that DrupalDateTime can detect the right timezone to use when
constructed from a datetime object.
DateTimePlusTest::testDefaultDateTime function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests setting the default time for date-only objects.
DateTimePlusTest::testGetPhpDateTime function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php @covers ::getPhpDateTime
DateTimePlusTest::testInvalidConstructor function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests invalid values passed to constructor.
DateTimePlusTest::testInvalidDateArrays function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Test creating dates from invalid array input.
DateTimePlusTest::testInvalidDateDiff function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Test date diff exception caused by invalid input.
DateTimePlusTest::testInvalidDates function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Test invalid date handling.
DateTimePlusTest::testTimestamp function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Test creating dates from timestamps, and manipulating timezones.
DateTimePlusTest::testValidateFormat function core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php Tests the $settings['validate_format'] parameter in ::createFromFormat().
DateTimeRangeTrait trait core/modules/datetime_range/src/DateTimeRangeTrait.php Provides friendly methods for datetime range.
DateTimeRangeTrait.php file core/modules/datetime_range/src/DateTimeRangeTrait.php

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