hacked.services.yml in Hacked! 8.2
File
hacked.services.ymlView source
- services:
- cache.hacked:
- class: Drupal\Core\Cache\CacheBackendInterface
- tags:
- - { name: cache.bin }
- factory: cache_factory:get
- arguments: [hacked]
-
- paramconverter.hacked_project:
- class: Drupal\hacked\ParamConverter\HackedProjectConverter
- tags:
- - { name: paramconverter }