Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
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.
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::$updateSettings property core/modules/update/src/UpdateFetcher.php The update settings
UpdateFetcher::getFetchBaseUrl function core/modules/update/src/UpdateFetcher.php Returns the base of the URL to fetch available update data for a project.
UpdateFetcher::__construct function core/modules/update/src/UpdateFetcher.php Constructs a UpdateFetcher.
UpdateFetcherInterface::getFetchBaseUrl function core/modules/update/src/UpdateFetcherInterface.php Returns the base of the URL to fetch available update data for a project.
UpdateFetcherTest class core/modules/update/tests/src/Unit/UpdateFetcherTest.php Tests update functionality unrelated to the database.
UpdateFetcherTest.php file core/modules/update/tests/src/Unit/UpdateFetcherTest.php
UpdateFetcherTest::$updateFetcher property core/modules/update/tests/src/Unit/UpdateFetcherTest.php The update fetcher to use.
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.
UpdateKernel::bootSession function core/lib/Drupal/Core/Update/UpdateKernel.php Boots up the session.
UpdateKernel::discoverServiceProviders function core/lib/Drupal/Core/Update/UpdateKernel.php Discovers available serviceProviders.
UpdateKernel::fixSerializedExtensionObjects function core/lib/Drupal/Core/Update/UpdateKernel.php Fixes caches and theme info if they contain old Extension objects.
UpdateKernel::handleAccess function core/lib/Drupal/Core/Update/UpdateKernel.php Checks if the current user has rights to access updates page.
UpdateKernel::loadLegacyIncludes function core/lib/Drupal/Core/Update/UpdateKernel.php Helper method that loads legacy Drupal include files.
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::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

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