| DateRangePlainFormatter::defaultSettings |
function |
core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php |
Defines the default settings for this plugin. |
| DateRangePlainFormatter::settingsForm |
function |
core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php |
Returns a form to configure settings for the formatter. |
| DateRangePlainFormatter::settingsSummary |
function |
core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php |
Returns a short summary for the current formatter settings. |
| DateRangePlainFormatter::viewElements |
function |
core/modules/datetime_range/src/Plugin/Field/FieldFormatter/DateRangePlainFormatter.php |
Builds a renderable array for a field value. |
| DateRangeWidgetBase::formElement |
function |
core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php |
Returns the form for a single field widget. |
| DateRangeWidgetBase::massageFormValues |
function |
core/modules/datetime_range/src/Plugin/Field/FieldWidget/DateRangeWidgetBase.php |
Massages the form values into the format expected for field values. |
| DateSqlInterface::getDateFormat |
function |
core/modules/views/src/Plugin/views/query/DateSqlInterface.php |
Creates a native database date formatting. |
| DateTest::$dateFormatter |
property |
core/tests/Drupal/Tests/Core/Datetime/DateTest.php |
The mocked date formatter class. |
| DateTest::$dateFormatterStub |
property |
core/tests/Drupal/Tests/Core/Datetime/DateTest.php |
The date formatter class where methods can be stubbed. |
| DateTest::providerTestFormatDiff |
function |
core/tests/Drupal/Tests/Core/Datetime/DateTest.php |
Data provider for testFormatDiff(). |
| DateTest::providerTestFormatInterval |
function |
core/tests/Drupal/Tests/Core/Datetime/DateTest.php |
Provides some test data for the format interval test. |
| DateTest::testFormatDiff |
function |
core/tests/Drupal/Tests/Core/Datetime/DateTest.php |
Tests the formatDiff method. |
| DateTest::testFormatInterval |
function |
core/tests/Drupal/Tests/Core/Datetime/DateTest.php |
Tests the formatInterval method. |
| DateTest::testFormatIntervalZeroSecond |
function |
core/tests/Drupal/Tests/Core/Datetime/DateTest.php |
Tests the formatInterval method for 0 second. |
| DateTest::testFormattedDateDiff |
function |
core/tests/Drupal/Tests/Core/Datetime/DateTest.php |
Tests FormattedDateDiff. |
| DateTest::testFormatTimeDiffSince |
function |
core/tests/Drupal/Tests/Core/Datetime/DateTest.php |
Tests the formatTimeDiffSince method. |
| DateTest::testFormatTimeDiffUntil |
function |
core/tests/Drupal/Tests/Core/Datetime/DateTest.php |
Tests the formatTimeDiffUntil method. |
| DateTest::testGetSampleDateFormats |
function |
core/tests/Drupal/Tests/Core/Datetime/DateTest.php |
Tests the getSampleDateFormats method. |
| DateTest::testRfc2822DateFormat |
function |
core/tests/Drupal/Tests/Core/Datetime/DateTest.php |
Tests that an RFC2822 formatted date always returns an English string. |
| DateTestBase::$dateFormatter |
property |
core/modules/datetime/tests/src/Functional/DateTestBase.php |
The date formatter service. |
| datetime-form.html.twig |
file |
core/modules/system/templates/datetime-form.html.twig |
Default theme implementation of a datetime form element. |
| datetime-form.html.twig |
file |
core/profiles/demo_umami/themes/umami/templates/classy/form/datetime-form.html.twig |
Theme override of a datetime form element. |
| datetime-form.html.twig |
file |
core/themes/olivero/templates/datetime-form.html.twig |
Theme override of a datetime form element. |
| datetime-form.html.twig |
file |
core/themes/stable9/templates/form/datetime-form.html.twig |
Theme override of a datetime form element. |
| datetime-form.html.twig |
file |
core/themes/claro/templates/datetime-form.html.twig |
Theme override of a datetime form element. |
| datetime-form.html.twig |
file |
core/themes/starterkit_theme/templates/form/datetime-form.html.twig |
Theme override of a datetime form element. |
| Datetime::getHtml5DateFormat |
function |
core/lib/Drupal/Core/Datetime/Element/Datetime.php |
Retrieves the right format for an HTML5 date element. |
| Datetime::getHtml5TimeFormat |
function |
core/lib/Drupal/Core/Datetime/Element/Datetime.php |
Retrieves the right format for an HTML5 time element. |
| Datetime::processAjaxForm |
function |
core/lib/Drupal/Core/Datetime/Element/Datetime.php |
Form element processing handler for the #ajax form property. |
| DateTimeCustomFormatter |
class |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php |
Plugin implementation of the 'Custom' formatter for 'datetime' fields. |
| DateTimeCustomFormatter.php |
file |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php |
|
| DateTimeCustomFormatter::defaultSettings |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php |
Defines the default settings for this plugin. |
| DateTimeCustomFormatter::formatDate |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php |
Creates a formatted date value as a string. |
| DateTimeCustomFormatter::settingsForm |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php |
Returns a form to configure settings for the formatter. |
| DateTimeCustomFormatter::settingsSummary |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php |
Returns a short summary for the current formatter settings. |
| DateTimeCustomFormatter::viewElements |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php |
Builds a renderable array for a field value. |
| DateTimeDatelistWidget::formElement |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php |
Returns the form for a single field widget. |
| DateTimeDatelistWidget::settingsForm |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php |
Returns a form to configure settings for the widget. |
| DateTimeDefaultFormatter |
class |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php |
Plugin implementation of the 'Default' formatter for 'datetime' fields. |
| DateTimeDefaultFormatter.php |
file |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php |
|
| DateTimeDefaultFormatter::defaultSettings |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php |
Defines the default settings for this plugin. |
| DateTimeDefaultFormatter::formatDate |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php |
Creates a formatted date value as a string. |
| DateTimeDefaultFormatter::settingsForm |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php |
Returns a form to configure settings for the formatter. |
| DateTimeDefaultFormatter::settingsSummary |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php |
Returns a short summary for the current formatter settings. |
| DateTimeDefaultWidget::formElement |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php |
Returns the form for a single field widget. |
| DatetimeElementFormTest |
class |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Tests DatetimeElement functionality. |
| DatetimeElementFormTest.php |
file |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|
| DatetimeElementFormTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Modules to install. |
| DatetimeElementFormTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Form constructor. |
| DatetimeElementFormTest::datetimeDateCallback |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|