Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. VcsDownloader.php

function VcsDownloader::reapplyChanges

Reapply previously stashes changes if applicable, only called after an update (regardless if successful or not)

Throws

\RuntimeException in case the operation must be aborted or the patch does not apply cleanly

1 call to VcsDownloader::reapplyChanges()
VcsDownloader::cleanup in vendor/composer/composer/src/Composer/Downloader/VcsDownloader.php
@inheritDoc
1 method overrides VcsDownloader::reapplyChanges()
GitDownloader::reapplyChanges in vendor/composer/composer/src/Composer/Downloader/GitDownloader.php
@inheritDoc

File

vendor/composer/composer/src/Composer/Downloader/VcsDownloader.php, line 279

Class

VcsDownloader
@author Jordi Boggiano <j.boggiano@seld.be>

Namespace

Composer\Downloader

Code

protected function reapplyChanges(string $path) : void {
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal