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

Breadcrumb

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

function InstalledFilesystemRepository::isFresh

@inheritDoc

Overrides InstalledRepositoryInterface::isFresh

File

vendor/composer/composer/src/Composer/Repository/InstalledFilesystemRepository.php, line 30

Class

InstalledFilesystemRepository
Installed filesystem repository.

Namespace

Composer\Repository

Code

public function isFresh() {
    return !$this->file
        ->exists();
}
RSS feed
Powered by Drupal