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
UpdateCoreTest::testBrokenThenFixedUpdates function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks that Drupal recovers after problems connecting to update server.
UpdateCoreTest::testClearDiskCache function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks that clearing the disk cache works.
UpdateCoreTest::testDatestampMismatch function core/modules/update/tests/src/Functional/UpdateCoreTest.php Ensures proper results where there are date mismatches among modules.
UpdateCoreTest::testFetchTasks function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests that exactly one fetch task per project is created and not more.
UpdateCoreTest::testLanguageModuleUpdate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks language module in core package at admin/reports/updates.
UpdateCoreTest::testLocalActions function core/modules/update/tests/src/Functional/UpdateCoreTest.php Ensures that the local actions appear.
UpdateCoreTest::testMajorUpdateAvailable function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when a major update is available.
UpdateCoreTest::testModulePageRegularUpdate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks the messages at admin/modules when an update is missing.
UpdateCoreTest::testModulePageRunCron function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks that running cron updates the list of available updates.
UpdateCoreTest::testModulePageSecurityUpdate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks the messages at admin/modules when a security update is missing.
UpdateCoreTest::testModulePageUpToDate function core/modules/update/tests/src/Functional/UpdateCoreTest.php Checks the messages at admin/modules when the site is up to date.
UpdateCoreTest::testNormalUpdateAvailable function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when one normal update is available.
UpdateCoreTest::testNoUpdatesAvailable function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when no updates are available.
UpdateCoreTest::testRevokedRelease function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests messages when a project release is unpublished.
UpdateCoreTest::testSecurityCoverageMessage function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the security coverage messages for Drupal core versions.
UpdateCoreTest::testSecurityUpdateAvailability function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when a security update is available.
UpdateCoreTest::testServiceUnavailable function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests the Update Manager module when the update server returns 503 errors.
UpdateCoreTest::testUnsupportedRelease function core/modules/update/tests/src/Functional/UpdateCoreTest.php Tests messages when a project release is marked unsupported.
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.
UpdateEntityDisplayTest class core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php Tests updates for entity displays.
UpdateEntityDisplayTest.php file core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php
UpdateEntityDisplayTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php The theme to install as the default for testing.
UpdateEntityDisplayTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php Set database dump files to be used.
UpdateEntityDisplayTest::testExtraFieldsUpdate function core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php Tests that entity displays are updated to properly store extra fields.
UpdateEntityDisplayTest::testRegionUpdate function core/modules/system/tests/src/Functional/Update/UpdateEntityDisplayTest.php Tests that entity displays are updated with regions for their fields.
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.
UpdateFeedItemTest.php file core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php
UpdateFeedItemTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php The theme to install as the default for testing.
UpdateFeedItemTest::testUpdateFeedItem function core/modules/aggregator/tests/src/Functional/UpdateFeedItemTest.php Tests running "update items" from 'admin/config/services/aggregator' page.
UpdateFeedTest class core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php Update feed test.
UpdateFeedTest.php file core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php
UpdateFeedTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php The theme to install as the default for testing.
UpdateFeedTest::testUpdateFeed function core/modules/aggregator/tests/src/Functional/UpdateFeedTest.php Creates a feed and attempts to update it.
UpdateFetcher class core/modules/update/src/UpdateFetcher.php Fetches project information from remote locations.
UpdateFetcher.php file core/modules/update/src/UpdateFetcher.php
UpdateFetcher::$fetchUrl property core/modules/update/src/UpdateFetcher.php The fetch url configured in the update settings.
UpdateFetcher::$httpClient property core/modules/update/src/UpdateFetcher.php The HTTP client to fetch the feed data with.
UpdateFetcher::$updateSettings property core/modules/update/src/UpdateFetcher.php The update settings
UpdateFetcher::buildFetchUrl function core/modules/update/src/UpdateFetcher.php Generates the URL to fetch information about project updates.
UpdateFetcher::fetchProjectData function core/modules/update/src/UpdateFetcher.php Retrieves the project information.
UpdateFetcher::getFetchBaseUrl function core/modules/update/src/UpdateFetcher.php Returns the base of the URL to fetch available update data for a project.
UpdateFetcher::UPDATE_DEFAULT_URL constant core/modules/update/src/UpdateFetcher.php URL to check for updates, if a given project doesn't define its own.
UpdateFetcher::__construct function core/modules/update/src/UpdateFetcher.php Constructs a UpdateFetcher.
UpdateFetcherInterface interface core/modules/update/src/UpdateFetcherInterface.php Fetches project information from remote locations.
UpdateFetcherInterface.php file core/modules/update/src/UpdateFetcherInterface.php

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