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
UpdateFetcherTest::$logger property core/modules/update/tests/src/Unit/UpdateFetcherTest.php The logger.
UpdateFetcherTest::$mockConfigFactory property core/modules/update/tests/src/Unit/UpdateFetcherTest.php Mock config factory.
UpdateFetcherTest::$mockHttpClient property core/modules/update/tests/src/Unit/UpdateFetcherTest.php Mock HTTP client.
UpdateFetcherTest::$testProject property core/modules/update/tests/src/Unit/UpdateFetcherTest.php A test project to fetch with.
UpdateFetcherTest::$updateFetcher property core/modules/update/tests/src/Unit/UpdateFetcherTest.php The update fetcher to use.
UpdateFetcherTest::mockClient function core/modules/update/tests/src/Unit/UpdateFetcherTest.php Mocks the HTTP client.
UpdateFetcherTest::providerTestUpdateBuildFetchUrl function core/modules/update/tests/src/Unit/UpdateFetcherTest.php Provide test data for self::testUpdateBuildFetchUrl().
UpdateFetcherTest::setUp function core/modules/update/tests/src/Unit/UpdateFetcherTest.php
UpdateFetcherTest::testUpdateBuildFetchUrl function core/modules/update/tests/src/Unit/UpdateFetcherTest.php Tests that buildFetchUrl() builds the URL correctly.
UpdateFetcherTest::testUpdateFetcherHttpFallback function core/modules/update/tests/src/Unit/UpdateFetcherTest.php @covers ::doRequest
@covers ::fetchProjectData
UpdateFetcherTest::testUpdateFetcherNoFallback function core/modules/update/tests/src/Unit/UpdateFetcherTest.php @covers ::doRequest
@covers ::fetchProjectData
UpdateHookRegistry class core/lib/Drupal/Core/Update/UpdateHookRegistry.php Provides module updates versions handling.
UpdateHookRegistry.php file core/lib/Drupal/Core/Update/UpdateHookRegistry.php
UpdateHookRegistry::$allAvailableSchemaVersions property core/lib/Drupal/Core/Update/UpdateHookRegistry.php A static cache of schema currentVersions per module.
UpdateHookRegistry::$enabledModules property core/lib/Drupal/Core/Update/UpdateHookRegistry.php A list of enabled modules.
UpdateHookRegistry::$equivalentUpdates property core/lib/Drupal/Core/Update/UpdateHookRegistry.php The core.equivalent_updates key value storage.
UpdateHookRegistry::$keyValue property core/lib/Drupal/Core/Update/UpdateHookRegistry.php The system.schema key value storage.
UpdateHookRegistry::deleteEquivalentUpdate function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Removes an equivalent update.
UpdateHookRegistry::deleteInstalledVersion function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Deletes the installed version information for the module.
UpdateHookRegistry::determineModuleAndVersion function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Determines the module and update number from the stack trace.
UpdateHookRegistry::FUNC_NAME_REGEXP constant core/lib/Drupal/Core/Update/UpdateHookRegistry.php Regular expression to match all possible defined hook_update_N().
UpdateHookRegistry::getAllEquivalentUpdates function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns the equivalent update information for all modules.
UpdateHookRegistry::getAllInstalledVersions function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns the currently installed schema version for all modules.
UpdateHookRegistry::getAvailableUpdates function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns an array of available schema versions for a module.
UpdateHookRegistry::getEquivalentUpdate function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Gets the EquivalentUpdate object for an update.
UpdateHookRegistry::getInstalledVersion function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Returns the currently installed schema version for a module.
UpdateHookRegistry::markFutureUpdateEquivalent function core/lib/Drupal/Core/Update/UpdateHookRegistry.php Marks a future update as equivalent to the current update running.
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 UpdateHookRegistry.
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::$equivalentUpdatesStore property 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
UpdateHooks class core/modules/update/src/Hook/UpdateHooks.php Hook implementations for update.
UpdateHooks.php file core/modules/update/src/Hook/UpdateHooks.php
UpdateHooks::cron function core/modules/update/src/Hook/UpdateHooks.php Implements hook_cron().
UpdateHooks::help function core/modules/update/src/Hook/UpdateHooks.php Implements hook_help().
UpdateHooks::mail function core/modules/update/src/Hook/UpdateHooks.php Implements hook_mail().
UpdateHooks::modulesInstalled function core/modules/update/src/Hook/UpdateHooks.php Implements hook_modules_installed().
UpdateHooks::modulesUninstalled function core/modules/update/src/Hook/UpdateHooks.php Implements hook_modules_uninstalled().
UpdateHooks::pageTop function core/modules/update/src/Hook/UpdateHooks.php Implements hook_page_top().
UpdateHooks::theme function core/modules/update/src/Hook/UpdateHooks.php Implements hook_theme().

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