Search for format
- Search 7.x for format
- Search 9.5.x for format
- Search 8.9.x for format
- Search 11.x for format
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DateTest::testFormatInterval | function | core/ |
Tests the formatInterval method. |
DateTest::testFormatIntervalZeroSecond | function | core/ |
Tests the formatInterval method for 0 second. |
DateTest::testFormattedDateDiff | function | core/ |
Tests FormattedDateDiff. |
DateTest::testFormatTimeDiffSince | function | core/ |
Tests the formatTimeDiffSince method. |
DateTest::testFormatTimeDiffUntil | function | core/ |
Tests the formatTimeDiffUntil method. |
DateTest::testGetSampleDateFormats | function | core/ |
Tests the getSampleDateFormats method. |
DateTest::testRfc2822DateFormat | function | core/ |
Tests that an RFC2822 formatted date always returns an English string. |
DateTestBase::$dateFormatter | property | core/ |
The date formatter service. |
Datetime::formatExample | function | core/ |
Creates an example for a date format. |
Datetime::getHtml5DateFormat | function | core/ |
Retrieves the right format for an HTML5 date element. |
Datetime::getHtml5TimeFormat | function | core/ |
Retrieves the right format for an HTML5 time element. |
DateTimeCustomFormatter | class | core/ |
Plugin implementation of the 'Custom' formatter for 'datetime' fields. |
DateTimeCustomFormatter.php | file | core/ |
|
DateTimeCustomFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
DateTimeCustomFormatter::formatDate | function | core/ |
Creates a formatted date value as a string. |
DateTimeCustomFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
DateTimeCustomFormatter::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
DateTimeCustomFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
DateTimeDefaultFormatter | class | core/ |
Plugin implementation of the 'Default' formatter for 'datetime' fields. |
DateTimeDefaultFormatter.php | file | core/ |
|
DateTimeDefaultFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
DateTimeDefaultFormatter::formatDate | function | core/ |
Creates a formatted date value as a string. |
DateTimeDefaultFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
DateTimeDefaultFormatter::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
DateTimeFormatConstraint | class | core/ |
Validation constraint for DateTime items to ensure the format is correct. |
DateTimeFormatConstraint.php | file | core/ |
|
DateTimeFormatConstraint::$badFormat | property | core/ |
Message for when the value isn't in the proper format. |
DateTimeFormatConstraint::$badType | property | core/ |
Message for when the value isn't a string. |
DateTimeFormatConstraint::$badValue | property | core/ |
Message for when the value did not parse properly. |
DateTimeFormatConstraintValidator | class | core/ |
Constraint validator for DateTime items to ensure the format is correct. |
DateTimeFormatConstraintValidator.php | file | core/ |
|
DateTimeFormatConstraintValidator::validate | function | core/ |
|
DateTimeFormatterBase | class | core/ |
Base class for 'DateTime Field formatter' plugin implementations. |
DateTimeFormatterBase.php | file | core/ |
|
DateTimeFormatterBase::$dateFormatStorage | property | core/ |
The date format entity storage. |
DateTimeFormatterBase::$dateFormatter | property | core/ |
The date formatter service. |
DateTimeFormatterBase::buildDate | function | core/ |
Creates a render array from a date object. |
DateTimeFormatterBase::buildDateWithIsoAttribute | function | core/ |
Creates a render array from a date object with ISO date attribute. |
DateTimeFormatterBase::create | function | core/ |
Creates an instance of the plugin. |
DateTimeFormatterBase::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
DateTimeFormatterBase::formatDate | function | core/ |
Creates a formatted date value as a string. |
DateTimeFormatterBase::getFormatSettings | function | core/ |
Gets a settings array suitable for DrupalDateTime::format(). |
DateTimeFormatterBase::setTimeZone | function | core/ |
Sets the proper time zone on a DrupalDateTime object for the current user. |
DateTimeFormatterBase::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
DateTimeFormatterBase::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
DateTimeFormatterBase::viewElements | function | core/ |
Builds a renderable array for a field value. |
DateTimeFormatterBase::__construct | function | core/ |
Constructs a new DateTimeDefaultFormatter. |
DateTimeIso8601Normalizer::$allowedFormats | property | core/ |
Allowed datetime formats for the denormalizer. |
DateTimeIso8601NormalizerTest::providerTestDenormalizeValidFormats | function | core/ |
Data provider for testDenormalizeValidFormats. |
DateTimeIso8601NormalizerTest::testDenormalizeValidFormats | function | core/ |
Tests the denormalize function with good data. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.