| UpdateCacheBackendFactory::$cacheFactory |
property |
core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php |
The regular runtime cache_factory service. |
| UpdateCacheBackendFactory::get |
function |
core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php |
Gets a cache backend class for a given cache bin. |
| UpdateCacheBackendFactory::__construct |
function |
core/lib/Drupal/Core/Update/UpdateCacheBackendFactory.php |
UpdateCacheBackendFactory constructor. |
| UpdateCacheTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php |
Tests caches during updates. |
| UpdateCacheTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php |
|
| UpdateCacheTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php |
The theme to install as the default for testing. |
| UpdateCacheTest::testCaches |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateCacheTest.php |
Tests that caches are cleared during updates. |
| UpdateCalculateProjectDataTest |
class |
core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php |
Test the values set in update_calculate_project_data(). |
| UpdateCalculateProjectDataTest.php |
file |
core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php |
|
| UpdateCalculateProjectDataTest::$client |
property |
core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php |
The Guzzle HTTP client. |
| UpdateCalculateProjectDataTest::$modules |
property |
core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php |
Modules to install. |
| UpdateCalculateProjectDataTest::providerProjectStatus |
function |
core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php |
Data provider for testProjectStatus(). |
| UpdateCalculateProjectDataTest::setCoreVersion |
function |
core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php |
Sets the installed version of core, as known to the Update Status module. |
| UpdateCalculateProjectDataTest::setReleaseMetadata |
function |
core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php |
Sets the release metadata file to use when fetching available updates. |
| UpdateCalculateProjectDataTest::setUp |
function |
core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php |
|
| UpdateCalculateProjectDataTest::testProjectStatus |
function |
core/modules/update/tests/src/Kernel/UpdateCalculateProjectDataTest.php |
Tests the project_status of the project. |
| UpdateCompilerPass |
class |
core/lib/Drupal/Core/Update/UpdateCompilerPass.php |
Removes services with unmet dependencies. |
| UpdateCompilerPass.php |
file |
core/lib/Drupal/Core/Update/UpdateCompilerPass.php |
|
| UpdateCompilerPass::isArgumentMissingService |
function |
core/lib/Drupal/Core/Update/UpdateCompilerPass.php |
Checks if a reference argument is to a missing service. |
| UpdateCompilerPass::process |
function |
core/lib/Drupal/Core/Update/UpdateCompilerPass.php |
|
| UpdateComplexTest |
class |
core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php |
Tests the Update query builder, complex queries. |
| UpdateComplexTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php |
|
| UpdateComplexTest::testBetweenConditionUpdate |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php |
Tests BETWEEN conditional clauses. |
| UpdateComplexTest::testInConditionUpdate |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php |
Tests WHERE IN clauses. |
| UpdateComplexTest::testLikeConditionUpdate |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php |
Tests LIKE conditionals. |
| UpdateComplexTest::testNotInConditionUpdate |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php |
Tests WHERE NOT IN clauses. |
| UpdateComplexTest::testOrConditionUpdate |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php |
Tests updates with OR conditionals. |
| UpdateComplexTest::testSubSelectUpdate |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php |
Tests UPDATE with a subselect value. |
| UpdateComplexTest::testUpdateExpression |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateComplexTest.php |
Tests UPDATE with expression values. |
| 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. |