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

Breadcrumb

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

function ConfigSourceInterface::addConfigSetting

Add a config setting

Parameters

string $name Name:

mixed $value Value:

1 method overrides ConfigSourceInterface::addConfigSetting()
JsonConfigSource::addConfigSetting in vendor/composer/composer/src/Composer/Config/JsonConfigSource.php
@inheritDoc

File

vendor/composer/composer/src/Composer/Config/ConfigSourceInterface.php, line 43

Class

ConfigSourceInterface
Configuration Source Interface

Namespace

Composer\Config

Code

public function addConfigSetting(string $name, $value) : void;

API Navigation

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