UpdateRegistryTest::testGetPendingCustomUpdateFunctions |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Tests get pending custom update functions. |
UpdateRegistryTest::testGetPendingUpdateFunctionsExistingUpdates |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Tests get pending update functions existing updates. |
UpdateRegistryTest::testGetPendingUpdateFunctionsNoExistingUpdates |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Tests get pending update functions no existing updates. |
UpdateRegistryTest::testGetPendingUpdateFunctionsWithLoadedModulesButNotEnabled |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Tests get pending update functions with loaded modules but not enabled. |
UpdateRegistryTest::testGetPendingUpdateInformation |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Tests get pending update information. |
UpdateRegistryTest::testGetPendingUpdateInformationWithExistingUpdates |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Tests get pending update information with existing updates. |
UpdateRegistryTest::testGetPendingUpdateInformationWithRemovedUpdates |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Tests get pending update information with removed updates. |
UpdateRegistryTest::testGetUpdateFunctions |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Tests get update functions. |
UpdateRegistryTest::testRegisterInvokedUpdatesWithExistingUpdates |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Tests register invoked updates with existing updates. |
UpdateRegistryTest::testRegisterInvokedUpdatesWithMultiple |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Tests register invoked updates with multiple. |
UpdateRegistryTest::testRegisterInvokedUpdatesWithoutExistingUpdates |
function |
core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php |
Tests register invoked updates without existing updates. |
UpdateRemovedPostUpdateTest |
class |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php |
Tests hook_removed_post_updates(). |
UpdateRemovedPostUpdateTest.php |
file |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php |
|
UpdateRemovedPostUpdateTest::$defaultTheme |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php |
The theme to install as the default for testing. |
UpdateRemovedPostUpdateTest::$updateUrl |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php |
An user that can execute updates. |
UpdateRemovedPostUpdateTest::$updateUser |
property |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php |
An user that can execute updates. |
UpdateRemovedPostUpdateTest::setUp |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php |
|
UpdateRemovedPostUpdateTest::testRemovedPostUpdate |
function |
core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php |
Tests hook_post_update_NAME(). |
UpdateReportTest |
class |
core/modules/update/tests/src/Kernel/UpdateReportTest.php |
Tests update report functionality. |
UpdateReportTest.php |
file |
core/modules/update/tests/src/Kernel/UpdateReportTest.php |
|
UpdateReportTest::$modules |
property |
core/modules/update/tests/src/Kernel/UpdateReportTest.php |
Modules to install. |
UpdateReportTest::providerTemplatePreprocessUpdateReport |
function |
core/modules/update/tests/src/Kernel/UpdateReportTest.php |
Provides data for testTemplatePreprocessUpdateReport(). |
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageNoDblog |
function |
core/modules/update/tests/src/Kernel/UpdateReportTest.php |
Tests the error message when failing to fetch data without dblog installed. |
UpdateReportTest::testTemplatePreprocessUpdateFetchErrorMessageWithDblog |
function |
core/modules/update/tests/src/Kernel/UpdateReportTest.php |
Tests the error message when failing to fetch data with dblog installed. |
UpdateReportTest::testTemplatePreprocessUpdateReport |
function |
core/modules/update/tests/src/Kernel/UpdateReportTest.php |
Tests template preprocess update report. |
UpdateRequirements |
class |
core/modules/update/src/Hook/UpdateRequirements.php |
Requirements for the update module. |
UpdateRequirements.php |
file |
core/modules/update/src/Hook/UpdateRequirements.php |
|
UpdateRequirements::requirementCheck |
function |
core/modules/update/src/Hook/UpdateRequirements.php |
Fills in the requirements array. |
UpdateRequirements::runtime |
function |
core/modules/update/src/Hook/UpdateRequirements.php |
Implements hook_runtime_requirements(). |
UpdateRequirements::__construct |
function |
core/modules/update/src/Hook/UpdateRequirements.php |
|
UpdateRequirementsTest |
class |
core/tests/Drupal/KernelTests/Core/Updater/UpdateRequirementsTest.php |
Tests hook_update_requirements() and hook_update_requirements_alter(). |
UpdateRequirementsTest.php |
file |
core/tests/Drupal/KernelTests/Core/Updater/UpdateRequirementsTest.php |
|
UpdateRequirementsTest::testUpdateRequirements |
function |
core/tests/Drupal/KernelTests/Core/Updater/UpdateRequirementsTest.php |
Tests hook_update_requirements(). |
UpdaterException |
class |
core/lib/Drupal/Core/Updater/UpdaterException.php |
Defines an Exception class for Drupal\Core\Updater\Updater class hierarchy. |
UpdaterException.php |
file |
core/lib/Drupal/Core/Updater/UpdaterException.php |
|
UpdaterFileTransferException |
class |
core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php |
Defines a child class of Drupal\Core\Updater\UpdaterException. |
UpdaterFileTransferException.php |
file |
core/lib/Drupal/Core/Updater/UpdaterFileTransferException.php |
|
UpdaterInterface |
interface |
core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Defines an interface for a class which can update a Drupal project. |
UpdaterInterface.php |
file |
core/lib/Drupal/Core/Updater/UpdaterInterface.php |
|
UpdaterInterface::canUpdateDirectory |
function |
core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Determines if the Updater can handle the project provided in $directory. |
UpdaterInterface::getInstallDirectory |
function |
core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Returns the path to the default install location for the current project. |
UpdaterInterface::getProjectName |
function |
core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Returns the system name of the project. |
UpdaterInterface::getRootDirectoryRelativePath |
function |
core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Returns the name of the root directory under which projects will be copied. |
UpdaterInterface::isInstalled |
function |
core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Checks if the project is installed. |
UpdaterInterface::postInstall |
function |
core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Actions to run after an install has occurred. |
UpdaterInterface::postUpdate |
function |
core/lib/Drupal/Core/Updater/UpdaterInterface.php |
Actions to run after an update has occurred. |
UpdateRoot |
class |
core/modules/update/src/UpdateRoot.php |
Gets the root path used by the legacy Update Manager. |
UpdateRoot.php |
file |
core/modules/update/src/UpdateRoot.php |
|
UpdateRoot::$drupalKernel |
property |
core/modules/update/src/UpdateRoot.php |
The Drupal kernel. |
UpdateRoot::$requestStack |
property |
core/modules/update/src/UpdateRoot.php |
The request stack. |