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

Breadcrumb

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

function JsonFile::exists

Checks whether json file exists.

File

vendor/composer/composer/src/Composer/Json/JsonFile.php, line 85

Class

JsonFile
Reads/writes json files.

Namespace

Composer\Json

Code

public function exists() : bool {
    return is_file($this->path);
}
RSS feed
Powered by Drupal