UpdateManagerInterface.php |
file |
core/modules/update/src/UpdateManagerInterface.php |
|
UpdateManagerInterface::CURRENT |
constant |
core/modules/update/src/UpdateManagerInterface.php |
Project is up to date. |
UpdateManagerInterface::fetchDataBatch |
function |
core/modules/update/src/UpdateManagerInterface.php |
Processes a step in batch for fetching available update data. |
UpdateManagerInterface::getProjects |
function |
core/modules/update/src/UpdateManagerInterface.php |
Fetches an array of installed projects. |
UpdateManagerInterface::NOT_CURRENT |
constant |
core/modules/update/src/UpdateManagerInterface.php |
Project has a new release available, but it is not a security release. |
UpdateManagerInterface::NOT_SECURE |
constant |
core/modules/update/src/UpdateManagerInterface.php |
Project is missing security update(s). |
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. |
UpdateManagerUpdate |
class |
core/modules/update/src/Form/UpdateManagerUpdate.php |
Configure update settings for this site. |
UpdateManagerUpdate.php |
file |
core/modules/update/src/Form/UpdateManagerUpdate.php |
|
UpdateManagerUpdate::$moduleHandler |
property |
core/modules/update/src/Form/UpdateManagerUpdate.php |
The module handler. |
UpdateManagerUpdate::$state |
property |
core/modules/update/src/Form/UpdateManagerUpdate.php |
The Drupal state storage service. |
UpdateManagerUpdate::buildForm |
function |
core/modules/update/src/Form/UpdateManagerUpdate.php |
Form constructor. |
UpdateManagerUpdate::create |
function |
core/modules/update/src/Form/UpdateManagerUpdate.php |
Instantiates a new instance of this class. |
UpdateManagerUpdate::getFormId |
function |
core/modules/update/src/Form/UpdateManagerUpdate.php |
Returns a unique string identifying the form. |
UpdateManagerUpdate::removeCheckboxFromRow |
function |
core/modules/update/src/Form/UpdateManagerUpdate.php |
Prepares a row entry for use in a regular table, not a 'tableselect'. |
UpdateManagerUpdate::submitForm |
function |
core/modules/update/src/Form/UpdateManagerUpdate.php |
Form submission handler. |
UpdateManagerUpdate::validateForm |
function |
core/modules/update/src/Form/UpdateManagerUpdate.php |
Form validation handler. |
UpdateManagerUpdate::__construct |
function |
core/modules/update/src/Form/UpdateManagerUpdate.php |
Constructs a new UpdateManagerUpdate object. |
UpdateManagerUpdateTest |
class |
core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php |
Tests the Update Manager module's 'Update' form and functionality. |
UpdateManagerUpdateTest.php |
file |
core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php |
|
UpdateManagerUpdateTest::$defaultTheme |
property |
core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php |
The theme to install as the default for testing. |
UpdateManagerUpdateTest::$modules |
property |
core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php |
Modules to install. |
UpdateManagerUpdateTest::checkTableHeaders |
function |
core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php |
Checks headers for a given table on the Update form. |
UpdateManagerUpdateTest::incompatibleUpdatesTableProvider |
function |
core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php |
Provides data for test scenarios involving incompatible updates. |
UpdateManagerUpdateTest::setUp |
function |
core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php |
|
UpdateManagerUpdateTest::testDeprecationWarning |
function |
core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php |
Tests the deprecation warnings. |
UpdateManagerUpdateTest::testIncompatibleUpdatesTable |
function |
core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php |
Tests the Update form for a single test scenario of incompatible updates. |
UpdateManagerUpdateTest::testUninstalledUpdatesTable |
function |
core/modules/update/tests/src/Functional/UpdateManagerUpdateTest.php |
Tests the Update form with an uninstalled module in the system. |
UpdateMiscTest |
class |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Tests general functionality of the Update 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::testClearDiskCache |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Checks that clearing the disk cache works. |
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::testLocalActions |
function |
core/modules/update/tests/src/Functional/UpdateMiscTest.php |
Ensures that the local actions appear. |
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 Manager 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. |