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 |
|---|---|---|---|
| DateTimeIso8601NormalizerTest::testDenormalizeValidFormats | function | core/ |
Tests the denormalize function with good data. |
| DateTimeIso8601NormalizerTest::testNormalize | function | core/ |
Tests normalize. |
| DateTimeIso8601NormalizerTest::testNormalizeWhenNull | function | core/ |
Tests normalize when null. |
| DateTimeIso8601NormalizerTest::testSupportsDenormalization | function | core/ |
Tests supports denormalization. |
| DateTimeIso8601NormalizerTest::testSupportsNormalization | function | core/ |
Tests supports normalization. |
| DateTimeIso8601NormalizerTestDrupalDateTime | class | core/ |
Provides a test class for testing DrupalDateTime. |
| DateTimeIso8601NormalizerTestDrupalDateTime::setTimezone | function | core/ |
Sets the timezone. |
| DateTimeItem | class | core/ |
Plugin implementation of the 'datetime' field type. |
| DateTimeItem.php | file | core/ |
|
| DateTimeItem::DATETIME_TYPE_DATE | constant | core/ |
Value for the 'datetime_type' setting: store only a date. |
| DateTimeItem::DATETIME_TYPE_DATETIME | constant | core/ |
Value for the 'datetime_type' setting: store a date and time. |
| DateTimeItem::defaultStorageSettings | function | core/ |
Defines the storage-level settings for this plugin. |
| DateTimeItem::generateSampleValue | function | core/ |
Generates placeholder field values. |
| DateTimeItem::isEmpty | function | core/ |
Determines whether the data structure is empty. |
| DateTimeItem::onChange | function | core/ |
React to changes to a child property or item. |
| DateTimeItem::propertyDefinitions | function | core/ |
Defines field item properties. |
| DateTimeItem::schema | function | core/ |
Returns the schema for the field. |
| DateTimeItem::storageSettingsForm | function | core/ |
Returns a form for the storage-level settings. |
| DateTimeItemInterface | interface | core/ |
Interface definition for Datetime items. |
| DateTimeItemInterface.php | file | core/ |
|
| DateTimeItemInterface::DATETIME_STORAGE_FORMAT | constant | core/ |
Defines the format that date and time should be stored in. |
| DateTimeItemInterface::DATE_STORAGE_FORMAT | constant | core/ |
Defines the format that dates should be stored in. |
| DateTimeItemInterface::STORAGE_TIMEZONE | constant | core/ |
Defines the timezone that dates should be stored in. |
| DateTimeItemTest | class | core/ |
Tests the new entity API for the date field type. |
| DateTimeItemTest.php | file | core/ |
|
| DateTimeItemTest::$field | property | core/ |
The field used in this test class. |
| DateTimeItemTest::$fieldStorage | property | core/ |
A field storage to use in this test class. |
| DateTimeItemTest::$modules | property | core/ |
Modules to install. |
| DateTimeItemTest::dateOnlyValidationProvider | function | core/ |
Provider for testDatetimeValidation(). |
| DateTimeItemTest::datetimeValidationProvider | function | core/ |
Provider for testDatetimeValidation(). |
| DateTimeItemTest::setUp | function | core/ |
Set the default field storage backend for fields created during tests. |
| DateTimeItemTest::testDateOnly | function | core/ |
Tests using entity fields of the date field type. |
| DateTimeItemTest::testDateOnlyValidation | function | core/ |
Tests the constraint validations for fields with date only. |
| DateTimeItemTest::testDateTime | function | core/ |
Tests using entity fields of the datetime field type. |
| DateTimeItemTest::testDatetimeValidation | function | core/ |
Tests the constraint validations for fields with date and time. |
| DateTimeItemTest::testSetValue | function | core/ |
Tests DateTimeItem::setValue(). |
| DateTimeItemTest::testSetValueProperty | function | core/ |
Tests setting the value of the DateTimeItem directly. |
| DateTimeNormalizer | class | core/ |
Converts values for datetime objects to RFC3339 and from common formats. |
| DateTimeNormalizer.php | file | core/ |
|
| DateTimeNormalizer::$allowedFormats | property | core/ |
Allowed datetime formats for the denormalizer. |
| DateTimeNormalizer::$systemDateConfig | property | core/ |
The system's date configuration. |
| DateTimeNormalizer::denormalize | function | core/ |
|
| DateTimeNormalizer::doNormalize | function | core/ |
#[JsonSchema([ 'type' => 'string', 'format' => 'date-time', ])] |
| DateTimeNormalizer::getNormalizationTimezone | function | core/ |
Gets the timezone to be used during normalization. |
| DateTimeNormalizer::getSupportedTypes | function | core/ |
|
| DateTimeNormalizer::__construct | function | core/ |
Constructs a new DateTimeNormalizer instance. |
| DateTimeNormalizerTest | class | core/ |
Unit test coverage for @DataTypes implementing DateTimeInterface. |
| DateTimeNormalizerTest.php | file | core/ |
|
| DateTimeNormalizerTest::$data | property | core/ |
The tested data type. |
| DateTimeNormalizerTest::$normalizer | property | core/ |
The tested data type's normalizer. |
Pagination
- Previous page
- Page 24
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.