spalp-8.x-1.2/spalp_example/spalp_example.services.yml
spalp_example/spalp_example.services.yml
services:
spalp_example.app_ids_alter:
class: Drupal\spalp_example\EventSubscriber\SpalpExampleAppIdsAlterSubscriber
tags:
- { name: event_subscriber }
spalp_example.app_config_alter:
class: Drupal\spalp_example\EventSubscriber\SpalpExampleConfigAlterSubscriber
tags:
- { name: event_subscriber }
spalp_example.config_location_alter:
class: Drupal\spalp_example\EventSubscriber\SpalpExampleConfigLocationAlterSubscriber
tags:
- { name: event_subscriber }
