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

Breadcrumb

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

File::$configCache

A cache of often used config settings to improve performance.

Storing them here saves 10k+ calls to __get() in the Config class.

Type: array

File

vendor/squizlabs/php_codesniffer/src/Files/File.php, line 224

Class

File

Namespace

PHP_CodeSniffer\Files

Code

protected $configCache = [];
RSS feed
Powered by Drupal