Gets the PHP code storage object to use for the compiled container.
\Drupal\Component\PhpStorage\PhpStorageInterface
protected function storage() {
if (!isset($this->storage)) {
$this->storage = PhpStorageFactory::get('service_container');
}
return $this->storage;
}