Search for date

  1. Search 7.x for date
  2. Search 8.9.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
UpdateHookRegistry::getAvailableUpdates function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns an array of available schema versions for a module.
UpdateHookRegistry::getInstalledVersion function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns the currently installed schema version for a module.
UpdateHookRegistry::SCHEMA_UNINSTALLED constant core/lib/Drupal/Core/Update/UpdateHookRegistry.php Indicates that a module has not been installed yet.
UpdateHookRegistry::setInstalledVersion function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Updates the installed version information for a module.
UpdateHookRegistry::__construct function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Constructs a new UpdateRegistry.
UpdateHookRegistryFactory class core/lib/Drupal/Core/Update/UpdateHookRegistryFactory.php Service factory for the versioning update registry.
UpdateHookRegistryFactory.php file core/lib/Drupal/Core/Update/UpdateHookRegistryFactory.php
UpdateHookRegistryFactory::create function core/lib/Drupal/Core/Update/UpdateHookRegistryFactory.php Creates a new UpdateHookRegistry instance.
UpdateHookRegistryTest class core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php @coversDefaultClass \Drupal\Core\Update\UpdateHookRegistry
@group Update
UpdateHookRegistryTest.php file core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
UpdateHookRegistryTest::$keyValueFactory property core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
UpdateHookRegistryTest::$keyValueStore property core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
UpdateHookRegistryTest::setUp function core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php
UpdateHookRegistryTest::testGetInstalledVersion function core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php @covers ::getInstalledVersion
@covers ::getAllInstalledVersions
@covers ::setInstalledVersion
@covers ::deleteInstalledVersion
UpdateHookRegistryTest::testGetVersions function core/tests/Drupal/Tests/Core/Update/UpdateHookRegistryTest.php @covers ::getAvailableUpdates
UpdateKernel class core/lib/Drupal/Core/Update/UpdateKernel.php Defines a kernel which is used primarily to run the update of Drupal.
UpdateKernel.php file core/lib/Drupal/Core/Update/UpdateKernel.php
UpdateKernel::bootSession function core/lib/Drupal/Core/Update/UpdateKernel.php Boots up the session.
UpdateKernel::cacheDrupalContainer function core/lib/Drupal/Core/Update/UpdateKernel.php Stores the container definition in a cache.
UpdateKernel::discoverServiceProviders function core/lib/Drupal/Core/Update/UpdateKernel.php Discovers available serviceProviders.
UpdateKernel::handle function core/lib/Drupal/Core/Update/UpdateKernel.php
UpdateKernel::handleAccess function core/lib/Drupal/Core/Update/UpdateKernel.php Checks if the current user has rights to access updates page.
UpdateKernel::handleRaw function core/lib/Drupal/Core/Update/UpdateKernel.php Generates the actual result of update.php.
UpdateKernel::initializeContainer function core/lib/Drupal/Core/Update/UpdateKernel.php Initializes the service container.
UpdateKernel::setupRequestMatch function core/lib/Drupal/Core/Update/UpdateKernel.php Set up the request with fake routing data for update.php.
UpdateKernel::shutdownSession function core/lib/Drupal/Core/Update/UpdateKernel.php Ensures that the session is saved.
UpdateLobTest class core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php Tests the Update query builder with LOB fields.
UpdateLobTest.php file core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php
UpdateLobTest::testUpdateMultipleBlob function core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php Confirms that we can update two blob columns in the same table.
UpdateLobTest::testUpdateNullBlob function core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php Tests that we can update a blob column to null.
UpdateLobTest::testUpdateOneBlob function core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php Confirms that we can update a blob column.
UpdateLocalTasksTest class core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Tests existence of update local tasks.
UpdateLocalTasksTest.php file core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
UpdateLocalTasksTest::getUpdateModuleRoutes function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Provides a list of module routes to test.
UpdateLocalTasksTest::getUpdateReportRoutes function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Provides a list of report routes to test.
UpdateLocalTasksTest::getUpdateThemeRoutes function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Provides a list of theme routes to test.
UpdateLocalTasksTest::setUp function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php
UpdateLocalTasksTest::testUpdateModuleLocalTasks function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Checks update module tasks.
UpdateLocalTasksTest::testUpdateReportLocalTasks function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Checks update report tasks.
UpdateLocalTasksTest::testUpdateThemeLocalTasks function core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php Checks update theme tasks.
UpdateManager class core/modules/update/src/UpdateManager.php Default implementation of UpdateManagerInterface.
UpdateManager.php file core/modules/update/src/UpdateManager.php
UpdateManager::$availableReleasesTempStore property core/modules/update/src/UpdateManager.php Update available releases key/value store.
UpdateManager::$keyValueStore property core/modules/update/src/UpdateManager.php The key/value store.
UpdateManager::$moduleExtensionList property core/modules/update/src/UpdateManager.php The module extension list.
UpdateManager::$moduleHandler property core/modules/update/src/UpdateManager.php Module Handler Service.
UpdateManager::$projects property core/modules/update/src/UpdateManager.php An array of installed and enabled projects.
UpdateManager::$themeHandler property core/modules/update/src/UpdateManager.php The theme handler.
UpdateManager::$updateProcessor property core/modules/update/src/UpdateManager.php Update Processor Service.
UpdateManager::$updateSettings property core/modules/update/src/UpdateManager.php The update settings.

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