public function getBlock(string $name) : Node { trigger_deprecation('twig/twig', '3.12', 'Method "%s()" is deprecated.', __METHOD__); return $this->blocks[$name]; }