Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
CacheWarmerAggregate.php
function CacheWarmerAggregate::enableOptionalWarmers
File
vendor/
symfony/
http-kernel/
CacheWarmer/
CacheWarmerAggregate.php
, line 38
Class
CacheWarmerAggregate
Aggregates several cache warmers into a single one.
Namespace
Symfony\Component\HttpKernel\CacheWarmer
Code
public
function
enableOptionalWarmers
() : void {
$this
->
optionalsEnabled
=
true
; }
RSS feed