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
UpdateContribTest::$updateProject property core/modules/update/tests/src/Functional/UpdateContribTest.php The project that is being tested.
UpdateContribTest::$updateTableLocator property core/modules/update/tests/src/Functional/UpdateContribTest.php The CSS locator for the update table run asserts on.
UpdateContribTest::assertCoreCompatibilityMessage function core/modules/update/tests/src/Functional/UpdateContribTest.php Asserts that a core compatibility message is correct for an update.
UpdateContribTest::securityUpdateAvailabilityProvider function core/modules/update/tests/src/Functional/UpdateContribTest.php Data provider method for testSecurityUpdateAvailability().
UpdateContribTest::setUp function core/modules/update/tests/src/Functional/UpdateContribTest.php
UpdateContribTest::testCoreCompatibilityMessage function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that core compatibility messages are displayed.
UpdateContribTest::testHookUpdateStatusAlter function core/modules/update/tests/src/Functional/UpdateContribTest.php Checks that hook_update_status_alter() works to change a status.
UpdateContribTest::testNonStandardVersionStrings function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests messages for invalid, empty and missing version strings.
UpdateContribTest::testNoReleasesAvailable function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests when there is no available release data for a contrib module.
UpdateContribTest::testNormalUpdateAvailable function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests the Update Manager module when one normal update is available.
UpdateContribTest::testRevokedRelease function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests messages when a project release is unpublished.
UpdateContribTest::testSecurityUpdateAvailability function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests update status of security releases.
UpdateContribTest::testUnsupportedRelease function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests messages when a project release is marked unsupported.
UpdateContribTest::testUpdateBaseThemeSecurityUpdate function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that subthemes are notified about security updates for base themes.
UpdateContribTest::testUpdateBrokenFetchURL function core/modules/update/tests/src/Functional/UpdateContribTest.php Makes sure that if we fetch from a broken URL, sane things happen.
UpdateContribTest::testUpdateContribBasic function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests the basic functionality of a contrib module on the status report.
UpdateContribTest::testUpdateContribOrder function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that contrib projects are ordered by project name.
UpdateContribTest::testUpdateHiddenBaseTheme function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests updates with a hidden base theme.
UpdateContribTest::testUpdateShowDisabledThemes function core/modules/update/tests/src/Functional/UpdateContribTest.php Tests that disabled themes are only shown when desired.
UpdateController class core/modules/update/src/Controller/UpdateController.php Controller routines for update routes.
UpdateController.php file core/modules/update/src/Controller/UpdateController.php
UpdateController::$renderer property core/modules/update/src/Controller/UpdateController.php The renderer.
UpdateController::$updateManager property core/modules/update/src/Controller/UpdateController.php Update manager service.
UpdateController::create function core/modules/update/src/Controller/UpdateController.php Instantiates a new instance of this class.
UpdateController::updateStatus function core/modules/update/src/Controller/UpdateController.php Returns a page about the update status of projects.
UpdateController::updateStatusManually function core/modules/update/src/Controller/UpdateController.php Manually checks the update status without the use of cron.
UpdateController::__construct function core/modules/update/src/Controller/UpdateController.php Constructs update status data.
UpdateDeleteFileIfStaleTest class core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php Tests the update_delete_file_if_stale() function.
UpdateDeleteFileIfStaleTest.php file core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php
UpdateDeleteFileIfStaleTest::$modules property core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php Modules to enable.
UpdateDeleteFileIfStaleTest::testUpdateDeleteFileIfStale function core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php Tests the deletion of stale files.
UpdateDeprecationTest class core/tests/Drupal/KernelTests/Core/Extension/UpdateDeprecationTest.php Tests deprecated update.inc functions.
UpdateDeprecationTest.php file core/tests/Drupal/KernelTests/Core/Extension/UpdateDeprecationTest.php
UpdateDeprecationTest::setUp function core/tests/Drupal/KernelTests/Core/Extension/UpdateDeprecationTest.php
UpdateDeprecationTest::testDrupalGetInstalledSchemaVersion function core/tests/Drupal/KernelTests/Core/Extension/UpdateDeprecationTest.php Deprecation testing for drupal installed schema version functions.
UpdateDeprecationTest::testDrupalGetSchemaVersionsLegacyTest function core/tests/Drupal/KernelTests/Core/Extension/UpdateDeprecationTest.php Deprecation testing for drupal_get_schema_versions function.
UpdateDeprecationTest::testUpdateCheckIncompatibility function core/tests/Drupal/KernelTests/Core/Extension/UpdateDeprecationTest.php Tests update_check_incompatibility() function.
UpdateDeprecationTest::testUpdateSetSchema function core/tests/Drupal/KernelTests/Core/Extension/UpdateDeprecationTest.php Tests update_set_schema() function.
UpdateDescriptionTest class core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php Tests for update descriptions.
UpdateDescriptionTest.php file core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php
UpdateDescriptionTest::$modules property core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php Modules to enable.
UpdateDescriptionTest::testUpdateGetUpdateList function core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php Tests the list of pending database updates.
UpdateEnableProviderDatabaseDriverTest class core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php Tests that update hooks are enabling the database driver providing module.
UpdateEnableProviderDatabaseDriverTest.php file core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php
UpdateEnableProviderDatabaseDriverTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php The theme to install as the default for testing.
UpdateEnableProviderDatabaseDriverTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php Set database dump files to be used.
UpdateEnableProviderDatabaseDriverTest::testPostUpdateEnableProviderDatabaseDriverHook function core/modules/system/tests/src/Functional/Update/UpdateEnableProviderDatabaseDriverTest.php Tests that post update hooks are properly run.
UpdateException class core/lib/Drupal/Core/Utility/UpdateException.php Exception class used to throw error if a module update fails.
UpdateException.php file core/lib/Drupal/Core/Utility/UpdateException.php
UpdateFeedItemTest class core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php Update feed items from a feed.

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