Search for date
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Date | class | core/ |
Basic sort handler for dates. |
| Date | class | core/ |
A handler to provide proper displays for dates. |
| Date | class | core/ |
Filter to handle dates stored as a timestamp. |
| Date | class | core/ |
Argument handler for dates. |
| Date | class | core/ |
Basic sort handler for datetime fields. |
| Date | class | core/ |
Date/time views filter. |
| Date | class | core/ |
Abstract argument handler for dates. |
| Date | class | core/ |
Provides a form element for date or time selection. |
| Date | class | core/ |
The current date argument default handler. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| DatetimeFormElementTest::validateForm | function | core/ |
Form validation handler. |
| DateTimeFormInjectionTest | class | core/ |
Tests serializing a form with an injected datetime instance. |
| DateTimeFormInjectionTest.php | file | core/ |
|
| DateTimeFormInjectionTest::$logger | property | core/ |
A Dblog logger instance. |
| DateTimeFormInjectionTest::$modules | property | core/ |
Modules to install. |
| DateTimeFormInjectionTest::buildForm | function | core/ |
Form constructor. |
| DateTimeFormInjectionTest::getFormId | function | core/ |
Returns a unique string identifying the form. |
| DateTimeFormInjectionTest::process | function | core/ |
Process callback. |
| DateTimeFormInjectionTest::submitForm | function | core/ |
Form submission handler. |
| DateTimeFormInjectionTest::testDatetimeSerialization | function | core/ |
Tests custom string injection serialization. |
| DateTimeFormInjectionTest::validateForm | function | core/ |
Form validation handler. |
| DateTimeHandlerTestBase | class | core/ |
Base class for testing datetime handlers. |
| DateTimeHandlerTestBase.php | file | core/ |
|
| DateTimeHandlerTestBase::$fieldName | property | core/ |
Name of the field. |
| DateTimeHandlerTestBase::$fieldType | property | core/ |
Type of the field. |
| DateTimeHandlerTestBase::$map | property | core/ |
Column map. |
| DateTimeHandlerTestBase::$modules | property | core/ |
Modules to install. |
| DateTimeHandlerTestBase::$nodes | property | core/ |
Nodes to test. |
| DateTimeHandlerTestBase::getRelativeDateValuesFromTimestamp | function | core/ |
Returns an array formatted date_only values relative to timestamp. |
| DateTimeHandlerTestBase::getUTCEquivalentOfUserNowAsTimestamp | function | core/ |
Returns UTC timestamp of user's TZ 'now'. |
| DateTimeHandlerTestBase::setSiteTimezone | function | core/ |
Sets the site timezone to a given timezone. |
| DateTimeHandlerTestBase::setUp | function | core/ |
|
| DatetimeHooks | class | core/ |
Hook implementations for datetime. |
| DatetimeHooks.php | file | core/ |
|
| DatetimeHooks::help | function | core/ |
Implements hook_help(). |
| DateTimeInterface | interface | core/ |
Interface for dates, optionally including a time. |
| DateTimeInterface.php | file | core/ |
|
| DateTimeInterface::getDateTime | function | core/ |
Returns the date time object. |
| DateTimeInterface::setDateTime | function | core/ |
Sets the date time object. |
| DateTimeIso8601 | class | core/ |
A data type for ISO 8601 date strings. |
| DateTimeIso8601.php | file | core/ |
|
| DateTimeIso8601::getDateTime | function | core/ |
Returns the date time object. |
| DateTimeIso8601::setDateTime | function | core/ |
Sets the date time object. |
| DateTimeIso8601Normalizer | class | core/ |
Converts values for the DateTimeIso8601 data type to RFC3339. |
| DateTimeIso8601Normalizer.php | file | core/ |
|
| DateTimeIso8601Normalizer::$allowedFormats | property | core/ |
Allowed datetime formats for the denormalizer. |
| DateTimeIso8601Normalizer::denormalize | function | core/ |
|
| DateTimeIso8601Normalizer::getSupportedTypes | function | core/ |
|
| DateTimeIso8601Normalizer::normalize | function | core/ |
#[JsonSchema([ 'type' => 'string', 'format' => 'date', ])] |
| DateTimeIso8601NormalizerTest | class | core/ |
Unit test coverage for the "datetime_iso8601" @DataType. |
| DateTimeIso8601NormalizerTest.php | file | core/ |
|
| DateTimeIso8601NormalizerTest::$data | property | core/ |
The tested data type. |
| DateTimeIso8601NormalizerTest::$normalizer | property | core/ |
The tested data type's normalizer. |
| DateTimeIso8601NormalizerTest::jsonSchemaDataProvider | function | core/ |
Data provider for ::testNormalizedValuesAgainstJsonSchema. |
| DateTimeIso8601NormalizerTest::providerTestDenormalizeValidFormats | function | core/ |
Data provider for testDenormalizeValidFormats. |
| DateTimeIso8601NormalizerTest::providerTestNormalize | function | core/ |
Data provider for testNormalize. |
| DateTimeIso8601NormalizerTest::setUp | function | core/ |
|
| DateTimeIso8601NormalizerTest::testDenormalizeDateAndTimeException | function | core/ |
Tests the denormalize function with bad data for the date+time case. |
| DateTimeIso8601NormalizerTest::testDenormalizeDateOnlyException | function | core/ |
Tests the denormalize function with bad data for the date-only case. |
| DateTimeIso8601NormalizerTest::testDenormalizeNoTargetInstanceOrFieldDefinitionException | function | core/ |
Tests the denormalize function with incomplete serialization context. |
Pagination
- Previous page
- Page 23
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.