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