Chris@0: storageFactory->get("user.private_tempstore.$collection"); Chris@0: return new PrivateTempStore($storage, $this->lockBackend, $this->currentUser, $this->requestStack, $this->expire); Chris@0: } Chris@0: Chris@0: }