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

Breadcrumb

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

function File::disableCaching

Disables caching of this file.

Return value

void

File

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

Class

File

Namespace

PHP_CodeSniffer\Files

Code

public function disableCaching() {
    $this->configCache['cache'] = false;
}
RSS feed
Powered by Drupal