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
DrupalDateTimeTest::testRfc2822DateFormat function core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php Tests that an RFC2822 formatted date always returns an English string.
DrupalDateTimeTest::testSleep function core/tests/Drupal/Tests/Core/Datetime/DrupalDateTimeTest.php Test to avoid serialization of formatTranslationCache.
DrupalDateTimeTest::testTimezoneFormat function core/modules/system/tests/src/Functional/Datetime/DrupalDateTimeTest.php Tests the ability to override the time zone in the format method.
DrupalKernel::invalidateContainer function core/lib/Drupal/Core/DrupalKernel.php Invalidate the service container for the next request.
DrupalKernel::updateModules function core/lib/Drupal/Core/DrupalKernel.php Implements Drupal\Core\DrupalKernelInterface::updateModules().
DrupalKernel::validateHostname function core/lib/Drupal/Core/DrupalKernel.php Validates the hostname supplied from the HTTP request.
DrupalKernel::validateHostnameLength function core/lib/Drupal/Core/DrupalKernel.php Validates a hostname length.
DrupalKernelInterface::invalidateContainer function core/lib/Drupal/Core/DrupalKernelInterface.php Invalidate the service container for the next request.
DrupalKernelInterface::updateModules function core/lib/Drupal/Core/DrupalKernelInterface.php Updates the kernel's list of modules to the new list.
Drupal\package_manager\EventSubscriber\UpdateDataSubscriber service core/modules/package_manager/package_manager.services.yml
Drupal\package_manager\PackageManagerUpdateProcessor service core/modules/package_manager/package_manager.services.yml
Drupal\package_manager\Validator\PendingUpdatesValidator service core/modules/package_manager/package_manager.services.yml
Drupal\package_manager\Validator\StagedDBUpdateValidator service core/modules/package_manager/package_manager.services.yml
Drupal\update\UpdateFetcherInterface service core/modules/update/update.services.yml
Drupal\update\UpdateManagerInterface service core/modules/update/update.services.yml
Drupal\update\UpdateProcessorInterface service core/modules/update/update.services.yml
drupal_get_updaters function core/includes/common.inc Assembles the Drupal Updater registry.
drupal_load_updates function core/includes/install.inc Loads .install files for installed modules to initialize the update system.
DuplicateInfoFileValidator::validate function core/modules/package_manager/src/Validator/DuplicateInfoFileValidator.php Validates the stage does not have duplicate info.yml not present in active.
EarlyDateTest class core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php Posts an article with a taxonomy term and a date prior to 1970.
EarlyDateTest.php file core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php
EarlyDateTest::$defaultTheme property core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php The theme to install as the default for testing.
EarlyDateTest::$modules property core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php Modules to install.
EarlyDateTest::setUp function core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php
EarlyDateTest::testTaxonomyEarlyDateNode function core/modules/taxonomy/tests/src/Functional/EarlyDateTest.php Tests taxonomy functionality with nodes prior to 1970.
editor.post_update.php file core/modules/editor/editor.post_update.php Post update functions for Editor.
EditorAddLazyLoadImageFilterUpdateTest class core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Tests adding editor_image_lazy_load filter to editor_file_reference.
EditorAddLazyLoadImageFilterUpdateTest.php file core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php
EditorAddLazyLoadImageFilterUpdateTest::$defaultTheme property core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php The theme to install as the default for testing.
EditorAddLazyLoadImageFilterUpdateTest::setDatabaseDumpFiles function core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Set database dump files to be used.
EditorAddLazyLoadImageFilterUpdateTest::testUpdateLazyImageLoad function core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Tests upgrading filter settings.
EditorBase::validateConfigurationForm function core/modules/editor/src/Plugin/EditorBase.php Form validation handler.
EditorHooks::entityUpdate function core/modules/editor/src/Hook/EditorHooks.php Implements hook_entity_update().
EditorSanitizeImageUploadSettingsUpdateTest class core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php @group Update
@group editor
EditorSanitizeImageUploadSettingsUpdateTest.php file core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php
EditorSanitizeImageUploadSettingsUpdateTest::$defaultTheme property core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php The theme to install as the default for testing.
EditorSanitizeImageUploadSettingsUpdateTest::setDatabaseDumpFiles function core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php Set database dump files to be used.
EditorSanitizeImageUploadSettingsUpdateTest::testUpdateRemoveMeaninglessImageUploadSettings function core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php Ensure image upload settings for Text Editor config entities are corrected.
EditorTestHooks::entityUpdate function core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php Implements hook_entity_update().
editor_form_filter_admin_format_validate function core/modules/editor/editor.module Additional validate handler for filter_format_form().
editor_removed_post_updates function core/modules/editor/editor.post_update.php Implements hook_removed_post_updates().
editor_test_entity_update function core/modules/editor/tests/modules/editor_test/editor_test.module Implements hook_entity_update().
editor_update_last_removed function core/modules/editor/editor.install Implements hook_update_last_removed().
ElementsFieldsetTest::validateForm function core/modules/system/tests/src/Kernel/Form/ElementsFieldsetTest.php Form validation handler.
Email::validateEmail function core/lib/Drupal/Core/Render/Element/Email.php Form element validation handler for #type 'email'.
EmailAction::validateConfigurationForm function core/lib/Drupal/Core/Action/Plugin/Action/EmailAction.php Form validation handler.
EmailConstraint::validatedBy function core/lib/Drupal/Core/Validation/Plugin/Validation/Constraint/EmailConstraint.php
EnabledConfigurablePluginsConstraintValidator::validate function core/modules/ckeditor5/src/Plugin/Validation/Constraint/EnabledConfigurablePluginsConstraintValidator.php
EnabledExtensionsValidator::validate function core/modules/package_manager/src/Validator/EnabledExtensionsValidator.php Validates that no enabled Drupal extensions have been removed.
Entity::updateEntity function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Updates an entity with the new values from row.

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