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 selection. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
DateTimePlainFormatter::formatDate | function | core/ |
Creates a formatted date value as a string. |
DateTimePlainFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
DateTimePlus | class | core/ |
Wraps DateTime(). |
DateTimePlus.php | file | core/ |
|
DateTimePlus::$dateParts | property | core/ |
An array of possible date parts. |
DateTimePlus::$dateTimeObject | property | core/ |
The DateTime object. |
DateTimePlus::$errors | property | core/ |
An array of errors encountered when creating this date. |
DateTimePlus::$inputFormatAdjusted | property | core/ |
The prepared format, if provided. |
DateTimePlus::$inputFormatRaw | property | core/ |
The value of the format passed to the constructor. |
DateTimePlus::$inputTimeAdjusted | property | core/ |
The prepared time, without timezone, for this date. |
DateTimePlus::$inputTimeRaw | property | core/ |
The value of the time value passed to the constructor. |
DateTimePlus::$inputTimeZoneAdjusted | property | core/ |
The prepared timezone object used to construct this date. |
DateTimePlus::$inputTimeZoneRaw | property | core/ |
The value of the timezone passed to the constructor. |
DateTimePlus::$langcode | property | core/ |
The value of the language code passed to the constructor. |
DateTimePlus::arrayToISO | function | core/ |
Creates an ISO date from an array of values. |
DateTimePlus::checkArray | function | core/ |
Checks that arrays of date parts will create a valid date. |
DateTimePlus::checkErrors | function | core/ |
Examines getLastErrors() to see what errors to report. |
DateTimePlus::createFromArray | function | core/ |
Creates a date object from an array of date parts. |
DateTimePlus::createFromDateTime | function | core/ |
Creates a date object from an input date object. |
DateTimePlus::createFromFormat | function | core/ |
Creates a date object from an input format. |
DateTimePlus::createFromTimestamp | function | core/ |
Creates a date object from timestamp input. |
DateTimePlus::datePad | function | core/ |
Pads date parts with zeros. |
DateTimePlus::diff | function | core/ |
Returns the difference between two DateTimePlus objects. |
DateTimePlus::format | function | core/ |
Formats the date for display. |
DateTimePlus::FORMAT | constant | core/ |
|
DateTimePlus::getErrors | function | core/ |
Gets error messages. |
DateTimePlus::getPhpDateTime | function | core/ |
Gets a clone of the proxied PHP \DateTime object wrapped by this class. |
DateTimePlus::hasErrors | function | core/ |
Detects if there were errors in the processing of this date. |
DateTimePlus::prepareArray | function | core/ |
Creates a complete array from a possibly incomplete array of date parts. |
DateTimePlus::prepareFormat | function | core/ |
Prepares the input format value. |
DateTimePlus::prepareTime | function | core/ |
Prepares the input time value. |
DateTimePlus::prepareTimezone | function | core/ |
Prepares the input timezone value. |
DateTimePlus::render | function | core/ |
Renders the timezone name. |
DateTimePlus::RFC7231 | constant | core/ |
A RFC7231 Compliant date. |
DateTimePlus::setDefaultDateTime | function | core/ |
Sets the default time for an object built from date-only data. |
DateTimePlus::__call | function | core/ |
Implements the magic __call method. |
DateTimePlus::__callStatic | function | core/ |
Implements the magic __callStatic method. |
DateTimePlus::__clone | function | core/ |
Implements the magic __clone method. |
DateTimePlus::__construct | function | core/ |
Constructs a date object set to a requested date and timezone. |
DateTimePlusTest | class | core/ |
@coversDefaultClass \Drupal\Component\Datetime\DateTimePlus @group Datetime |
DateTimePlusTest.php | file | core/ |
|
DateTimePlusTest::assertDateTimestamp | function | core/ |
Asserts a DateTimePlus value. |
DateTimePlusTest::providerTestCheckArray | function | core/ |
Data provider for testCheckArray. |
DateTimePlusTest::providerTestDateArrays | function | core/ |
Provides data for date tests. |
DateTimePlusTest::providerTestDateDiff | function | core/ |
Provides data for date tests. |
DateTimePlusTest::providerTestDateFormat | function | core/ |
Provides data for testDateFormats. |
DateTimePlusTest::providerTestDates | function | core/ |
Provides data for date tests. |
DateTimePlusTest::providerTestDateTimestamp | function | core/ |
Provides data for testDateTimestamp. |
DateTimePlusTest::providerTestDateTimezone | function | core/ |
Provides data for testDateTimezone. |
DateTimePlusTest::providerTestInvalidConstructor | function | core/ |
Provider for testInvalidConstructor(). |
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.