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

Breadcrumb

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

function CacheWarmerAggregate::enableOnlyOptionalWarmers

File

vendor/symfony/http-kernel/CacheWarmer/CacheWarmerAggregate.php, line 43

Class

CacheWarmerAggregate
Aggregates several cache warmers into a single one.

Namespace

Symfony\Component\HttpKernel\CacheWarmer

Code

public function enableOnlyOptionalWarmers() : void {
    $this->onlyOptionalsEnabled = $this->optionalsEnabled = true;
}

API Navigation

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