| UpdateComplexTest::testUpdateOnlyExpression |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php |
Tests UPDATE with only expression values. |
| UpdateContribTest |
class |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Tests how Update Status handles contributed modules and themes. |
| UpdateContribTest.php |
file |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
|
| UpdateContribTest::$defaultTheme |
property |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
The theme to install as the default for testing. |
| UpdateContribTest::$modules |
property |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Modules to install. |
| 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::doTestSecurityUpdateAvailability |
function |
core/modules/update/tests/src/Functional/UpdateContribTest.php |
Tests update status of security releases. |
| 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 Status 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 uninstalled 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::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. |
| UpdateDataSubscriber |
class |
core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php |
Clears stale update data once staged changes have been applied. |
| UpdateDataSubscriber.php |
file |
core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php |
|
| UpdateDataSubscriber::clearData |
function |
core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php |
Clears stale update data. |
| UpdateDataSubscriber::getSubscribedEvents |
function |
core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php |
|
| UpdateDataSubscriber::__construct |
function |
core/modules/package_manager/src/EventSubscriber/UpdateDataSubscriber.php |
|
| 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 install. |
| UpdateDeleteFileIfStaleTest::$strictConfigSchema |
property |
core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php |
Disable strict config schema checking. |
| UpdateDeleteFileIfStaleTest::testUpdateDeleteFileIfStale |
function |
core/modules/update/tests/src/Kernel/UpdateDeleteFileIfStaleTest.php |
Tests the deletion of stale files. |
| 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 install. |
| UpdateDescriptionTest::testUpdateGetUpdateList |
function |
core/tests/Drupal/KernelTests/Core/Extension/UpdateDescriptionTest.php |
Tests the list of pending database updates. |
| updated_module.module |
file |
core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/updated_module.module |
Contains global functions for testing updates to a .module file. |
| updated_module.module |
file |
core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.0.0/updated_module.module |
Contains global functions for testing updates to a .module file. |
| updated_module.post_apply_subscriber |
service |
core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/updated_module.services.yml |
Drupal\updated_module\PostApplySubscriber |
| updated_module.services.yml |
file |
core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/updated_module.services.yml |
core/modules/package_manager/tests/fixtures/build_test_projects/updated_module/1.1.0/updated_module.services.yml |