You are here

public function BoostCacheFile::__construct in Boost 8

Parameters

\Drupal\Core\File\FileSystem $filesystem: Provides helpers to operate on files and stream wrappers.

File

src/BoostCacheFile.php, line 38
Contains Drupal\boost\BoostCacheFile

Class

BoostCacheFile
BoostCacheFile class.

Namespace

Drupal\boost

Code

public function __construct(FileSystem $filesystem) {
  $this->filesystem = $filesystem;
}