Datetime::getInfo |
function |
core/lib/Drupal/Core/Datetime/Element/Datetime.php |
Returns the element properties for this element. |
Datetime::processAjaxForm |
function |
core/lib/Drupal/Core/Datetime/Element/Datetime.php |
Form element processing handler for the #ajax form property. |
Datetime::processDatetime |
function |
core/lib/Drupal/Core/Datetime/Element/Datetime.php |
Expands a datetime element type into date and/or time elements. |
Datetime::validateDatetime |
function |
core/lib/Drupal/Core/Datetime/Element/Datetime.php |
Validation callback for a datetime element. |
Datetime::valueCallback |
function |
core/lib/Drupal/Core/Datetime/Element/Datetime.php |
Determines how user input is mapped to an element's #value property. |
DateTimeComputed |
class |
core/modules/datetime/src/DateTimeComputed.php |
A computed property for dates of date time field items. |
DateTimeComputed.php |
file |
core/modules/datetime/src/DateTimeComputed.php |
|
DateTimeComputed::$date |
property |
core/modules/datetime/src/DateTimeComputed.php |
Cached computed date. |
DateTimeComputed::getValue |
function |
core/modules/datetime/src/DateTimeComputed.php |
|
DateTimeComputed::setValue |
function |
core/modules/datetime/src/DateTimeComputed.php |
|
DateTimeComputed::__construct |
function |
core/modules/datetime/src/DateTimeComputed.php |
|
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 |
|
DateTimeCustomFormatter::formatDate |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php |
|
DateTimeCustomFormatter::settingsForm |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php |
|
DateTimeCustomFormatter::settingsSummary |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php |
|
DateTimeCustomFormatter::viewElements |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeCustomFormatter.php |
|
DateTimeDatelistWidget |
class |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php |
Plugin implementation of the 'datetime_datelist' widget. |
DateTimeDatelistWidget.php |
file |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php |
|
DateTimeDatelistWidget::defaultSettings |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php |
|
DateTimeDatelistWidget::formElement |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php |
|
DateTimeDatelistWidget::settingsForm |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php |
|
DateTimeDatelistWidget::settingsSummary |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php |
|
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 |
|
DateTimeDefaultFormatter::formatDate |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php |
|
DateTimeDefaultFormatter::settingsForm |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php |
|
DateTimeDefaultFormatter::settingsSummary |
function |
core/modules/datetime/src/Plugin/Field/FieldFormatter/DateTimeDefaultFormatter.php |
|
DateTimeDefaultWidget |
class |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php |
Plugin implementation of the 'datetime_default' widget. |
DateTimeDefaultWidget.php |
file |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php |
|
DateTimeDefaultWidget::$dateStorage |
property |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php |
The date format storage. |
DateTimeDefaultWidget::create |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php |
|
DateTimeDefaultWidget::formElement |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php |
|
DateTimeDefaultWidget::__construct |
function |
core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php |
|
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 |
|
DatetimeElementFormTest::buildForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|
DatetimeElementFormTest::datetimeDateCallback |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|
DatetimeElementFormTest::datetimeDateCallbackTrusted |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|
DatetimeElementFormTest::datetimeTimeCallback |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|
DatetimeElementFormTest::datetimeTimeCallbackTrusted |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|
DatetimeElementFormTest::getFormId |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|
DatetimeElementFormTest::providerUntrusted |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Data provider for ::testDatetimeElementUntrustedCallbacks(). |
DatetimeElementFormTest::submitForm |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
|
DatetimeElementFormTest::testDatetimeElement |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Tests that default handlers are added even if custom are specified. |
DatetimeElementFormTest::testDatetimeElementRequiredError |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Tests the custom required error message for datetime elements. |
DatetimeElementFormTest::testDatetimeElementUntrustedCallbacks |
function |
core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php |
Tests that deprecations are raised if untrusted callbacks are used. |