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

Breadcrumb

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

function Config::__unset

Unset the value of an inaccessible property.

Parameters

string $name The name of the property.:

Return value

void

File

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

Class

Config
Stores the configuration used to run PHPCS and PHPCBF.

Namespace

PHP_CodeSniffer

Code

public function __unset($name) {
    $this->settings[$name] = null;
}
RSS feed
Powered by Drupal