UpdateCoreTest::$updateProject |
property |
core/modules/update/tests/src/Functional/UpdateCoreTest.php |
The project that is being tested. |
UpdateCoreTest::$updateTableLocator |
property |
core/modules/update/tests/src/Functional/UpdateCoreTest.php |
The CSS locator for the update table run asserts on. |
UpdateCoreTest::assertVersionUpdateLinks |
function |
core/modules/update/tests/src/Functional/UpdateCoreTest.php |
Asserts that an update version has the correct links. |
UpdateCoreTest::securityCoverageMessageProvider |
function |
core/modules/update/tests/src/Functional/UpdateCoreTest.php |
Dataprovider for testSecurityCoverageMessage(). |
UpdateCoreTest::securityUpdateAvailabilityProvider |
function |
core/modules/update/tests/src/Functional/UpdateCoreTest.php |
Data provider method for testSecurityUpdateAvailability(). |
UpdateCoreTest::setSystemInfo |
function |
core/modules/update/tests/src/Functional/UpdateCoreTest.php |
Sets the version to x.x.x when no project-specific mapping is defined. |
UpdateCoreTest::setUp |
function |
core/modules/update/tests/src/Functional/UpdateCoreTest.php |
|
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 |