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

Breadcrumb

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

File::$fromCache

Was the file loaded from cache?

If TRUE, the file was loaded from a local cache. If FALSE, the file was tokenized and processed fully.

Type: boolean

File

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

Class

File

Namespace

PHP_CodeSniffer\Files

Code

public $fromCache = false;
RSS feed
Powered by Drupal