Overrides DrupalKernel::cacheDrupalContainer
protected function cacheDrupalContainer(array $container_definition) { // Don't save this particular container to cache, so it does not leak into // the main site at all. return FALSE; }