Skip to content

Instantly share code, notes, and snippets.

@jorislucius
Last active September 17, 2019 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save jorislucius/c468c3e5bd7e80ff424ff81a0d6722ff to your computer and use it in GitHub Desktop.
Save jorislucius/c468c3e5bd7e80ff424ff81a0d6722ff to your computer and use it in GitHub Desktop.
Yml file needed in Drupal 8 module for defining RedirectAnonymousSubscriber
services:
<yourmodulename>.event_subscriber:
class: Drupal\<yourmodulename>\EventSubscriber\RedirectAnonymousSubscriber
arguments: []
tags:
- {name: event_subscriber}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment