File
- drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php, line 69
Class
- CacheWarmerAggregate
- Aggregates several cache warmers into a single one.
Namespace
Symfony\Component\HttpKernel\CacheWarmer
Code
public function add(CacheWarmerInterface $warmer) {
$this->warmers[] = $warmer;
}