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

Breadcrumb

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

function Psr6CacheClearer::__construct

Parameters

array<string, CacheItemPoolInterface> $pools:

File

vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php, line 26

Class

Psr6CacheClearer
@author Nicolas Grekas <p@tchwork.com>

Namespace

Symfony\Component\HttpKernel\CacheClearer

Code

public function __construct(array $pools = []) {
    $this->pools = $pools;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal