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

Breadcrumb

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

function Config::setSettings

Set the array of all config settings.

Parameters

array<string, mixed> $settings The array of config settings.:

Return value

void

File

vendor/squizlabs/php_codesniffer/src/Config.php, line 357

Class

Config
Stores the configuration used to run PHPCS and PHPCBF.

Namespace

PHP_CodeSniffer

Code

public function setSettings($settings) {
    return $this->settings = $settings;
}
RSS feed
Powered by Drupal