protected $targetUrl;
/**
+ * @xxx Second argument will be replaced by security.firewalls.main.logout.target
+ * @see vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php +360
+ *
* {@inheritdoc}
*/
public function __construct(ContainerInterface $container, string $targetUrl = '/', RouterInterface $router) {
#Register logout success handler
security.logout.success_handler:
class: 'Rapsys\UserBundle\Handler\LogoutSuccessHandler'
- #XXX: second argument will be replaced there by kernel.mail.logout.target
- #XXX: vendor/symfony/security-bundle/DependencyInjection/SecurityExtension.php +360
arguments: [ '@service_container', '/', '@router' ]