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

Breadcrumb

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

interface ChangeReportInterface

ChangeReport interface.

@author Sascha Egerer <sascha.egerer@dkd.de>

Hierarchy

  • interface \Composer\Downloader\ChangeReportInterface

Expanded class hierarchy of ChangeReportInterface

All classes that implement ChangeReportInterface

1 file declares its use of ChangeReportInterface
StatusCommand.php in vendor/composer/composer/src/Composer/Command/StatusCommand.php

File

vendor/composer/composer/src/Composer/Downloader/ChangeReportInterface.php, line 22

Namespace

Composer\Downloader
View source
interface ChangeReportInterface {
    
    /**
     * Checks for changes to the local copy
     *
     * @param  PackageInterface $package package instance
     * @param  string           $path    package directory
     * @return string|null      changes or null
     */
    public function getLocalChanges(PackageInterface $package, string $path) : ?string;

}

Members

Title Sort descending Modifiers Object type Summary Overrides
ChangeReportInterface::getLocalChanges public function Checks for changes to the local copy 6

API Navigation

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