Search for format_
- Search 7.x for format_
- Search 9.5.x for format_
- Search 10.3.x for format_
- Search 11.x for format_
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
DateRangePlainFormatter | class | core/ |
Plugin implementation of the 'Plain' formatter for 'daterange' fields. |
DateRangePlainFormatter.php | file | core/ |
|
DateRangePlainFormatter::defaultSettings | function | core/ |
Defines the default settings for this plugin. |
DateRangePlainFormatter::settingsForm | function | core/ |
Returns a form to configure settings for the formatter. |
DateRangePlainFormatter::settingsSummary | function | core/ |
Returns a short summary for the current formatter settings. |
DateRangePlainFormatter::viewElements | function | core/ |
Builds a renderable array for a field value. |
DateTest::$dateFormatter | property | core/ |
The mocked date formatter class. |
DateTest::$dateFormatterStub | property | core/ |
The date formatter class where methods can be stubbed. |
DateTest::providerTestFormatDiff | function | core/ |
Data provider for testformatDiff(). |
DateTest::providerTestFormatInterval | function | core/ |
Provides some test data for the format interval test. |
DateTest::testformatDiff | function | core/ |
Tests the formatDiff method. |
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::testLegacyMaxAgeFormattedDateDiff | function | core/ |
Tests FormattedDateDiff. |
DateTestBase::$dateFormatter | property | core/ |
The date formatter service. |
DateTestBase::$dateFormatter | property | core/ |
The date formatter service. |
Datetime::formatExample | function | core/ |
Creates an example for a date format. |
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. |
DateTimeFieldRdfaTest::testDefaultFormatter | function | core/ |
Tests the default formatter. |
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. |
Pagination
- Previous page
- Page 8
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.