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 11.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 selection.

All search results

Title Object type File name Summary
FormatDateTest class core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests the format date process plugin.
FormatDateTest class core/modules/system/tests/src/Functional/Common/FormatDateTest.php Tests the DateFormatterInterface::format() function.
FormatDateTest.php file core/modules/system/tests/src/Functional/Common/FormatDateTest.php
FormatDateTest.php file core/modules/migrate/tests/src/Unit/process/FormatDateTest.php
FormatDateTest::$defaultTheme property core/modules/system/tests/src/Functional/Common/FormatDateTest.php The theme to install as the default for testing.
FormatDateTest::datesDataProvider function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Data provider of test dates.
FormatDateTest::testAdminDefinedFormatDate function core/modules/system/tests/src/Functional/Common/FormatDateTest.php Tests admin-defined formats in DateFormatterInterface::format().
FormatDateTest::testMigrateExceptionBadFormat function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests that date format mismatches will throw an exception.
FormatDateTest::testMigrateExceptionMissingFromFormat function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests that missing configuration will throw an exception.
FormatDateTest::testMigrateExceptionMissingToFormat function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests that missing configuration will throw an exception.
FormatDateTest::testMigrateExceptionUnexpectedValue function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests that an unexpected date value will throw an exception.
FormatDateTest::testTransform function core/modules/migrate/tests/src/Unit/process/FormatDateTest.php Tests transformation.
FormattedDateDiff class core/lib/Drupal/Core/Datetime/FormattedDateDiff.php Contains a formatted time difference.
FormattedDateDiff.php file core/lib/Drupal/Core/Datetime/FormattedDateDiff.php
FormattedDateDiff::$maxAge property core/lib/Drupal/Core/Datetime/FormattedDateDiff.php The maximum time in seconds that this string may be cached.
FormattedDateDiff::$string property core/lib/Drupal/Core/Datetime/FormattedDateDiff.php The actual formatted time difference.
FormattedDateDiff::getCacheMaxAge function core/lib/Drupal/Core/Datetime/FormattedDateDiff.php The maximum age for which this object may be cached.
FormattedDateDiff::getString function core/lib/Drupal/Core/Datetime/FormattedDateDiff.php
FormattedDateDiff::toRenderable function core/lib/Drupal/Core/Datetime/FormattedDateDiff.php Returns a render array representation of the object.
FormattedDateDiff::__construct function core/lib/Drupal/Core/Datetime/FormattedDateDiff.php Creates a new FormattedDateDiff instance.
FormBase::validateForm function core/lib/Drupal/Core/Form/FormBase.php Form validation handler.
FormBuilder::executeValidateHandlers function core/lib/Drupal/Core/Form/FormBuilder.php
FormBuilder::validateForm function core/lib/Drupal/Core/Form/FormBuilder.php
FormController::validateForm function core/modules/system/tests/modules/condition_test/src/FormController.php Implements \Drupal\Core\Form\FormInterface::validateForm().
FormDefaultHandlersTest::customValidateForm function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php
FormDefaultHandlersTest::validateForm function core/tests/Drupal/KernelTests/Core/Form/FormDefaultHandlersTest.php Form validation handler.
FormElement::validatePattern function core/lib/Drupal/Core/Render/Element/FormElement.php #element_validate callback for #pattern form element property.
FormElementBase::validatePattern function core/lib/Drupal/Core/Render/Element/FormElementBase.php #element_validate callback for #pattern form element property.
FormElementMaxlengthTest::validateForm function core/modules/system/tests/src/Kernel/Form/FormElementMaxlengthTest.php Form validation handler.
FormInterface::validateForm function core/lib/Drupal/Core/Form/FormInterface.php Form validation handler.
FormOperations::validateDefaultWorkspace function core/modules/workspaces/src/FormOperations.php Validation handler which sets a validation error for all unsupported forms.
FormState::$must_validate property core/lib/Drupal/Core/Form/FormState.php
FormState::$validate_handlers property core/lib/Drupal/Core/Form/FormState.php
FormState::getValidateHandlers function core/lib/Drupal/Core/Form/FormState.php Gets the validate handlers.
FormState::setValidateHandlers function core/lib/Drupal/Core/Form/FormState.php Sets the validate handlers.
FormStateDecoratorBase::getValidateHandlers function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Gets the validate handlers.
FormStateDecoratorBase::setValidateHandlers function core/lib/Drupal/Core/Form/FormStateDecoratorBase.php Sets the validate handlers.
FormStateDecoratorBaseTest::testGetValidateHandlers function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::getValidateHandlers
FormStateDecoratorBaseTest::testSetValidateHandlers function core/tests/Drupal/Tests/Core/Form/FormStateDecoratorBaseTest.php @covers ::setValidateHandlers
FormStateInterface::getValidateHandlers function core/lib/Drupal/Core/Form/FormStateInterface.php Gets the validate handlers.
FormStateInterface::setValidateHandlers function core/lib/Drupal/Core/Form/FormStateInterface.php Sets the validate handlers.
FormStoragePageCacheTest::testValidateFormStorageOnCachedPage function core/modules/system/tests/src/Functional/Form/FormStoragePageCacheTest.php Build-id is regenerated when validating cached form.
FormTest::validateSelectSorting function core/modules/system/tests/src/Functional/Form/FormTest.php Validates that the options are in the right order in a select.
FormTestArgumentsObject::validateForm function core/modules/system/tests/modules/form_test/src/FormTestArgumentsObject.php Form validation handler.
FormTestClickedButtonForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestClickedButtonForm.php Form validation handler.
FormTestControllerObject::validateForm function core/modules/system/tests/modules/form_test/src/FormTestControllerObject.php Form validation handler.
FormTestDetailsForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestDetailsForm.php Form validation handler.
FormTestGroupVerticalTabsForm::validateForm function core/modules/system/tests/modules/form_test/src/Form/FormTestGroupVerticalTabsForm.php Form validation handler.
FormTestLimitValidationErrorsForm::elementValidateLimitValidationErrors function core/modules/system/tests/modules/form_test/src/Form/FormTestLimitValidationErrorsForm.php
FormTestMachineNameValidationForm::buildAjaxSnackConfigureFormValidate function core/modules/system/tests/modules/form_test/src/Form/FormTestMachineNameValidationForm.php Validate callback that forces a form rebuild.

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