findTaggedServiceIds('cache.bin') as $id => $attributes) { $bin = substr($id, strpos($id, '.') + 1); $cache_bins[$id] = $bin; if (isset($attributes[0]['default_backend'])) { $cache_default_bin_backends[$bin] = $attributes[0]['default_backend']; } } $container->setParameter('cache_bins', $cache_bins); $container->setParameter('cache_default_bin_backends', $cache_default_bin_backends); } }