| UpdateManagerInterface::NOT_SUPPORTED |
constant |
core/modules/update/src/UpdateManagerInterface.php |
Current release is no longer supported by the project maintainer. |
| UpdateManagerInterface::projectStorage |
function |
core/modules/update/src/UpdateManagerInterface.php |
Retrieves update storage data or empties it. |
| UpdateManagerInterface::refreshUpdateData |
function |
core/modules/update/src/UpdateManagerInterface.php |
Clears out all the available update data and initiates re-fetching. |
| UpdateManagerInterface::REVOKED |
constant |
core/modules/update/src/UpdateManagerInterface.php |
Current release has been unpublished and is no longer available. |
| UpdateManagerTest |
class |
core/modules/update/tests/src/Functional/UpdateManagerTest.php |
Tests legacy Update Manager functionality of the Update Status module. |
| UpdateManagerTest.php |
file |
core/modules/update/tests/src/Functional/UpdateManagerTest.php |
|
| UpdateManagerTest::$defaultTheme |
property |
core/modules/update/tests/src/Functional/UpdateManagerTest.php |
The theme to install as the default for testing. |
| UpdateManagerTest::testClearDiskCache |
function |
core/modules/update/tests/src/Functional/UpdateManagerTest.php |
Checks that clearing the disk cache works. |
| UpdateMiscTest |
class |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Tests general functionality of the Update Status module. |
| UpdateMiscTest.php |
file |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
|
| UpdateMiscTest::$defaultTheme |
property |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
The theme to install as the default for testing. |
| UpdateMiscTest::$modules |
property |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Modules to install. |
| UpdateMiscTest::setUp |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
|
| UpdateMiscTest::testFetchTasks |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Tests that exactly one fetch task per project is created and not more. |
| UpdateMiscTest::testLanguageModuleUpdate |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Checks language module in core package at admin/reports/updates. |
| UpdateMiscTest::testModulePageRegularUpdate |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Checks the messages at admin/modules when an update is missing. |
| UpdateMiscTest::testModulePageRunCron |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Checks that running cron updates the list of available updates. |
| UpdateMiscTest::testModulePageSecurityUpdate |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Checks the messages at admin/modules when a security update is missing. |
| UpdateMiscTest::testModulePageUpToDate |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Checks the messages at admin/modules when the site is up to date. |
| UpdateMiscTest::testServiceUnavailable |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Tests the Update Status module when the update server returns 503 errors. |
| UpdatePathLastRemovedTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
Tests that modules can define their last removed update function. |
| UpdatePathLastRemovedTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
|
| UpdatePathLastRemovedTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
The theme to install as the default for testing. |
| UpdatePathLastRemovedTest::$modules |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
Modules to install. |
| UpdatePathLastRemovedTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
URL for the upgrade script. |
| UpdatePathLastRemovedTest::$updateUser |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
A user account with upgrade permission. |
| UpdatePathLastRemovedTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
|
| UpdatePathLastRemovedTest::testLastRemovedVersion |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php |
Tests that a module with a too old schema version can not be updated. |
| UpdatePathNewDependencyTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php |
Modules can introduce new dependencies and enable them in update hooks. |
| UpdatePathNewDependencyTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php |
|
| UpdatePathNewDependencyTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php |
The theme to install as the default for testing. |
| UpdatePathNewDependencyTest::testUpdateNewDependency |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathNewDependencyTest.php |
Tests that a module can add services that depend on new modules. |
| UpdatePathTestBase |
class |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
Provides a base class for writing an update test. |
| UpdatePathTestBase.php |
file |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
|
| UpdatePathTestBase::$databaseDumpFiles |
property |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
The file path(s) to the dumped database(s) to load into the child site. |
| UpdatePathTestBase::$modules |
property |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
Modules to install after the database is loaded. |
| UpdatePathTestBase::$strictConfigSchema |
property |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
Disable strict config schema checking. |
| UpdatePathTestBase::$updateUrl |
property |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
The update URL. |
| UpdatePathTestBase::doInstall |
function |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
Execute the non-interactive installer. |
| UpdatePathTestBase::initFrontPage |
function |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
Visits the front page when initializing Mink. |
| UpdatePathTestBase::installDrupal |
function |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
Overrides BrowserTestBase::installDrupal() for update testing. |
| UpdatePathTestBase::prepareSettings |
function |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
Add settings that are missed since the installer isn't run. |
| UpdatePathTestBase::replaceUser1 |
function |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
Replace User 1 with the user created here. |
| UpdatePathTestBase::runDbTasks |
function |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
Runs the install database tasks for the driver used by the test runner. |
| UpdatePathTestBase::runUpdates |
function |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
Helper function to run pending database updates. |
| UpdatePathTestBase::setDatabaseDumpFiles |
function |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
Set database dump files to be used. |
| UpdatePathTestBase::testDatabaseLoaded |
function |
core/tests/Drupal/FunctionalTests/Update/UpdatePathTestBase.php |
Tests that the database was properly loaded. |
| UpdatePathTestBaseFilledTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php |
Runs UpdatePathTestBase with a dump filled with content. |
| UpdatePathTestBaseFilledTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php |
|
| UpdatePathTestBaseFilledTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathTestBaseFilledTest.php |
The theme to install as the default for testing. |