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

Breadcrumb

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

function FilesystemCache::__construct

File

vendor/twig/twig/src/Cache/FilesystemCache.php, line 26

Class

FilesystemCache
Implements a cache on the filesystem.

Namespace

Twig\Cache

Code

public function __construct(string $directory, int $options = 0) {
    $this->directory = rtrim($directory, '\\/') . '/';
    $this->options = $options;
}
RSS feed
Powered by Drupal