Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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
]); }
RSS feed