Skip to content

Instantly share code, notes, and snippets.

@kabanon
Forked from jorislucius/modulename.services.yml
Created February 6, 2018 11:19
Show Gist options
  • Save kabanon/3d185584de066200c51a9d4ff668454a to your computer and use it in GitHub Desktop.
Save kabanon/3d185584de066200c51a9d4ff668454a 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