| UpdateRoot::$requestStack |
property |
core/modules/update/src/UpdateRoot.php |
The request stack. |
| UpdateRoot::$updateRoot |
property |
core/modules/update/src/UpdateRoot.php |
The update root. |
| UpdateRoot::set |
function |
core/modules/update/src/UpdateRoot.php |
Sets the root path under which projects are installed or updated. |
| UpdateRoot::__construct |
function |
core/modules/update/src/UpdateRoot.php |
Constructs an UpdateRoot instance. |
| UpdateRoot::__toString |
function |
core/modules/update/src/UpdateRoot.php |
Gets the root path under which projects are installed or updated. |
| UpdaterTest |
class |
core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php |
Tests InfoParser class and exception. |
| UpdaterTest.php |
file |
core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php |
|
| UpdaterTest::testGetProjectTitleWithChild |
function |
core/tests/Drupal/KernelTests/Core/Updater/UpdaterTest.php |
Tests project and child project showing correct title. |
| UpdateSchemaTest |
class |
core/tests/Drupal/KernelTests/Core/Extension/UpdateSchemaTest.php |
Tests for schema and update includes. |
| UpdateSchemaTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php |
Tests that update hooks are properly run. |
| UpdateSchemaTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php |
|
| UpdateSchemaTest.php |
file |
core/tests/Drupal/KernelTests/Core/Extension/UpdateSchemaTest.php |
|
| UpdateSchemaTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php |
The theme to install as the default for testing. |
| UpdateSchemaTest::$modules |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php |
Modules to install. |
| UpdateSchemaTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/Extension/UpdateSchemaTest.php |
Modules to install. |
| UpdateSchemaTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php |
The update URL. |
| UpdateSchemaTest::$user |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php |
|
| UpdateSchemaTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php |
|
| UpdateSchemaTest::testDrupalGetSchemaVersionsInt |
function |
core/tests/Drupal/KernelTests/Core/Extension/UpdateSchemaTest.php |
Tests the function parses schema updates as integer numbers. |
| UpdateSchemaTest::testUpdateHooks |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateSchemaTest.php |
Tests that update hooks are properly run. |
| UpdateScriptTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests the update script access and functionality. |
| UpdateScriptTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
|
| UpdateScriptTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
The theme to install as the default for testing. |
| UpdateScriptTest::$modules |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Modules to install. |
| UpdateScriptTest::$statusReportUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
The URL to the status report page. |
| UpdateScriptTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
URL to the update.php script. |
| UpdateScriptTest::$updateUser |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
A user with the necessary permissions to administer software updates. |
| UpdateScriptTest::assertErrorOnUpdates |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Asserts errors are shown on the update and status report pages. |
| UpdateScriptTest::assertInstalledExtensionsConfig |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Asserts that an installed extension's config setting is correct. |
| UpdateScriptTest::assertUpdateWithNoErrors |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Asserts particular errors are not shown on update and status report pages. |
| UpdateScriptTest::enableExtensions |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Enables an extension using the UI. |
| UpdateScriptTest::enableMissingExtensions |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Enables extensions the UI. |
| UpdateScriptTest::getSystemSchema |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Returns the Drupal 7 system table schema. |
| UpdateScriptTest::HANDBOOK_MESSAGE |
constant |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
|
| UpdateScriptTest::providerExtensionCompatibilityChange |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Data provider for testExtensionCompatibilityChange(). |
| UpdateScriptTest::providerMissingExtension |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Data provider for ::testMissingExtension(). |
| UpdateScriptTest::runUpdates |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Helper function to run updates via the browser. |
| UpdateScriptTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
|
| UpdateScriptTest::testExtensionCompatibilityChange |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests that extension compatibility changes are handled correctly. |
| UpdateScriptTest::testMaintenanceModeLink |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests maintenance mode link on update.php. |
| UpdateScriptTest::testMaintenanceModeUpdateFunctionality |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests update.php while in maintenance mode. |
| UpdateScriptTest::testMissingExtension |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests that a missing extension prevents updates. |
| UpdateScriptTest::testNoUpdateFunctionality |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests update.php when there are no updates to apply. |
| UpdateScriptTest::testOrphanedSchemaEntries |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests that orphan schemas are handled properly. |
| UpdateScriptTest::testRequirements |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests that requirements warnings and errors are correctly displayed. |
| UpdateScriptTest::testSuccessfulMultilingualUpdateFunctionality |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests performing updates with update.php in a multilingual environment. |
| UpdateScriptTest::testSuccessfulUpdateFunctionality |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests update.php after performing a successful update. |
| UpdateScriptTest::testThemeSystem |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests the effect of using the update script on the theme system. |
| UpdateScriptTest::testUpdateAccess |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php |
Tests access to the update script. |
| UpdateScriptTestController |
class |
core/modules/system/tests/modules/update_script_test/src/Controller/UpdateScriptTestController.php |
Controller routines for update_script_test routes. |