<?phpuse Symfony\Component\DependencyInjection\Argument\RewindableGenerator;use Symfony\Component\DependencyInjection\Exception\RuntimeException;// This file has been auto-generated by the Symfony Dependency Injection Component for internal use.// Returns the private 'templating.helper.actions' shared service.@trigger_error('The "templating.helper.actions" service is deprecated since Symfony 4.3 and will be removed in 5.0.', E_USER_DEPRECATED);return $this->privates['templating.helper.actions'] = new \Symfony\Bundle\FrameworkBundle\Templating\Helper\ActionsHelper(($this->privates['fragment.handler'] ?? $this->load('getFragment_HandlerService.php')));