You are here

namespace Drupal\update in Drupal 9

Same name in other branches
  1. 8 Drupal\update
Classsort descending Location Description
ModuleVersion core/modules/update/src/ModuleVersion.php Provides a module version value object.
ProjectCoreCompatibility core/modules/update/src/ProjectCoreCompatibility.php Utility class to set core compatibility messages for project releases.
ProjectRelease core/modules/update/src/ProjectRelease.php Provides a project release value object.
ProjectSecurityData core/modules/update/src/ProjectSecurityData.php Calculates a project's security coverage information.
ProjectSecurityRequirement core/modules/update/src/ProjectSecurityRequirement.php Class for generating a project's security requirement.
UpdateFetcher core/modules/update/src/UpdateFetcher.php Fetches project information from remote locations.
UpdateFetcherInterface core/modules/update/src/UpdateFetcherInterface.php Fetches project information from remote locations.
UpdateManager core/modules/update/src/UpdateManager.php Default implementation of UpdateManagerInterface.
UpdateManagerInterface core/modules/update/src/UpdateManagerInterface.php Manages project update information.
UpdateProcessor core/modules/update/src/UpdateProcessor.php Process project update information.
UpdateProcessorInterface core/modules/update/src/UpdateProcessorInterface.php Processor of project update information.
UpdateRootFactory core/modules/update/src/UpdateRootFactory.php Gets the root path used by the Update Manager to install or update projects.
UpdateSettingsForm core/modules/update/src/UpdateSettingsForm.php Configure update settings for this site.