Search for date

  1. Search 7.x for date
  2. Search 9.5.x for date
  3. Search 10.3.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
Updater::getUpdaterFromDirectory function core/lib/Drupal/Core/Updater/Updater.php Determines which Updater class can operate on the given directory.
Updater::install function core/lib/Drupal/Core/Updater/Updater.php Installs a Drupal project, returns a list of next actions.
Updater::makeBackup function core/lib/Drupal/Core/Updater/Updater.php Performs a backup.
Updater::makeWorldReadable function core/lib/Drupal/Core/Updater/Updater.php Ensures that a given directory is world readable.
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.
UpdateReady class core/modules/update/src/Form/UpdateReady.php Configure update settings for this site.
UpdateReady.php file core/modules/update/src/Form/UpdateReady.php
UpdateReady::$moduleHandler property core/modules/update/src/Form/UpdateReady.php The module handler.
UpdateReady::$root property core/modules/update/src/Form/UpdateReady.php The root location under which updated projects will be saved.
UpdateReady::$sitePath property core/modules/update/src/Form/UpdateReady.php The Site path.
UpdateReady::$state property core/modules/update/src/Form/UpdateReady.php The state key value store.
UpdateReady::buildForm function core/modules/update/src/Form/UpdateReady.php Form constructor.
UpdateReady::create function core/modules/update/src/Form/UpdateReady.php Instantiates a new instance of this class.
UpdateReady::getFormId function core/modules/update/src/Form/UpdateReady.php Returns a unique string identifying the form.
UpdateReady::submitForm function core/modules/update/src/Form/UpdateReady.php Form submission handler.
UpdateReady::__construct function core/modules/update/src/Form/UpdateReady.php Constructs a new UpdateReady object.
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::$enabledModules property core/lib/Drupal/Core/Update/UpdateRegistry.php
UpdateRegistry::$includeTests property core/lib/Drupal/Core/Update/UpdateRegistry.php Should we respect update functions in tests.
UpdateRegistry::$keyValue property core/lib/Drupal/Core/Update/UpdateRegistry.php The key value storage.
UpdateRegistry::$logFilename property core/lib/Drupal/Core/Update/UpdateRegistry.php The filename of the log file.
UpdateRegistry::$root property core/lib/Drupal/Core/Update/UpdateRegistry.php The app root.
UpdateRegistry::$sitePath property core/lib/Drupal/Core/Update/UpdateRegistry.php The site path.
UpdateRegistry::$updateType property core/lib/Drupal/Core/Update/UpdateRegistry.php The used update name.
UpdateRegistry::filterOutInvokedUpdatesByModule function core/lib/Drupal/Core/Update/UpdateRegistry.php Filters out already executed update functions by module.
UpdateRegistry::getAvailableUpdateFunctions function core/lib/Drupal/Core/Update/UpdateRegistry.php Gets all available update functions.
UpdateRegistry::getModuleUpdateFunctions function core/lib/Drupal/Core/Update/UpdateRegistry.php Returns all available updates for a given module.
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 a module.
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::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 + profile extensions and load the update files.
UpdateRegistry::__construct function core/lib/Drupal/Core/Update/UpdateRegistry.php Constructs a new UpdateRegistry.
UpdateRegistryFactory class core/lib/Drupal/Core/Update/UpdateRegistryFactory.php Service factory for the update registry.
UpdateRegistryFactory.php file core/lib/Drupal/Core/Update/UpdateRegistryFactory.php
UpdateRegistryFactory::create function core/lib/Drupal/Core/Update/UpdateRegistryFactory.php Creates a new UpdateRegistry instance.
UpdateRegistryTest class core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @coversDefaultClass \Drupal\Core\Update\UpdateRegistry[[api-linebreak]]
@group Update
UpdateRegistryTest.php file core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
UpdateRegistryTest::setUp function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php
UpdateRegistryTest::setupBasicModules function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php Sets up some modules with some update functions.
UpdateRegistryTest::testFilterOutInvokedUpdatesByModule function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::filterOutInvokedUpdatesByModule[[api-linebreak]]

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