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

Breadcrumb

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

function File::reloadContent

Reloads the content of the file.

By default, we have no idea where our content comes from, so we can't do anything.

Return value

void

1 method overrides File::reloadContent()
LocalFile::reloadContent in vendor/squizlabs/php_codesniffer/src/Files/LocalFile.php
Loads the latest version of the file's content from the file system.

File

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

Class

File

Namespace

PHP_CodeSniffer\Files

Code

public function reloadContent() {
}
RSS feed
Powered by Drupal