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
ConfigEntityImportTest::doSearchPageUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating a search page during import.
ConfigEntityImportTest::doThirdPartySettingsUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating of third party settings.
ConfigEntityImportTest::testConfigUpdateImport function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Runs test methods for each module within a single test run.
ConfigEntityStorage::importUpdate function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Updates entities upon synchronizing configuration changes.
ConfigEntityStorage::updateFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Updates a configuration entity from storage values.
ConfigEntityStorageInterface::updateFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Updates a configuration entity from storage values.
ConfigEntityStorageTest::testSaveUpdate function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
ConfigEntityUpdater class core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php A utility class to make updating configuration entities simple.
ConfigEntityUpdater.php file core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php
ConfigEntityUpdater::$batchSize property core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php The number of entities to process in each batch.
ConfigEntityUpdater::$entityTypeManager property core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php The entity type manager.
ConfigEntityUpdater::create function core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php Instantiates a new instance of this class.
ConfigEntityUpdater::doOne function core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php Apply the callback an entity and save it if the callback makes changes.
ConfigEntityUpdater::SANDBOX_KEY constant core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php The key used to store information in the update sandbox.
ConfigEntityUpdater::update function core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php Updates configuration entities as part of a Drupal update.
ConfigEntityUpdater::__construct function core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php ConfigEntityUpdater constructor.
ConfigEntityUpdaterTest class core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php Tests \Drupal\Core\Config\Entity\ConfigEntityUpdater.
ConfigEntityUpdaterTest.php file core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php
ConfigEntityUpdaterTest::$modules property core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php Modules to install.
ConfigEntityUpdaterTest::testUpdate function core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php @covers ::update
ConfigEntityUpdaterTest::testUpdateDefaultCallback function core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php @covers ::update
ConfigEntityUpdaterTest::testUpdateException function core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php @covers ::update
ConfigEntityUpdaterTest::testUpdateOncePerUpdateException function core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php @covers ::update
ConfigEvents::IMPORT_VALIDATE constant core/lib/Drupal/Core/Config/ConfigEvents.php Name of the event fired when validating imported configuration.
ConfigExistsConstraintValidator::validate function core/lib/Drupal/Core/Config/Plugin/Validation/Constraint/ConfigExistsConstraintValidator.php
ConfigFormBase::validateForm function core/lib/Drupal/Core/Form/ConfigFormBase.php Form validation handler.
ConfigHandler::validateForm function core/modules/views_ui/src/Form/Ajax/ConfigHandler.php Form validation handler.
ConfigHandlerExtra::validateForm function core/modules/views_ui/src/Form/Ajax/ConfigHandlerExtra.php Form validation handler.
ConfigImporter::$validated property core/lib/Drupal/Core/Config/ConfigImporter.php Indicates changes to import have been validated.
ConfigImporter::validate function core/lib/Drupal/Core/Config/ConfigImporter.php Dispatches validate event for a ConfigImporter object.
ConfigImporterTest::testSecondaryUpdateDeletedChildFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedParentFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSiteUuidValidate function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests verification of site UUID before importing configuration.
ConfigImporterTest::testUpdated function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests updating of configuration during import.
ConfigImportForm::validateForm function core/modules/config/src/Form/ConfigImportForm.php Form validation handler.
ConfigImportModuleUninstallValidatorInterface::validateConfigImport function core/lib/Drupal/Core/Extension/ConfigImportModuleUninstallValidatorInterface.php Determines reasons a module can not be uninstalled prior to config import.
ConfigImportSubscriber::onConfigImporterValidate function core/modules/content_moderation/src/EventSubscriber/ConfigImportSubscriber.php Checks that the configuration synchronization is valid.
ConfigImportSubscriber::onConfigImporterValidate function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Validates the configuration to be imported.
ConfigImportSubscriber::validateDependencies function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Validates configuration being imported does not have unmet dependencies.
ConfigImportSubscriber::validateModules function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Validates module installations and uninstallations.
ConfigImportSubscriber::validateThemes function core/lib/Drupal/Core/EventSubscriber/ConfigImportSubscriber.php Validates theme installations and uninstallations.
ConfigImportUITest::prepareSiteNameUpdate function core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigImportValidateEventSubscriberBase class core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php Defines a base event listener implementation for config sync validation.
ConfigImportValidateEventSubscriberBase.php file core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php
ConfigImportValidateEventSubscriberBase::getSubscribedEvents function core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php
ConfigImportValidateEventSubscriberBase::onConfigImporterValidate function core/lib/Drupal/Core/Config/ConfigImportValidateEventSubscriberBase.php Checks that the configuration synchronization is valid.
ConfigInstaller::validateDependencies function core/lib/Drupal/Core/Config/ConfigInstaller.php Validates an array of config data that contains dependency information.
ConfigSingleExportForm::updateConfigurationType function core/modules/config/src/Form/ConfigSingleExportForm.php Handles switching the configuration type selector.
ConfigSingleExportForm::updateExport function core/modules/config/src/Form/ConfigSingleExportForm.php Handles switching the export textarea.
ConfigSingleImportForm::validateForm function core/modules/config/src/Form/ConfigSingleImportForm.php Form validation handler.

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