| UpdateFetcher::buildFetchUrl |
function |
core/modules/update/src/UpdateFetcher.php |
Generates the URL to fetch information about project updates. |
| UpdateFetcher::fetchProjectData |
function |
core/modules/update/src/UpdateFetcher.php |
Retrieves the project information. |
| UpdateFetcher::getFetchBaseUrl |
function |
core/modules/update/src/UpdateFetcher.php |
Returns the base of the URL to fetch available update data for a project. |
| UpdateFetcher::UPDATE_DEFAULT_URL |
constant |
core/modules/update/src/UpdateFetcher.php |
URL to check for updates, if a given project doesn't define its own. |
| UpdateFetcher::__construct |
function |
core/modules/update/src/UpdateFetcher.php |
Constructs a UpdateFetcher. |
| UpdateFetcherInterface |
interface |
core/modules/update/src/UpdateFetcherInterface.php |
Fetches project information from remote locations. |
| UpdateFetcherInterface.php |
file |
core/modules/update/src/UpdateFetcherInterface.php |
|
| UpdateFetcherInterface::buildFetchUrl |
function |
core/modules/update/src/UpdateFetcherInterface.php |
Generates the URL to fetch information about project updates. |
| UpdateFetcherInterface::fetchProjectData |
function |
core/modules/update/src/UpdateFetcherInterface.php |
Retrieves the project information. |
| UpdateFetcherInterface::FETCH_PENDING |
constant |
core/modules/update/src/UpdateFetcherInterface.php |
We need to (re)fetch available update data for this project. |
| UpdateFetcherInterface::getFetchBaseUrl |
function |
core/modules/update/src/UpdateFetcherInterface.php |
Returns the base of the URL to fetch available update data for a project. |
| UpdateFetcherInterface::NOT_CHECKED |
constant |
core/modules/update/src/UpdateFetcherInterface.php |
Project's status cannot be checked. |
| UpdateFetcherInterface::NOT_FETCHED |
constant |
core/modules/update/src/UpdateFetcherInterface.php |
There was a failure fetching available update data for this project. |
| UpdateFetcherInterface::UNKNOWN |
constant |
core/modules/update/src/UpdateFetcherInterface.php |
No available update data was found for project. |
| UpdateFetcherTest |
class |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
Tests update functionality unrelated to the database. |
| UpdateFetcherTest.php |
file |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
|
| UpdateFetcherTest::$updateFetcher |
property |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
The update fetcher to use. |
| UpdateFetcherTest::providerTestUpdateBuildFetchUrl |
function |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
Provide test data for self::testUpdateBuildFetchUrl(). |
| UpdateFetcherTest::setUp |
function |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
|
| UpdateFetcherTest::testUpdateBuildFetchUrl |
function |
core/modules/update/tests/src/Unit/UpdateFetcherTest.php |
Tests that buildFetchUrl() builds the URL correctly. |
| UpdateKernel |
class |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Defines a kernel which is used primarily to run the update of Drupal. |
| UpdateKernel.php |
file |
core/lib/Drupal/Core/Update/UpdateKernel.php |
|
| UpdateKernel::bootSession |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Boots up the session. |
| UpdateKernel::cacheDrupalContainer |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Stores the container definition in a cache. |
| UpdateKernel::discoverServiceProviders |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Discovers available serviceProviders. |
| UpdateKernel::fixSerializedExtensionObjects |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Fixes caches and theme info if they contain old Extension objects. |
| UpdateKernel::handle |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
|
| UpdateKernel::handleAccess |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Checks if the current user has rights to access updates page. |
| UpdateKernel::handleRaw |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Generates the actual result of update.php. |
| UpdateKernel::initializeContainer |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Initializes the service container. |
| UpdateKernel::loadLegacyIncludes |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Helper method that loads legacy Drupal include files. |
| UpdateKernel::setupRequestMatch |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Set up the request with fake routing data for update.php. |
| UpdateKernel::shutdownSession |
function |
core/lib/Drupal/Core/Update/UpdateKernel.php |
Ensures that the session is saved. |
| UpdateLobTest |
class |
core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php |
Tests the Update query builder with LOB fields. |
| UpdateLobTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php |
|
| UpdateLobTest::testUpdateMultipleBlob |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php |
Confirms that we can update two blob columns in the same table. |
| UpdateLobTest::testUpdateOneBlob |
function |
core/tests/Drupal/KernelTests/Core/Database/UpdateLobTest.php |
Confirms that we can update a blob column. |
| UpdateLocalTasksTest |
class |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Tests existence of update local tasks. |
| UpdateLocalTasksTest.php |
file |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
|
| UpdateLocalTasksTest::getUpdateModuleRoutes |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Provides a list of module routes to test. |
| UpdateLocalTasksTest::getUpdateReportRoutes |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Provides a list of report routes to test. |
| UpdateLocalTasksTest::getUpdateThemeRoutes |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Provides a list of theme routes to test. |
| UpdateLocalTasksTest::setUp |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
|
| UpdateLocalTasksTest::testUpdateModuleLocalTasks |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Checks update module tasks. |
| UpdateLocalTasksTest::testUpdateReportLocalTasks |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Checks update report tasks. |
| UpdateLocalTasksTest::testUpdateThemeLocalTasks |
function |
core/modules/update/tests/src/Unit/Menu/UpdateLocalTasksTest.php |
Checks update theme tasks. |
| UpdateManager |
class |
core/modules/update/src/UpdateManager.php |
Default implementation of UpdateManagerInterface. |
| UpdateManager.php |
file |
core/modules/update/src/UpdateManager.php |
|
| UpdateManager::$availableReleasesTempStore |
property |
core/modules/update/src/UpdateManager.php |
Update available releases key/value store. |
| UpdateManager::$keyValueStore |
property |
core/modules/update/src/UpdateManager.php |
The key/value store. |