You are here

hacked.services.yml in Hacked! 8.2

File

hacked.services.yml
View source
  1. services:
  2. cache.hacked:
  3. class: Drupal\Core\Cache\CacheBackendInterface
  4. tags:
  5. - { name: cache.bin }
  6. factory: cache_factory:get
  7. arguments: [hacked]
  8. paramconverter.hacked_project:
  9. class: Drupal\hacked\ParamConverter\HackedProjectConverter
  10. tags:
  11. - { name: paramconverter }