Lazy loads the real service from the container.
object Returns the constructed real service.
protected function lazyLoadItself() { if (!isset($this->service)) { $this->service = $this->container ->get($this->drupalProxyOriginalServiceId); } return $this->service; }