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

Breadcrumb

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

function VcsDriverInterface::getChangeDate

Get the changedate for $identifier.

1 call to VcsDriverInterface::getChangeDate()
VcsDriver::getBaseComposerInformation in vendor/composer/composer/src/Composer/Repository/Vcs/VcsDriver.php
8 methods override VcsDriverInterface::getChangeDate()
FossilDriver::getChangeDate in vendor/composer/composer/src/Composer/Repository/Vcs/FossilDriver.php
@inheritDoc
GitBitbucketDriver::getChangeDate in vendor/composer/composer/src/Composer/Repository/Vcs/GitBitbucketDriver.php
@inheritDoc
GitDriver::getChangeDate in vendor/composer/composer/src/Composer/Repository/Vcs/GitDriver.php
@inheritDoc
GitHubDriver::getChangeDate in vendor/composer/composer/src/Composer/Repository/Vcs/GitHubDriver.php
@inheritDoc
GitLabDriver::getChangeDate in vendor/composer/composer/src/Composer/Repository/Vcs/GitLabDriver.php
@inheritDoc

... See full list

File

vendor/composer/composer/src/Composer/Repository/Vcs/VcsDriverInterface.php, line 45

Class

VcsDriverInterface
@author Jordi Boggiano <j.boggiano@seld.be> @internal

Namespace

Composer\Repository\Vcs

Code

public function getChangeDate(string $identifier) : ?\DateTimeImmutable;
RSS feed
Powered by Drupal