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
ConfigureBlockFormBase::validateForm function core/modules/layout_builder/src/Form/ConfigureBlockFormBase.php Form validation handler.
ConfigureSectionForm::$isUpdate property core/modules/layout_builder/src/Form/ConfigureSectionForm.php Indicates whether the section is being added or updated.
ConfigureSectionForm::validateForm function core/modules/layout_builder/src/Form/ConfigureSectionForm.php Form validation handler.
ConfigValidation::validateCatCount function core/modules/config/tests/config_test/src/ConfigValidation.php Validates a number.
ConfigValidation::validateCats function core/modules/config/tests/config_test/src/ConfigValidation.php Validates cats.
ConfigValidation::validateGiraffes function core/modules/config/tests/config_test/src/ConfigValidation.php Validates giraffes.
ConfigValidation::validateLlama function core/modules/config/tests/config_test/src/ConfigValidation.php Validates a llama.
ConfigValidation::validateMapping function core/modules/config/tests/config_test/src/ConfigValidation.php Validates a mapping.
ConfigValidation::validateSequence function core/modules/config/tests/config_test/src/ConfigValidation.php Validates a sequence.
ConfigValidationTest::testValidatableConfigIsValidated function core/tests/Drupal/KernelTests/Core/Recipe/ConfigValidationTest.php Tests that the recipe runner only validates config which is validatable.
config_test_config_test_update function core/modules/config/tests/config_test/config_test.hooks.inc Implements hook_config_test_update().
Connection::update function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php Prepares and returns an UPDATE query object.
Connection::update function core/tests/fixtures/database_drivers/custom/fake/Connection.php Prepares and returns an UPDATE query object.
Connection::update function core/lib/Drupal/Core/Database/Connection.php Prepares and returns an UPDATE query object.
Connection::update function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Prepares and returns an UPDATE query object.
contact.post_update.php file core/modules/contact/contact.post_update.php Post update functions for Contact.
ContactFormEditForm::validateForm function core/modules/contact/src/ContactFormEditForm.php Form validation handler.
ContactSitewideTest::updateContactForm function core/modules/contact/tests/src/Functional/ContactSitewideTest.php Updates a form.
contact_removed_post_updates function core/modules/contact/contact.post_update.php Implements hook_removed_post_updates().
ContentEntityBase::$validated property core/lib/Drupal/Core/Entity/ContentEntityBase.php Whether entity validation was performed.
ContentEntityBase::updateFieldLangcodes function core/lib/Drupal/Core/Entity/ContentEntityBase.php Updates language for already instantiated fields.
ContentEntityBase::updateLoadedRevisionId function core/lib/Drupal/Core/Entity/ContentEntityBase.php Updates the loaded Revision ID with the revision ID.
ContentEntityBase::updateOriginalValues function core/lib/Drupal/Core/Entity/ContentEntityBase.php Updates the original values with the interim changes.
ContentEntityBase::validate function core/lib/Drupal/Core/Entity/ContentEntityBase.php Validates the currently set values.
ContentEntityBaseUnitTest::testValidate function core/tests/Drupal/Tests/Core/Entity/ContentEntityBaseUnitTest.php @covers ::validate[[api-linebreak]]
ContentEntityConfirmFormBase::validateForm function core/lib/Drupal/Core/Entity/ContentEntityConfirmFormBase.php Button-level validation handlers are highly discouraged for entity forms,
as they will prevent entity validation from running. If the entity is going
to be saved during the form submission, this method should be manually
invoked from the button-level…
ContentEntityForm::updateChangedTime function core/lib/Drupal/Core/Entity/ContentEntityForm.php Updates the changed time of the entity.
ContentEntityForm::updateFormLangcode function core/lib/Drupal/Core/Entity/ContentEntityForm.php Updates the form language to reflect any change to the entity language.
ContentEntityForm::validateForm function core/lib/Drupal/Core/Entity/ContentEntityForm.php Button-level validation handlers are highly discouraged for entity forms,
as they will prevent entity validation from running. If the entity is going
to be saved during the form submission, this method should be manually
invoked from the button-level…
ContentEntityFormInterface::validateForm function core/lib/Drupal/Core/Entity/ContentEntityFormInterface.php Note that extending classes should not override this method to add entity
validation logic, but define further validation constraints using the
entity validation API and/or provide a new validation constraint if
necessary. This is the only way to…
ContentEntityNonRevisionableFieldTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Entity/ContentEntityNonRevisionableFieldTest.php The entity definition update manager.
ContentEntityStorageBase::onFieldDefinitionUpdate function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Reacts to the update of a field.
ContentEntityStorageBase::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Entity/ContentEntityStorageBase.php Reacts to the update of a field storage definition.
ContentModerationHooks::entityUpdate function core/modules/content_moderation/src/Hook/ContentModerationHooks.php Implements hook_entity_update().
ContentModerationHooks::workflowUpdate function core/modules/content_moderation/src/Hook/ContentModerationHooks.php Implements hook_ENTITY_TYPE_update().
ContentModerationState::updateOrCreateFromEntity function core/modules/content_moderation/src/Entity/ContentModerationState.php Creates or updates an entity's moderation state whilst saving that entity.
ContentModerationStateTest::$entityDefinitionUpdateManager property core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php The entity definition update manager.
ContentTranslationConfigImportTest::testConfigImportUpdates function core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php Tests config import updates.
ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingUpdate function core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php Tests that bundle translation setting changes are propagated.
ContentTranslationHandler::entityFormValidate function core/modules/content_translation/src/ContentTranslationHandler.php Form validation handler for ContentTranslationHandler::entityFormAlter().
ContentTranslationHooks::languageContentSettingsUpdate function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_ENTITY_TYPE_update().
ContentTranslationHooks::languageFallbackCandidatesEntityViewAlter function core/modules/content_translation/src/Hook/ContentTranslationHooks.php Implements hook_language_fallback_candidates_OPERATION_alter().
ContentTranslationMetadataWrapper::isOutdated function core/modules/content_translation/src/ContentTranslationMetadataWrapper.php Returns the translation outdated status.
ContentTranslationMetadataWrapper::setOutdated function core/modules/content_translation/src/ContentTranslationMetadataWrapper.php Sets the translation outdated status.
ContentTranslationMetadataWrapperInterface::isOutdated function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Returns the translation outdated status.
ContentTranslationMetadataWrapperInterface::setOutdated function core/modules/content_translation/src/ContentTranslationMetadataWrapperInterface.php Sets the translation outdated status.
ContentTranslationModuleInstallTest::testFieldUpdates function core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php Tests that content translation fields are created upon module installation.
ContentTranslationOutdatedRevisionTranslationTest class core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php Tests the "Flag as outdated" functionality with revision translations.
ContentTranslationOutdatedRevisionTranslationTest.php file core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php
ContentTranslationOutdatedRevisionTranslationTest::$defaultTheme property core/modules/content_translation/tests/src/Functional/ContentTranslationOutdatedRevisionTranslationTest.php The theme to install as the default for testing.

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