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

Breadcrumb

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

function WritableRepositoryInterface::write

Writes repository (f.e. to the disc).

Parameters

bool $devMode Whether dev requirements were included or not in this installation:

Return value

void

1 method overrides WritableRepositoryInterface::write()
WritableArrayRepository::write in vendor/composer/composer/src/Composer/Repository/WritableArrayRepository.php
@inheritDoc

File

vendor/composer/composer/src/Composer/Repository/WritableRepositoryInterface.php, line 31

Class

WritableRepositoryInterface
Writable repository interface.

Namespace

Composer\Repository

Code

public function write(bool $devMode, InstallationManager $installationManager);
RSS feed
Powered by Drupal