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

Breadcrumb

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

function Psr6CacheClearer::hasPool

1 call to Psr6CacheClearer::hasPool()
Psr6CacheClearer::getPool in vendor/symfony/http-kernel/CacheClearer/Psr6CacheClearer.php

File

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

Class

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

Namespace

Symfony\Component\HttpKernel\CacheClearer

Code

public function hasPool(string $name) : bool {
    return isset($this->pools[$name]);
}

API Navigation

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