Search for date

  1. Search 7.x for date
  2. Search 9.5.x for date
  3. Search 8.9.x for date
  4. Search 10.3.x for date
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Date class core/modules/views/src/Plugin/views/sort/Date.php Basic sort handler for dates.
Date class core/modules/views/src/Plugin/views/field/Date.php A handler to provide proper displays for dates.
Date class core/modules/views/src/Plugin/views/filter/Date.php Filter to handle dates stored as a timestamp.
Date class core/modules/views/src/Plugin/views/argument/Date.php Argument handler for dates.
Date class core/modules/datetime/src/Plugin/views/sort/Date.php Basic sort handler for datetime fields.
Date class core/modules/datetime/src/Plugin/views/filter/Date.php Date/time views filter.
Date class core/modules/datetime/src/Plugin/views/argument/Date.php Abstract argument handler for dates.
Date class core/lib/Drupal/Core/Render/Element/Date.php Provides a form element for date or time selection.

All search results

Title Object type File name Summary
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.
DateTimeDatelistWidget::settingsSummary function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDatelistWidget.php Returns a short summary for the current widget settings.
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 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 Creates an instance of the plugin.
DateTimeDefaultWidget::formElement function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php Returns the form for a single field widget.
DateTimeDefaultWidget::__construct function core/modules/datetime/src/Plugin/Field/FieldWidget/DateTimeDefaultWidget.php Constructs a WidgetBase object.
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
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 Returns a unique string identifying the form.
DatetimeElementFormTest::providerUntrusted function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Data provider for ::testDatetimeElementUntrustedCallbacks().
DatetimeElementFormTest::setUp function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Sets up the test.
DatetimeElementFormTest::submitForm function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Form submission handler.
DatetimeElementFormTest::testDatetimeElement function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Tests that default handlers are added even if custom are specified.
DatetimeElementFormTest::testDatetimeElementUntrustedCallbacks function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Tests that deprecations are raised if untrusted callbacks are used.
DatetimeElementFormTest::testTimezoneHandling function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Tests proper timezone handling of the Datetime element.
DatetimeElementFormTest::trustedCallbacks function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Lists the trusted callbacks provided by the implementing class.
DatetimeElementFormTest::validateForm function core/tests/Drupal/KernelTests/Core/Datetime/DatetimeElementFormTest.php Form validation handler.
DateTimeFieldItemList class core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Represents a configurable entity datetime field.
DateTimeFieldItemList.php file core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php
DateTimeFieldItemList::defaultValuesForm function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Returns a form for the default value input.
DateTimeFieldItemList::defaultValuesFormSubmit function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Processes the submitted default value.
DateTimeFieldItemList::defaultValuesFormValidate function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Validates the submitted default value.
DateTimeFieldItemList::DEFAULT_VALUE_CUSTOM constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Defines the default value as relative.
DateTimeFieldItemList::DEFAULT_VALUE_NOW constant core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Defines the default value as now.
DateTimeFieldItemList::processDefaultValue function core/modules/datetime/src/Plugin/Field/FieldType/DateTimeFieldItemList.php Processes the default value before being applied.
DateTimeFieldTest class core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests Datetime field functionality.
DateTimeFieldTest.php file core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php
DateTimeFieldTest::$defaultSettings property core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php The default display settings to use for the formatters.
DateTimeFieldTest::$defaultTheme property core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php The theme to install as the default for testing.
DateTimeFieldTest::datelistDataProvider function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php The data provider for testing the validation of the datelist widget.
DateTimeFieldTest::getTestFieldType function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Returns the type of field to be tested.
DateTimeFieldTest::testDateField function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests date field functionality.
DateTimeFieldTest::testDatelistWidget function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests Date List Widget functionality.
DateTimeFieldTest::testDateStorageSettings function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests that 'Date' field storage setting form is disabled if field has data.
DateTimeFieldTest::testDatetimeField function core/modules/datetime/tests/src/Functional/DateTimeFieldTest.php Tests date and time field.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.