Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
CacheWarmerAggregate.php
function CacheWarmerAggregate::isOptional
Overrides
CacheWarmerInterface::isOptional
File
vendor/
symfony/
http-kernel/
CacheWarmer/
CacheWarmerAggregate.php
, line 125
Class
CacheWarmerAggregate
Aggregates several cache warmers into a single one.
Namespace
Symfony\Component\HttpKernel\CacheWarmer
Code
public
function
isOptional
() : bool {
return
false
; }
RSS feed