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
Updater::postInstall function core/lib/Drupal/Core/Updater/Updater.php Performs actions after installation.
Updater::postInstallTasks function core/lib/Drupal/Core/Updater/Updater.php Returns an array of links to pages that should be visited post operation.
Updater::postUpdate function core/lib/Drupal/Core/Updater/Updater.php Performs actions after new code is updated.
Updater::postUpdateTasks function core/lib/Drupal/Core/Updater/Updater.php Returns an array of links to pages that should be visited post operation.
Updater::prepareInstallDirectory function core/lib/Drupal/Core/Updater/Updater.php Makes sure the installation parent directory exists and is writable.
Updater::update function core/lib/Drupal/Core/Updater/Updater.php Updates a Drupal project and returns a list of next actions.
Updater::__construct function core/lib/Drupal/Core/Updater/Updater.php Constructs a new updater.
UpdateReducedThemeRegistryTest class core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php Tests that update.php is accessible even if there are unstable modules.
UpdateReducedThemeRegistryTest.php file core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php
UpdateReducedThemeRegistryTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php The theme to install as the default for testing.
UpdateReducedThemeRegistryTest::$modules property core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php Modules to install.
UpdateReducedThemeRegistryTest::testUpdatePageWithBrokenThemeHook function core/tests/Drupal/FunctionalTests/Update/UpdateReducedThemeRegistryTest.php Tests that the update page can be accessed.
UpdateRegistry class core/lib/Drupal/Core/Update/UpdateRegistry.php Provides all and missing update implementations.
UpdateRegistry.php file core/lib/Drupal/Core/Update/UpdateRegistry.php
UpdateRegistry::$enabledExtensions property core/lib/Drupal/Core/Update/UpdateRegistry.php
UpdateRegistry::$loadedFiles property core/lib/Drupal/Core/Update/UpdateRegistry.php A static cache of all the extension updates scanned for.
UpdateRegistry::$logFilename property core/lib/Drupal/Core/Update/UpdateRegistry.php The filename of the log file.
UpdateRegistry::filterOutInvokedUpdatesByExtension function core/lib/Drupal/Core/Update/UpdateRegistry.php Filters out already executed update functions by extension.
UpdateRegistry::getAvailableUpdateFunctions function core/lib/Drupal/Core/Update/UpdateRegistry.php Gets all available update functions.
UpdateRegistry::getPendingUpdateFunctions function core/lib/Drupal/Core/Update/UpdateRegistry.php Find all update functions that haven't been executed.
UpdateRegistry::getPendingUpdateInformation function core/lib/Drupal/Core/Update/UpdateRegistry.php Returns a list of all the pending updates.
UpdateRegistry::getRemovedPostUpdates function core/lib/Drupal/Core/Update/UpdateRegistry.php Gets removed hook_post_update_NAME() implementations for an extension.
UpdateRegistry::getSubscribedEvents function core/lib/Drupal/Core/Update/UpdateRegistry.php
UpdateRegistry::getUpdateFunctions function core/lib/Drupal/Core/Update/UpdateRegistry.php Returns all available updates for a given extension.
UpdateRegistry::includeThemes function core/lib/Drupal/Core/Update/UpdateRegistry.php
UpdateRegistry::loadUpdateFile function core/lib/Drupal/Core/Update/UpdateRegistry.php Loads the {$this->updateType}.php file for a given extension.
UpdateRegistry::loadUpdateFiles function core/lib/Drupal/Core/Update/UpdateRegistry.php Loads all update files for a given list of extension.
UpdateRegistry::onConfigSave function core/lib/Drupal/Core/Update/UpdateRegistry.php Processes the list of installed extensions when core.extension changes.
UpdateRegistry::registerInvokedUpdates function core/lib/Drupal/Core/Update/UpdateRegistry.php Registers that update functions were executed.
UpdateRegistry::scanExtensionsAndLoadUpdateFiles function core/lib/Drupal/Core/Update/UpdateRegistry.php Scans all module, theme, and profile extensions and load the update files.
UpdateRegistry::__construct function core/lib/Drupal/Core/Update/UpdateRegistry.php Constructs a new UpdateRegistry.
UpdateRegistryTest class core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests UpdateRegistry.
UpdateRegistryTest.php file core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
UpdateRegistryTest::setUp function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
UpdateRegistryTest::setupBasicExtensions function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Sets up some extensions with some update functions.
UpdateRegistryTest::testFilterOutInvokedUpdatesByExtension function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests filter out invoked updates by extension.
UpdateRegistryTest::testGetPendingCustomUpdateFunctions function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending custom update functions.
UpdateRegistryTest::testGetPendingUpdateFunctionsExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update functions existing updates.
UpdateRegistryTest::testGetPendingUpdateFunctionsNoExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update functions no existing updates.
UpdateRegistryTest::testGetPendingUpdateFunctionsWithLoadedModulesButNotEnabled function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update functions with loaded modules but not enabled.
UpdateRegistryTest::testGetPendingUpdateInformation function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update information.
UpdateRegistryTest::testGetPendingUpdateInformationWithExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update information with existing updates.
UpdateRegistryTest::testGetPendingUpdateInformationWithRemovedUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get pending update information with removed updates.
UpdateRegistryTest::testGetUpdateFunctions function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests get update functions.
UpdateRegistryTest::testRegisterInvokedUpdatesWithExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests register invoked updates with existing updates.
UpdateRegistryTest::testRegisterInvokedUpdatesWithMultiple function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests register invoked updates with multiple.
UpdateRegistryTest::testRegisterInvokedUpdatesWithoutExistingUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Tests register invoked updates without existing updates.
UpdateRemovedPostUpdateTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php Tests hook_removed_post_updates().
UpdateRemovedPostUpdateTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php
UpdateRemovedPostUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.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.